@charset "utf-8";
/* CSS Document */
.navbar-nav .dropdown-menu {
    display:grid;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Active dropdown toggle styling */
.navbar-nav .dropdown-toggle.active {
    background-color: #f8f9fa;
    color: #333;
}

/* Hide the submenu by default */
.submenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    padding: 0;
    min-width: 200px;
    list-style: none;
}

/* Display the submenu when hovering over the parent menu item */
.dropdown-submenu:hover .submenu {
    display: block;
}

/* Optional: Style the main dropdown items */
.dropdown-menu>li>a {
    font-family: 'Roboto', sans-serif;
    font-weight: 450;
    padding: 10px 15px;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Optional: Style the main dropdown items on hover */
.dropdown-menu>li>a:hover {
    background-color: #f8f9fa;
}

/* Style the submenu items */
.submenu li {
    list-style: none;
}

.submenu li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 450;
    padding: 10px 15px;
    color: #2a2929;
    text-decoration: none;
    display: block;
}

/* Style the submenu items on hover */
.submenu li a:hover {
    background-color: #cccccc;
    color: #ff0000;
}

/* Ensure the submenu is aligned correctly */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .submenu {
    top: 0;
    left: 100%;
}

/* Icon container styling */
.icon-container {
    display: inline-block;
    margin-left: 45px;
    transition: transform 0.3s ease;
    font-size: 11px;
}

/* Rotate the icon on hover */
.dropdown-submenu:hover .icon-container {
    transform: rotate(90deg);
    color: #ff0000
}

/* Initially hide the 'x' icon */
.icon-container .fa-times {
    display: none;
}

/* Show the 'x' icon and hide the plus icon on hover */
.dropdown-submenu:hover .icon-container .fa-plus {
    display: none;
}

.dropdown-submenu:hover .icon-container .fa-times {
    display: inline;
}

/* Professional styling for icons */
.icon-container .fa-plus,
.icon-container .fa-times {
    font-weight: 600;
}

/* ---------------LANGUAGE--------------------- */
.header {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding: 10px ;
    position: relative;
    
}

.language-switcher {
            font-family: Tahoma;
            position: absolute;
            right: 100px;
            top: 10px;
}

.language-toggle {
    background: #cce8f6;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    font-family: Tahoma;
    color: #333;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.language-toggle img {
    vertical-align: middle;
}

.language-toggle:hover {
    background: #ff8b8b7f;
}

.language-menu {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    z-index: 1000;
}

.language-menu a {
    display: flex;
    align-items: center;
    padding: 5px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

.language-menu a:hover {
    background: #ff8b8b7f;
}

.language-switcher:hover .language-menu {
    display: block;
}

.language-menu img {
    margin-left: 5px;
}





















body {
    color: #666;
    font-size: 16px;
    font-family: 'roboto';
}

a {
    text-decoration: none;
    color: #008dd2;
}

a:hover {
    text-decoration: none;
    color: #db4500;
}

a:focus {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5 {
    color: #003d88;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

ul {
    list-style-image: url(../images/icons/arrow-right.png);
}

.form-control {
    border-radius: 0px;
}

.btn {
    border-radius: 0px
}

.myjumbotron {
    background: #e5ebf3;
    font-style: italic;
    font-size: 125%;
}

.myjumbotron-2 {
    background: #fbece5;
    font-size: 140%;
    padding: 2%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.img_right {
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 10px;
}

.hidden_fancy {
    display: none;
    width: 600px;
}

.line_animation {
    position: relative;
    color: #008dd2;
}

.line_animation:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    border-bottom: 1px solid #db4500;
    transition: 0.4s;
}

.line_animation:hover:after {
    width: 100%;
}

/* .header .container {
    position: relative;
} */


.log_menu {
    float: left;
    width: 100%;
}

.navbar {
    border-radius: 0;
}

.navbar {
    margin-bottom: -10px;
    border: none;
}

.navbar-default {
    background: none;
}

.for_mobile {
    display: none;
}

.for_desktop {}

/* Navbar styles */
.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 20px 10px;
    color: #000000;
    transition: background 0.3s, color 0.3s;
}

/* Center-align nav items */
.navbar-default .navbar-nav {
    width: 100%;
    text-align: center;
}

/* Inline display for nav items */
.navbar-default .navbar-nav>li {
    display: inline-block;
    float: none;
    margin: 0 5px;
}

/* Hover effect */
.navbar-default .navbar-nav>li>a:hover {
    color: #d10505;
}

/* Dropdown menu styles */
.navbar-default .navbar-nav>li .dropdown-menu {
    background-color: #ffffff;
    border: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Dropdown menu item styles */
.navbar-default .navbar-nav>li .dropdown-menu>li>a {
    color: #2c2c2c;
    padding: 10px 20px;
    white-space: nowrap;
    transition: background 0.3s, color 0.3s;
}

/* Dropdown menu item hover effect */
.navbar-default .navbar-nav>li .dropdown-menu>li>a:hover {
    background: #b9babb;
    color: #ff0404;
}

/* Remove padding for dropdown items */
.navbar-default .navbar-nav>li>.for_desktop {
    padding: 0;
}

/* Remove hover effect for .for_desktop */
.navbar-default .navbar-nav>li>.for_desktop:hover {
    background: none;
}

/* Show dropdown on hover */
.navbar-nav>li.dropdown:hover .dropdown-menu {
    display: block;
}

/* Smooth transition for dropdown */
.navbar-nav>li .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}

.navbar-nav>li.dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
}

.banner {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner_section img {
    width: 100%;
    height: auto;
}

.home_cont_area {
    width: 100%;
    padding: 25px 0;
    text-align: center;
}

.home_cont_area p {
    color: #666;
}

.home_cont_area a:hover p {
    color: #008dd2;
}

.in_cont_area {
    width: 100%;
    padding: 25px 0;
}

.in_cont_area h1 {
    border-bottom: 1px solid #003d88;
    padding-bottom: 5px;
}

.home_subsidiary_area {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    background: url(../Images/Icons/home_subsidiary_area_bg.jpg) center top repeat-y;
}

.home_subsidiary_area_block {
    width: 100%;
    text-align: center;
}

.home_subsidiary_area_block h3 {
    text-transform: uppercase;
}

.home_subsidiary_area_block div {
    position: relative;
    width: 100%;
}

.home_subsidiary_area_block div img {
    -webkit-clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
    clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
}

.home_subsidiary_area_block div img {
    width: 100%;
}

.home_subsidiary_area_block div strong {
    position: absolute;
    width: 50%;
    right: 10%;
    top: 20%;
    z-index: 99;
    color: #FFF;
    font-weight: normal;
    text-align: left;
}

.footer {
    width: 100%;
    padding: 15px 0 15px 0;
    background: #424242;
    color: #FFF;
    line-height: normal;
}

.footer_nav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 14px;
    line-height: normal;
}

.footer_nav li {
    width: 100%;
    padding-bottom: 4px;
    padding-top: 0;
    margin: 0;
}

.footer_nav li a {
    width: auto;
    color: #FFF;
}

.footer_nav li a:hover {
    color: #008dd2;
}

.footer h4 {
    color: #b90a04;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: normal;
    font-size: 16px;
}

.footer p {
    font-size: 14px;
    line-height: normal;
    margin-bottom: 5px;
}

.office_location_h3 {
    margin-top: 0 !important;
}

.footer-bottom {
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
}

.footer-bottom .pull-right {
    text-align: right;
}


.social_media {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.social_media li {
    float: left;
    width: auto;
    margin-right: 1%;
    text-align: center;
}

.social_media li a {
    float: left;
    width: 100%;
    padding: 0;
    color: #FFF;
    text-align: center;
}

.social_media li a img {
    display: block;
}

.social_media h4 {
        color: #ffffff;
}


.two_block_container {
    margin-top: 20px;
}

.two_block_container .col-md-9 h3 {
    margin-top: 0;
}

.side_links {
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.side_links li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

.side_links li:last-child {
    border: none;
}

.side_links li a {
    padding: 8px 0;
    display: inline-block;
    color: #003d88;
    font-family: 'robotobold';
}

.side_links li a:hover,
.side_links li a.active {
    color: #db4500;
}

.bod {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bod .bod_block {
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 5%;
    min-height: 290px;
}

.bod .bod_block:nth-child(4n) {
    margin-right: 0%;
    clear: none;
}

.bod .bod_block .bod_block_a {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
}

.bod .bod_block .bod_block_a span {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 5%;
    bottom: 5%;
    display: none;
}

.bod .bod_block:hover .bod_block_a span {
    display: block;
}

.bod .bod_block .bod_block_a img {
    width: 100%;
    display: block;
}

.bod .bod_block .bod_block_b {
    float: left;
    width: 100%;
}

.bod .bod_block .bod_block_b h4 {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    line-height: normal;
}

.bod .bod_block .bod_block_b p {
    margin: 0;
    padding: 0;
    line-height: normal;
}


.oilfield-services {
    padding-top: 15px;
    padding-bottom: 15px;
}

.dss .dss_a {
    float: left;
}

.dss .dss_b {
    float: right;
}

/* = = = = = SIDE MENU = = = = = */
.topnav {
    width: 100%;
}

ul.topnav {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.topnav li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

ul.topnav li:last-child {
    border: none;
}

ul.topnav li a {
    width: 100%;
    padding: 8px 0;
    display: inline-block;
    color: #003d88;
    font-family: 'roboto';
    font-weight: 500;
}

ul.topnav li a:hover,
ul.topnav li a.active {
    color: #db4500;
}

ul.topnav ul {
    width: 100%;
    margin: 0;
    padding: 0;
    display: none;
}

ul.topnav ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
}

ul.topnav ul li a {
    padding-left: 20px;
    outline: 0;
}

ul.topnav ul li a:hover {}

ul.topnav ul ul li a {
    padding-left: 40px;
}

ul.topnav ul ul li a:hover {}

ul.topnav span {
    float: right;
}

/* = = = = = SIDE MENU = = = = = */


/*img.loading				{display:block; background:url(../images/ajax-loader.gif) center center no-repeat;}*/
.banner_section {
    /* height: 550px; */
    display: block;
    background: url(../Images/Ajax-loader.gif) center center no-repeat;
    /* right: 50px; */
    position: relative;
}
 /* .banner_section {
     display: block;
     background: url(../Images/Ajax-loader.gif) center center no-repeat;
     position: relative;
     padding-right: 240px;
 } */

/* .banner_section span {
    position: absolute;
    width: 350px;
    margin: 0 auto;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
} */
.banner_section span {
            position: absolute;
            width: 350px;
            margin: 0 auto;
            z-index: 1;
            left: 0;
            right: 0;
            top: 0;
     /* position: absolute;
     width: auto;
     margin: inherit;
     top: 0;
     z-index: 1; */
 }



/* Small */
@media only screen and (min-width : 768px) and (max-width : 1024px) {

    .bod .bod_block {
        width: 32%;
        min-height: 320px;
    }

    .bod .bod_block:nth-child(3n) {
        margin-right: 0%;
        clear: none;
    }

    .bod .bod_block:nth-child(4n) {
        margin-right: 2%;
        clear: none;
    }

}



/* Extra Small */
@media only screen and (min-width : 300px) and (max-width : 767px) {

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 22px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 16px;
    }


    .banner_section span {
        width: auto;
        /* width: 200px; */
        margin: inherit;
        right: inherit;
        left: 15px;
    }

    .banner_section span img {
        width: 100%;
        /* width: auto;
        height: 50px; */
    }

    .hidden_fancy {
        width: 100%;
    }

    /* .header .logo_holder {
        width: auto;
    }

    .header .logo_holder img {
        width: auto;
        height: 50px;
    } */


    /* .language {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        width: 30%;
        margin: 0 auto;
    }

    .language a {
        width: 100%;
    } */


    .log_menu {
        width: 90%;
        margin: 0 5%;
    }

    /* .home_service_area_block {
        width: 70%;
        margin: 0 auto;
    } */

    .home_subsidiary_area {
        background-image: none;
        background: #f2eeed;
    }


    .footer-bottom .col-md-9 {
        text-align: center;
    }

    .footer-bottom .col-md-3 {
        text-align: center;
    }

    .margin_top_15 {
        margin-top: 15px;
    }

    .bod .bod_block {
        width: 49%;
    }

    .bod .bod_block:nth-child(2n) {
        margin-right: 0%;
        clear: none;
    }



    .for_mobile {
        display: block;
    }

    .for_desktop {
        display: none !important;
    }

    /* .navbar-brand img {
        width: auto;
        max-height: 60px;
    }

    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0;
        height: 65px;
    } */

    .navbar-default .navbar-nav>li {
        display: block;
        float: none;
        margin-left: 5px;
        margin-right: 5px;
    }

    .navbar-default .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-default .navbar-nav {
        text-align: inherit;
    }

    /* .container>.navbar-header {
        padding-top: 2px;
        padding-bottom: 2px;
    } */

    .navbar-nav {
        margin-left: -260px;
        margin-right: 0;
    }

    .navbar-toggle {
        border-radius: 0;
    }

    .navbar-default .navbar-toggle {
        border-color: #003d88;
    }

    .navbar-toggle {
        border: 1px solid;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background: #003d88;
    }

    .navbar-default .navbar-toggle:hover {
        background: #e5ebf3;
    }


}
