@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamLight.woff2') format('woff2'), url('../fonts/GothamLight.woff') format('woff'), url('../fonts/GothamLight.ttf') format('truetype'), url('../fonts/GothamLight.svg#GothamLight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamBold.woff2') format('woff2'), url('../fonts/GothamBold.woff') format('woff'), url('../fonts/GothamBold.ttf') format('truetype'), url('../fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'flexslider-icon';
    src: url('../fonts/flexslider-icon.eot');
    src: url('../fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../fonts/flexslider-icon.woff') format('woff'), url('../fonts/flexslider-icon.ttf') format('truetype'), url('../fonts/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none !important;
}

body {
    overflow-x: hidden;
    font-family: 'Gotham';
    font-weight: normal;
}

body:before,
body:after {
    content: none!important
}

::i-block-chrome,
body {
    -webkit-text-stroke: .1px
}

::selection {}

iframe {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    vertical-align: top;
}

select::-ms-expand {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
span,
p,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

label {
    font-weight: normal;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
}

a,
input[type="submit"] {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea,
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input:focus,
select:focus {
    box-shadow: none;
}

select::-ms-expand {
    display: none;
}

#preloader {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}

#status {
    background: #ffffff none repeat scroll 0 0;
    height: 36px;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 36px;
}

h1 {
    font-size: 50px;
    color: #26358b;
}

h2 {
    font-size: 30px;
    color: #26358b;
}

h3 {
    font-size: 28px;
    color: #26358b;
}

h4 {
    font-size: 26px;
    color: #26358b;
}

h5 {
    font-size: 25px;
    color: #26358b;
}

h6 {
    font-size: 20px;
    color: #26358b;
}

h6 {
    font-weight: bold;
    font-size: 20px;
    color: #888c8f;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    line-height: 24px;
}

p {
    font-size: 17px;
    color: #888c8f;
    /*   line-height: 36px;*/
}


/*****  Main CSS  *****/

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.container .container {
    width: auto;
    padding: 0;
}

#preloader {
    background-color: #ffffff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
}

#status {
    background: #ffffff none repeat scroll 0 0;
    height: 36px;
    left: 50%;
    margin-left: -18px;
    margin-top: -18px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 36px;
}


/* ---------------------------- Preloader Starts ----------------------------  */

.spinner {
    width: 40px;
    height: 40px;
    background-color: #26358b;
    margin: auto;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        transform: scale3d(1, 1, 1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    animation-name: tada;
}


/**** Header Section  ****/

.top_header {
    padding: 21px 0;
    background: #fff;
    overflow: hidden;
}

.logo {
    float: left;
    width: 158px;
    position: relative;
    z-index: 1;
}

.header_contact {
    z-index: 1;
    width: 22%;
    right: 13px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.header_contact ul li {
    font-size: 18px;
    color: #26358b;
    font-weight: 300;
    list-style: none;
    margin-bottom: 10px;
    line-height: 24px;
}

.header_contact ul li:last-child {
    margin-bottom: 0;
}

.header_contact ul li:first-child figure img {
    width: 13px;
    margin-top: -4px;
}

.header_contact ul li figure {
    margin-right: 15px;
    width: 19px;
    display: inline-block;
    text-align: center;
}

.header_contact ul li figure img {
    width: 100%;
    vertical-align: middle;
}

.header_contact ul li a {
    color: #26358b;
}

.header_contact ul li a:hover,
.header_contact ul li a:focus {
    opacity: 0.6;
}

.header_mid {
    position: absolute;
    left: -167px;
    right: 0;
    margin: auto;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    max-width: 64%;
    width: 100%;
}

.header_mid h5 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: #26358b;
    letter-spacing: 1px;
}

.btm_header {
    background: #26358b;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.33);
    position: relative;
    z-index: 9999;
}

.btm_header nav > ul > li {
    list-style: none;
    display: inline-block;
    float: none;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-right: 105px;
    padding: 14px 0px;
    position: relative;
}

.btm_header nav >ul > li:last-child {
    margin-right: 0;
}

.btm_header nav > ul > li > a {
    color: #fff;
}

.btm_header nav > ul > li > a:hover,
.btm_header nav > ul > li > a:focus,
.btm_header nav > ul > li.current-menu-item a {
    color: #7587f0;
}

.btm_header nav > ul > li .dropdown-menu>li>a:focus,
.btm_header nav > ul > li .dropdown-menu>li>a:hover {
    background-color: transparent;
}

.btm_header nav ul ul.dropdown-menu li:hover,
.btm_header nav ul ul.dropdown-menu li.current-menu-item {
    background: #1026a0;
}

.btm_header nav > ul > li:last-child {
    background: #888c8f;
    position: relative;
}

.btm_header nav > ul >li:last-child::before {
    border-left: 57px solid transparent;
    border-top: 56px solid #888c8f;
    content: "";
    height: 0;
    left: -57px;
    position: absolute;
    top: 0;
    width: 0;
}

.btm_header nav > ul > li:last-child:hover a,
.btm_header nav > ul > li:last-child.current-menu-item a {
    color: #fff;
    opacity: 0.5;
}

nav {
    position: relative;
    z-index: 2;
}

nav::after {
    background: #888c8f;
    content: "";
    height: 100%;
    position: absolute;
    right: -99986%;
    top: 0;
    width: 100000%;
    z-index: -1;
}

.btm_header:after {
    border-left: 57px solid transparent;
    border-top: 57px solid #fff;
    content: "";
    height: 0;
    right: 0px;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 3;
}

.btm_header nav ul ul.dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    background: #26358b;
    margin: 0;
    list-style: none !important;vertical-align: top;
}

.btm_header nav ul ul.dropdown-menu li {
    width: 100%;
    display: block;
list-style-position: outside;
overflow: hidden;
    vertical-align: top;
    list-style-type:none;

}
.btm_header nav ul ul.dropdown-menu li a { display: block;vertical-align: top;padding:10px 20px;}

.btm_header nav ul ul.dropdown-menu li a,
.btm_header nav ul ul.dropdown-menu li {
    color: #fff;
}

.btm_header nav > ul > li span.caret {
    border-top: 6px dashed;
    border-top: 6px solid\9;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    display: none;
}

.btm_header nav ul li:hover ul.dropdown-menu {
    display: block;
}


/**** Home Banner ****/

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.carousel-inner {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.banner {
    z-index: -1;
}


/*.banner .item::before {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.banner .item::after {
    background: url(../images/pattern.png) repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}*/

.banner .carousel-indicators li {
    width: 17px;
    height: 17px;
    background: #fff;
    border: 0;
    margin: 0 4px 0 0;
}

.banner .carousel-indicators li:last-child {
    margin-right: 0;
}

.banner .carousel-indicators .active {
    background: #0838bc;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 999;
}

/**home slider**/
.slider-text {
    background-color: rgba(0,0,0,0.5);
    padding: 20px;
    margin: 10px;
    width: 310px;
}
.slider-text h2 {
    font-size: 30px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 1px;
}
.slider-text p {
    color: white;
    white-space: normal;   
}

.slider-text .fnd_more:after {
    display: none;
}

.slider-text .fnd_more {
    width: auto;
    padding: 17px 43px 17px 43px;
}

/**** Home About ****/

.home_abt {
    width: 100%;
    background: #888c8f;
    text-align: center;
    padding: 66px 0;
}

.home_abt h5 {
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    color: #fefefe;
}


/**** Home Service ****/

.home_service {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 100px;
    position: relative;
    text-align: center;
    padding: 81px 0;
    background-attachment: fixed !important;
}

.home_service:after {
    background: rgba(38, 53, 139, 0.92);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
}

.home_service h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 1px;
}

.home_service a h2 {
    color: #fff;
}

.home_service .service_innr {
    position: relative;
    z-index: 1;
}

.home_service .service_innr ul {
    margin-top: 34px;
    width: 100%;
    margin: 0 auto;
    display: block;
    float: none;
}

.home_service:not(.project_main) .service_innr ul {
    max-width: 960px;
}

.home_service .service_innr ul li {
    display: inline-block;
    width: 47.5%;
    margin-right: 2%;
    position: relative;
    margin-top: 2%;
    overflow: hidden;
    cursor: pointer;
}
.single-service .home_service .service_innr ul li {
    width: 30.5%;   
}
.single-service .story_tabbing .tab-content>.tab-pane:not(.active) {
    display: none;
}
.project_main .service_innr ul li {
    width: 30.5%;
}

.related_post .service_innr ul li {
    width: 30.5%;
}

.home_service .service_innr ul li figure,
.stry_img_sec figure {
    transform: scale(1.01);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}

.stry_new_sec .stry_img_sec figure {
    transform: none !important;
}

.stry_new_sec .stry_img_sec figure:hover {
    transform: none !important;
}

.stry_new_sec .stry_img_sec::before {
    display: none;
}

.stry_new_sec .stry_img_sec figure img {
    width: 100%;
}

.home_service .service_innr ul li:hover figure,
.stry_img_sec:hover figure {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.home_service .service_innr ul li::before,
.stry_rght .stry_overlay:before,
.service_page .service_overlay {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

.home_service .service_innr ul li figure img {
    width: 100%;
}

.past-block li {
    list-style-position: inside;
}

.past-block {
    margin-bottom: 30px;   
}

.home_service .service_innr ul li .service_overlay,
.stry_rght .stry_overlay,
.cd-timeline-content .stry_overlay,
.service_page .service_overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    z-index: 2;
}

.stry_rght .stry_overlay,
.service_page .service_overlay {
    padding: 16px;
}

.service_page .safety_section .service_overlay {
    display: none;
}

.home_service .service_innr ul li .service_overlay h2,
.service_page .service_overlay h2 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;padding: 0 10px;
}

.home_service .service_innr ul li .service_overlay h2 a {
    color: #fff;
}

.home_service .service_innr ul li .service_overlay h2 a:hover,
.home_service .service_innr ul li .service_overlay h2 a:focus {
    color: #888c8f;
}

.home_service .service_innr ul li .service_overlay .display-table,
.service_page .service_overlay .display-table {
    border: 2px solid #fff;
}


/**** Home About Detail ****/

.home_abt_detail {
    padding: 55px 0;
}

.home_abt_detail .col-sm-7 h2,
.story_tabbing .stry_lft h2 {
    color: #26358b;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 19px;
}

.story_tabbing .stry_lft h1,
.story_tabbing .stry_lft h2,
.story_tabbing .stry_lft h3,
.story_tabbing .stry_lft h4,
.story_tabbing .stry_lft h5,
.story_tabbing .stry_lft h6 {
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 30px;
}

.story_tabbing .stry_lft h2 {
    margin-top: 0;
}

.home_abt_detail .col-sm-7 h2 {
    color: #26358b;
}

.home_abt_detail .col-sm-7 p,
.story_tabbing .stry_lft p {
    font-size: 17px;
    color: #888c8f;
    font-family: arial;
    line-height: 32px;
    margin-bottom: 36px;
}

.fnd_more {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    width: 230px;
    background: #26358b;
    text-align: center;
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
    float: left;
    padding: 17px 43px 17px 17px;
    position: relative;
    border: 0;
}

.fnd_more:hover,
.fnd_more:focus {
    background: #49559e;
    color: #fff;
}

.fnd_more:after {
    border-left: 34px solid transparent;
    border-top: 59px solid #fff;
    content: "";
    height: 0;
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
}

.home_abt_detail .col-sm-5 {
    padding-left: 69px;
}

.history_view {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 150px;
    border: 3px solid #ebebeb;
    padding: 20px;
}

.history_overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 104px;
}

.history_overlay a {
    font-weight: bold;
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: block;
}

.history_overlay a:hover,
.history_overlay a:focus {
    color: #888c8f;
}

.latest_news {
    margin-top: 45px;
}

.latest_news h6 {
    font-size: 20px;
    text-transform: uppercase;
    color: #26358b;
    font-weight: bold;
}

.latest_news ul {
    margin-top: 20px;
}

.latest_news ul li {
    list-style: none;
    float: left;
    margin-bottom: 30px;
}

.latest_news ul li:last-child {
    margin-bottom: 0;
}

.latest_news ul li figure {
    width: 150px;
    border: 3px solid #ebebeb;
    float: left;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.latest_news ul li figure:hover {
    opacity: 0.7;
}


/*.latest_news ul li figure:before {
    background:rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
}*/

.latest_news ul li .news_rght_sec {
    float: left;
    width: 64%;
}

.latest_news ul li h6 a {
    font-size: 18px;
    font-weight: bold;
    color: #26358b;
    text-transform: uppercase;
    line-height: 30px;
}

.latest_news ul li h6 a:hover,
.latest_news ul li h6 a:focus {
    color: #49559e;
}

.latest_news ul li p {
    font-size: 18px;
    color: #888c8f;
    font-family: arial;
    line-height: 30px;
}

.read_more {
    display: block;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #26358b;
    margin-top: 7px;
}

.read_more:hover,
.read_more:focus {
    color: #49559e;
}


/**** Home Current Projects ****/

.current_project .pro_list {
    position: relative;
    z-index: 1;
}

.current_project .pro_list ul {
    float: left;
    margin-top: 50px;
    width: 100%;
}

.current_project .pro_list ul li {
    list-style: none;
    display: inline;
    float: left;
    margin-right: 2%;
    width: 23.5%;
}

.current_project .pro_list ul li:nth-child(4n) {
    margin-right: 0;
}

.current_project .pro_list ul li p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 26px;
}

.current_project .pro_list ul li figure {
    position: relative;
    cursor: pointer;
}

.current_project .pro_list ul li figure img {
    width: 100%;
}

.current_project .pro_list ul li .pro_overlay {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    padding: 45px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.current_project .pro_list ul li figure:hover .pro_overlay {
    opacity: 1;
}

.current_project .pro_list ul li .pro_overlay .display-table {
    background: rgba(38, 53, 139, 0.85);
}

.current_project .pro_list ul li figure:hover a,
.current_project .pro_list ul li figure:focus a {
    color: #fff !important;
}


/**** Home Testimonial ****/

.testimonial {
    text-align: center;
    padding: 73px 0;
}

.testimonial h2 {
    font-size: 30px;
    color: #888c8f;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.testimonial p {
    font-size: 18px;
    color: #888c8f;
    font-family: arial;
    line-height: 30px;
    position: relative;
}

.testimonial .carousel-control {
    background-image: none;
}

.testimonial .carousel-control span {
    color: #26358b;
}

.testimonial p:after,
.testimonial p:before {
    background: rgba(0, 0, 0, 0) url("../images/right.svg") no-repeat;
    content: "";
    height: 23px;
    position: absolute;
    right: inherit;
    top: 100%;
    width: 19px;
    background-size: 100%;
    margin-left: 11px;
}

.testimonial p:before {
    background: rgba(0, 0, 0, 0) url("../images/left.svg") no-repeat;
    left: -26px;
    right: auto;
    margin-left: 0;
    background-size: 100%;
    top: 0;
    margin-right: 11px;
}

.testimonial #carousel-example-generic1 {
    width: 100%;
    margin: auto;
}

.testimonial #carousel-example-generic1 .item {
    width: 83%;
    margin: auto;
}

.testimonial .item figure {
    margin-top: 20px;
}

.testimonial .item h6.author_name {
    font-family: arial;
    font-weight: bold;
    font-size: 15px;
    margin-top: 19px;
    color: #888c8f;
    line-height: 23px;
}


/**** Footer ****/

.top_footer {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    min-height: 100px;
    position: relative;
    padding: 65px 0;
}

.top_footer:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    content: '';
}

.top_footer .ftr_sec1 {
    width: 22%;
    float: left;
    margin-right: 5%;
}

.top_footer h6 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 26px;
}

.top_footer p {
    font-size: 18px;
    line-height: 34px;
    color: #e1e0e0;
    font-family: arial;
}

.top_footer .ftr_sec1.ftr_sec2 {
    width: 13%;
}

.top_footer .ftr_sec1.ftr_sec2 ul li {
    list-style: none;
    font-size: 18px;
    color: #e1e0e0;
    font-family: arial;
    margin-bottom: 10px;
}

.top_footer .ftr_sec1.ftr_sec2 ul li:last-child {
    margin-bottom: 0;
}

.top_footer .ftr_sec1.ftr_sec2 ul li a {
    color: #e1e0e0;
}

.top_footer .ftr_sec1.ftr_sec2 ul li a:hover,
.top_footer .ftr_sec1.ftr_sec2 ul li a:focus {
    color: #49559e;
}

.top_footer .ftr_sec1.ftr_sec3 {
    width: 16%;
    float: right;
    margin-right: 0;
}

.top_footer .ftr_sec1.ftr_sec3 label {
    font-weight: bold;
    font-size: 15px;
    color: #e1e0e0;
    margin-bottom: 13px;
}

.top_footer .ftr_sec1.ftr_sec3 input[type="email"] {
    font-size: 20px;
    color: #888c8f;
    width: 296px;
    height: 56px;
    border: 0;
    background: #fff;
    padding: 0 28px;
    font-weight: bold;
    border-radius: 0;
    margin-right: 5px;
}

.top_footer .ftr_sec1.ftr_sec3 input[type="submit"] {
    font-size: 20px;
    color: #e1e0e0;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: #26358b;
    width: 116px;
    float: right;
    border: 0;
    padding: 11px;
    border-radius: 0;
}

.top_footer .ftr_sec1.ftr_sec3 .ftr_social {
    margin-top: 0px;
}

.top_footer .ftr_sec1.ftr_sec3 .ftr_social h6 {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li {
    font-size: 23px;
    list-style: none;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: #fff;
}

.top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li i {
    font-size: 23px;
    width: 48px;
    text-align: left;
    margin-right: 10px;
}

.top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li a {
    color: #fff;
}

.top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li a:hover i,
.top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li a:hover {
    animation: 1s ease 0s normal both 1 running tada;
    -webkit-animation: 1s ease 0s normal both 1 running tada;
    -moz-animation: 1s ease 0s normal both 1 running tada;
    -ms-animation: 1s ease 0s normal both 1 running tada;
    color: #49559e;
}

.top_footer .ftr_sec1.ftr_sec3 .ftr_social li:last-child {
    margin-right: 0;
}

.top_footer .ftr_sec1.ftr_sec3 input[type="submit"]:hover,
.top_footer .ftr_sec1.ftr_sec3 input[type="submit"]:focus {
    background: #49559e;
}

.top_footer .ftr_sec1.ftr_sec3 input[type="email"]::-webkit-input-placeholder {
    color: #e1e0e0;
    opacity: 1;
}

.top_footer .ftr_sec1.ftr_sec3 input[type="email"]::-moz-placeholder {
    color: #e1e0e0;
    opacity: 1;
}

.top_footer .ftr_sec1.ftr_sec3 input[type="email"]:-ms-input-placeholder {
    color: #e1e0e0;
    opacity: 1;
}

.btm_footer {
    width: 100%;
    background: #000;
    text-align: center;
    padding: 20px 0;
}

.btm_footer p {
    font-size: 16px;
    font-weight: 300;
    color: #e7e3e3;
}

.btm_footer p a {
    color: #49559e;
}

.btm_footer p a:hover,
.btm_footer p a:focus {
    color: #fff;
}


/**** Our Story Page ****/

.about_banner {
    height: 276px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    text-align: center;
    z-index: -1;
}

.about_banner:before {
    background: rgba(0, 0, 0, 0.45) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.about_banner:after {
    background: rgba(0, 0, 0, 0) url("../images/pattern.png") repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.about_banner h1 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0 30px;
}

.single-project .about_banner {
    background-image: none!important;
    background-color: white;
    border-bottom: 3px solid #26358b;
    height: 200px;
}

.single-project .about_banner:before {
    display: none;   
}

.single-project .about_banner:after {
    display: none;   
}

.single-project .about_banner h1 {
    color: #26358b;
}

.story_tabbing {
    padding: 38px 0 78px;
    width: 100%;
}

.story_tabbing .nav-tabs,
.story_tabbing .nav-tabs > li.active > a,
.story_tabbing .nav-tabs > li.active > a:focus,
.story_tabbing .nav-tabs > li.active > a:hover,
.value_section .nav-tabs,
.value_section .nav-tabs > li.active > a,
.value_section .nav-tabs > li.active > a:focus,
.value_section .nav-tabs > li.active > a:hover {
    border: 0;
    border-radius: 0;
    color: #fff;
}

.story_tabbing .nav-tabs li,
.value_section .nav-tabs li,
.publication_sec #filters li,
.service_internal #mytab li {
    font-weight: bold;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    margin: 0 13px 0 0;
    padding: 0;
    float: left;
    display: table;
    width: 229px;
    border-radius: 0;
    letter-spacing: 1px;
    height: 67px;
}

.publication_sec #filters li,
.service_internal #mytab li {
    margin-right: 0;
    margin-bottom: 12px;
    cursor: pointer;
}

.publication_sec #filters li:last-child,
.service_internal #mytab li:last-child {
    margin-bottom: 0;
}

.value_section .nav-tabs li {
    width: 100%;
    height: auto;
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
}

@-moz-document url-prefix() {
    .value_section .nav-tabs li {
        margin-bottom: 14px;
    }
}

.story_tabbing .nav-tabs li:last-child {
    margin-right: 0;
}

.value_section .nav-tabs li:last-child,
.publication_sec #filters li:last-child {
    margin-bottom: 0;
}

.story_tabbing .nav-tabs li a,
.value_section .nav-tabs li a,
.publication_sec #filters li span,
.service_internal #mytab li a {
    color: #fff;
    background: #bdbec0;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding: 0px 9px;
    border: 0;
    hyphens: 100%;
    display: table-cell;
    vertical-align: middle;
}

.story_tabbing .nav-tabs li.active a,
.story_tabbing .nav-tabs li:hover a,
.publication_sec #filters li:hover span,
.publication_sec #filters li span.active,
.service_internal #mytab li:hover a,
.service_internal #mytab li.active a {
    background: #49559e;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-service .service_internal #mytab li:first-child a {
    background: #49559e !important;
}

.service_internal #mytab li {
    height: auto !important;
}

.service_internal #mytab li a {
    display: block;
    padding: 9px;
}

.stry_lft,
.publication_sec {
    float: left;
    width: 66%;
}

.service_internal .publication_sec {
    width: 100%;
}

.story_tabbing .tab-content {
    float: left;
    margin-top: 76px;
    width: 100%;
}

.story_tabbing .tab-content .tab-pane {
    display: block;
}

.fnd_more.cntct_us {
    min-width: 200px;
    width: auto;
}

.stry_rght {
    float: right;
    width: 32%;
}

.stry_img_sec {
    position: relative;
    overflow: hidden;
    margin-bottom: 37px;
    margin-top: 6px;
}

.stry_img_sec:before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
}

.stry_rght .stry_overlay:before {
    z-index: -1;
}

.stry_rght .stry_overlay .display-table {
    border: 4px solid #fff;
}

.contact_form_sec {
    width: 100%;
}

.contact_form_sec h2 {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f2f2f2;
    background: #26358b;
    text-align: center;
    letter-spacing: 1px;
    padding: 27px;
    position: relative;
}

.contact_form_sec h2:after {
    border-left: 10px solid #26358b;
    border-bottom: 10px solid transparent;
    content: " ";
    display: block;
    position: absolute;
    right: 0px;
    top: 100%;
    z-index: 3;
}

.contact_form_sec h2:before {
    border-right: 10px solid #26358b;
    border-bottom: 10px solid transparent;
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    top: 100%;
    z-index: 3;
}

.contact_form_sec .contact_main {
    background: #f8f7f7;
    padding: 25px 33px;
    margin: 0 10px;
}

.contact_form_sec .contact_main p,
.register_form p {
    position: relative;
    margin-bottom: 17px;
}

.contact_form_sec .contact_main i,
.register_form p i {
    position: absolute;
    top: 0;
    left: 19px;
    color: #888c8f;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 2;
    -ms-transform: translateY(-50%);
    font-size: 15px;
}

.contact_form_sec .contact_main input[type="text"],
.contact_form_sec .contact_main input[type="email"],
.contact_form_sec .contact_main input[type="tel"],
.contact_form_sec .contact_main textarea,
.register_form input[type="text"],
.register_form input[type="email"],
.register_form input[type="tel"],
.register_form textarea {
    font-size: 14px;
    color: #000;
    font-family: arial;
    border: 0;
    background: #eceaea;
    height: 42px;
    padding: 0 41px;
    width: 100%;
    border-radius: 0;
    border: 1px solid transparent;  line-height: normal;
}

.register_form input[type="text"],
.register_form input[type="tel"],
.register_form input[type="email"] {
    border: 1px solid transparent;
}

.contact_form_sec .contact_main input[type="text"]:focus,
.contact_form_sec .contact_main input[type="email"]:focus,
.contact_form_sec .contact_main input[type="tel"]:focus,
.contact_form_sec .contact_main textarea:focus,
.register_form input[type="text"]:focus,
.register_form input[type="email"]:focus,
.register_form input[type="tel"]:focus,
.register_form textarea:focus {
    border-color: #26358b;
}

.register_form input#uploadtextfield:focus {
    border-color: transparent !important;
}

.contact_form_sec .contact_main textarea {
    resize: none;
    height: 73px;
    padding: 7px 41px;
}

.contact_form_sec .contact_main p.txtarea_sec i {
    top: 18px;
    transform: none;
}

.contact_form_sec .contact_main p.txtarea_sec {
    margin-bottom: 24px;
}

.contact_form_sec .contact_main p.sbmt_btn {
    margin-bottom: 0;
    position: relative;
}

.sbmt_btn input[type="submit"] {
    font-size: 17px;
    text-transform: uppercase;
    color: #f2f2f2;
    text-align: center;
    background: #26358b;
    border: 0;
    font-weight: bold;
    width: 100%;
    padding: 11px;
    line-height: normal;
    border-radius: 0;
}

.sbmt_btn input[type="submit"]:hover,
.sbmt_btn input[type="submit"]:focus {
    background: #49559e;
}

.contact_form_sec .contact_main input[type="text"]::-webkit-input-placeholder,
.contact_form_sec .contact_main input[type="email"]::-webkit-input-placeholder,
.contact_form_sec .contact_main input[type="tel"]::-webkit-input-placeholder,
.register_form input[type="text"]::-webkit-input-placeholder,
.register_form input[type="email"]::-webkit-input-placeholder,
.register_form input[type="tel"]::-webkit-input-placeholder {
    color: #888c8f;
    opacity: 1;
}

.contact_form_sec .contact_main input[type="text"]::-moz-placeholder,
.contact_form_sec .contact_main input[type="email"]::-moz-placeholder,
.contact_form_sec .contact_main input[type="tel"]::-moz-placeholder,
.register_form input[type="text"]::-moz-placeholder,
.register_form input[type="email"]::-moz-placeholder,
.register_form input[type="tel"]::-moz-placeholder {
    color: #888c8f;
    opacity: 1;
}

.contact_form_sec .contact_main input[type="text"]:-ms-input-placeholder,
.contact_form_sec .contact_main input[type="email"]:-ms-input-placeholder,
.contact_form_sec .contact_main input[type="tel"]:-ms-input-placeholder,
.register_form input[type="text"]:-ms-input-placeholder,
.register_form input[type="email"]:-ms-input-placeholder,
.register_form input[type="tel"]:-ms-input-placeholder {
    color: #888c8f;
    opacity: 1;
}

.contact_form_sec .contact_main textarea::-webkit-input-placeholder {
    color: #888c8f;
    opacity: 1;
}

.contact_form_sec .contact_main textarea::-moz-placeholder {
    color: #888c8f;
    opacity: 1;
}

.contact_form_sec .contact_main textarea:-ms-input-placeholder {
    color: #888c8f;
    opacity: 1;
}

.register_form textarea::-webkit-input-placeholder {
    color: #888c8f;
    opacity: 1;
}

.register_form textarea::-moz-placeholder {
    color: #888c8f;
    opacity: 1;
}

.register_form textarea:-ms-input-placeholder {
    color: #888c8f;
    opacity: 1;
}

.value_section {
    width: 100%;
    min-height: 85px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    padding: 44px 0;
    text-align: center;
}

.value_section::before {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.value_section h2 {
    font-size: 30px;
    color: #fffefe;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 45px;
}

.value_section #myTab {
    width: 215px;
    margin-right: 0px;
    float: left;
}

.value_section .nav-tabs li a {
    width: 100%;
    display: block;
    padding: 17px;
}

.value_section .nav-tabs li.active a,
.value_section .nav-tabs li:hover a {
    background: rgba(38, 53, 139, 0.8);
}

.value_section .tab-content {
    text-align: left;
    background: #888c8f;
    width: 83%;
    float: right;
    padding: 68px 43px;
    height: 277px;
    overflow: hidden;
}

@-moz-document url-prefix() {
    .value_section .tab-content {
        height: 275px;
    }
}

.value_section .tab-pane {
    height: 100%;
    padding-right: 31px;
}

.value_section .tab-content p {
    font-size: 18px;
    font-family: arial;
    color: #fff;
    line-height: 30px;
}

.stry_lft {
    height: 833px;
    overflow: hidden;
    padding-right: 21px;
}

.contact_form_sec span.wpcf7-not-valid-tip {
    display: none !important;
}

.contact_form_sec textarea.wpcf7-not-valid,
.contact_form_sec input.wpcf7-not-valid {
    border-color: red !important;
}

.contact_form_sec .sbmt_btn .ajax-loader {
    background-color: #ffffff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    position: absolute;
    right: 15px;
    top: 12px;
}

div.wpcf7-validation-errors,
.wpcf7-mail-sent-ng,
.mc4wp-notice,
.no-reslt {
    border: 2px solid #e5aaaa !important;
    color: #d73434;
    background: #e9c8c8;
    margin: 10px 0 0 !important;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding: 10px !important;
}

.wpcf7-mail-sent-ok {
    background: #bfeebf none repeat scroll 0 0;
    border: 2px solid #a1e1a1!important;
    color: #00b500;
    display: block!important;
    margin: 10px 0 0!important;
    text-align: center;
    width: 100%;
    font-size: 14px!important;
    padding: 10px!important
}

.mc4wp-success {
    background: #bfeebf!important;
    border: 2px solid #a1e1a1;
    color: #00b500;
    font-size: 14px;
    padding: 10px !important;
    margin: 10px 0 0!important;
    text-transform: none!important
}

.mc4wp-error {
    background: #ece2c5;
    border: 2px solid #dfcd9b;
    color: #9a5d00!important;
    display: block!important;
    margin: 10px 0 0 !important;
    text-align: center;
    width: 100%;
    padding: 10px !important;
    font-size: 14px;
    padding: 10px;
    margin-top: 30px;
    text-transform: none!important
}


/**** News and Publications ****/

.signup {
    margin-bottom: 58px;
}

.contact_form_sec.signup h2 {
    background: #26358b;
}

.contact_form_sec.signup h2:before {
    border-right: 10px solid #6c6c6c;
}

.contact_form_sec.signup h2:after {
    border-left: 10px solid #6c6c6c;
}

.contact_form_sec.signup .contact_main input[type="text"],
.contact_form_sec.signup .contact_main input[type="email"] {
    /*   font-weight: bold;
    font-family: 'Gotham';*/
}

.signup .sbmt_btn input[type="submit"] {
    background: #26358b;
}

.signup .sbmt_btn input[type="submit"]:hover,
.signup .sbmt_btn input[type="submit"]:focus {
    background: #49559e;
}

.publication_sec #filters {
    width: 228px;
    margin-right: 16px;
    float: left;height: 100% !important;
}

.publication_sec #portfoliolist {
    float: left;
    width: 72%;
}

.publication_sec #portfoliolist .portfolio-wrapper figure img {
    width: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.publication_sec #portfoliolist .portfolio-wrapper figure {
    position: relative;
    margin-bottom: 22px;
    overflow: hidden;
}

.publication_sec #portfoliolist .videos .portfolio-wrapper figure .pro_overlay {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    padding: 0px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-align: center;
    z-index: 9;
}

.publication_sec #portfoliolist .videos figure:hover .pro_overlay {
    opacity: 1;
}

.publication_sec #portfoliolist .videos .pro_overlay .display-table {
    background: rgba(38, 53, 139, 0.85);
}

.publication_sec #portfoliolist .videos .pro_overlay h2 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 36px;
    letter-spacing: 1px;
}

.publication_sec #portfoliolist .portfolio-wrapper .news_date {
    min-width: 169px;
    text-align: center;
    background: #252525;
    position: absolute;
    bottom: 0;
    padding: 9px;
}

.news_date p {
    font-size: 15px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

.publication_sec #portfoliolist .portfolio-wrapper h6 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #888c8f;
    text-align: center;
    letter-spacing: 1px;line-height: 22px;
}

.publication_sec #portfoliolist .portfolio-wrapper h6 a {
    color: #888c8f;
}

.publication_sec #portfoliolist .portfolio-wrapper h6 a:hover,
.publication_sec #portfoliolist .portfolio-wrapper h6 a:focus {
    color: #49559e;
}

.publication_sec #portfoliolist .portfolio {
    margin-bottom: 37px;
}

.publication_sec #portfoliolist .portfolio:last-child {
    margin-bottom: 0;
}


/**** Our Network ****/

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

.network_section li {
    display: inline;
    float: left;
    position: relative;
    text-align: center;
    width: 32%;
    margin-right: 2%;
    vertical-align: top;
    margin-top: 30px;
}

.network_section li:first-child,
.network_section li:nth-child(2),
.network_section li:nth-child(3) {
    margin-top: 0;
}

.network_section li:nth-child(3n) {
    margin-right: 0;
}

.network_section li figure {
    position: relative;
    text-align: left;
    margin-bottom: 29px;
    overflow: hidden;
}

.network_section li figure a {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    display: block;
}

.network_section li figure:hover a {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.network_section li figure img {
    width: 100%;
}

.network_section li figure:before {
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
}

.network_section li p {
    font-size: 17px;
    font-family: arial;
    color: #888c8f;
    line-height: 25px;
    margin-bottom: 0px;
}

.ns_cstm p {
    margin-bottom: 0px !important;
}

.network_section .fnd_more.cntct_us {
    float: none;
}

.logo_ovrlay {
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    text-align: center;
   
    z-index: 3;
}

.network_section li figure .logo_ovrlay img {
    width: 217px;
}


/**** Our Team ****/

#team .network_section {
    float: none;
    margin: auto;
    width: 100%;
}

#team .network_section li {
    margin-top: 0px;
    vertical-align: top;
    margin-right: 0;
    width: 47%;
    margin-right: 2%;
    text-align: left;
    margin-bottom: 50px;
    float: none;
    display: inline-block;
    max-height: 246px;
    padding-right: 20px;
}

#team .network_section li h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

#team .network_section li:first-child,
#team .network_section li:nth-child(2),
#team .network_section li:nth-child(3) {
    margin-top: 0;
}

#team .network_section li figure {
    width: auto;
    display: inline-block;
    /* background: #f2f2f2;*/
    background: #fff;
    text-align: left;
    float: left;
    margin-right: 15px;
    min-height: 410px;
}

#team .fnd_more {
    margin: 0 auto;
    display: block;
    float: none;
}

#team .network_section li figure img {
    display: inline-block;
    width: auto;
    max-width: 228px;
}

#team .network_section li figure:before {
    display: none;
}

#team .network_section li .fnd_more.cntct_info {
    min-width: 320px;
    float: none;
    padding-right: 48px;
    width: auto;
}


/**** Safety and Environment ****/

.safety_section li {
    list-style: none;
    display: block;
    float: left;
    width: 100%;
    margin-top: 78px;
}

.safety_section p {
    font-family: arial;
    line-height: 32px;
}

.safety_section li:first-child {
    margin-top: 0;
}

.safety_section li figure {
    float: left;
    margin-right: 30px;
    max-width: 457px;
    margin-top: 5px;
}

.safety_section.new_safety_section li figure {
    max-height: 458px;
    overflow: hidden;
}

.safety_section li figure img {
    width: 100%;
}

.safety_section_cntnt {
    float: left;
    width: 66%;
    padding-right: 21px;
}

.safety_section_cntnt1 {
    height: 474px;
}

.safety_section li h6 {
    font-weight: bold;
    font-size: 18px;
    color: #888c8f;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    line-height: 24px;
}

.safety_section li h6 a {
    color: #26358b;
}

.safety_section li h6 a:hover,
.safety_section li h6 a:focus {
    color: #49559e;
}

.safety_section li p+p {
    margin-top: 25px;
}


/**** Our History ****/

.cd-timeline-content h2 {
    font-size: 30px;
    font-weight: bold;
    color: #26358b;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 16px;
}

.cd-timeline-content p {
    font-size: 17px;
    color: #888c8f;
    line-height: 31px;
    font-family: arial;
}

.cd-timeline-content figure {
    margin-bottom: 18px;
    position: relative;
}


/*.cd-timeline-content figure:before {
    background: rgba(0, 0, 0, 0.63) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}*/

.cd-timeline-content figure img {
    width: 100%;
}

.cd-timeline-content .stry_overlay .display-table {
    border: 3px solid #ffffff;
}

.cd-timeline-img span {
    font-size: 16px;
    color: #26358b;
    font-weight: bold;
}

.time_increment {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 54px;
    text-align: center;
    background: #bdbec0;
}

.time_increment:before {
    background: #26358b none repeat scroll 0 0;
    content: "";
    height: 4px;
    position: absolute;
    right: 99%;
    top: 50%;
    width: 60px;
    z-index: 1;
}


/*.time_increment::after {
    background: #bdbec0 none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 15px;
    left: -73px;
    position: absolute;
    top: 41%;
    width: 15px;
    z-index: 2;
}*/

.cd-timeline-block:nth-child(2n) .time_increment:before {
    left: 99%;
    right: auto;
}

.cd-timeline-block:nth-child(2n) .time_increment::after {
    right: -73px;
    left: auto;
}

.cd-timeline-block:last-child .cd-timeline-img::before {
    background: #26358b;
    content: "";
    height: 200px;
    position: absolute;
    width: 4px;
    bottom: 100%;
    left: 50%;
}

.cd-timeline-block:first-child:before {
    height: 72%;
}

.cd-timeline-block + .cd-timeline-block {
    margin-top: -159px;
}

.cd-timeline-block:last-child::before {
    bottom: 70%;
}


/**** Career Page ****/

.story_tabbing.career_page {
    padding: 67px 0 80px;
}

.career_page .safety_section li figure {
    margin-top: 5px;
}

.career_page .safety_section li {
    margin-top: 68px;
}

.career_page .safety_section li:first-child {
    margin-top: 0px;
}

.fnd_more.apply_job {
    min-width: 240px;
    margin-top: 56px;
    padding-right: 37px;
}


/**** Project Page ****/

.home_service.project_main .service_innr {
    float: left;
    width: 100%;
}

.home_service.project_main:after {
    display: none;
}

.project_main .pro_filter select {
    background: transparent;
    color: #636363;
    cursor: pointer;
    font-size: 14px;
    height: 42px;
    padding: 0 21px;
    position: relative;
    width: 100%;
    z-index: 2;
    font-family: arial;
    border: 0
}

.project_main .pro_filter select[disabled],
.project_main .pro_filter input[disabled] {
    cursor: not-allowed;
}

.project_main .pro_filter select option {
    padding: 0 15px 0 23px;
}

.project_main .pro_filter select.placeholder {
    color: #999999;
}

.project_main .pro_filter {
    float: left;
    margin-bottom: 40px;
    width: 100%;
}

.project_main .pro_filter p.drp_dwn {
    cursor: pointer;
    position: relative;
    width: 43%;
    background: #eceaea;
    margin-right: 10px;
    display: inline-block;
    float: left;
}

.project_main .pro_filter p.drp_dwn::after {
    color: #8f8e8e;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 42px;
    position: absolute;
    right: 17px;
    top: 0;
    z-index: 1;
}

.project_main .pro_filter #searchform {
    float: left;
    position: relative;
    width: 58%;
}

.project_main .pro_filter #searchform input[type="text"] {
    background: #eceaea;
    color: #636363;
    font-size: 14px;
    height: 42px;
    padding: 0 45px 0 21px;
    position: relative;
    width: 100%;
    font-family: arial;
    border: 0;
    float: left;
    margin-right: 0px;
    border-radius: 0;
}

.project_main .pro_filter #searchform input[type="text"]::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.project_main .pro_filter #searchform input[type="text"]::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.project_main .pro_filter #searchform input[type="text"]:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.project_main .pro_filter #searchform span.srch {
    color: #636363;
    line-height: 42px;
    position: absolute;
    right: 21px;
    font-size: 20px;
}

.project_main .pro_filter #searchform span.srch:hover {
    opacity: 0.6;
}

#searchform > button {
    background: transparent;
    border: 0 none;
    position: absolute;
    right: 21px;
    top: 11px;
    z-index: 1;
    width: 20px;
    height: 23px;
}

.home_service.project_main .service_innr ul li .service_overlay .display-table {
    border: 0;
}

.keysrch {
    display: inline-block;
    float: left;
    margin-left: 1%;
    width: 40%;
}

.project_mn_sc .fnd_more {
    display: inline-block;
    font-size: 13px;
    padding: 12px;
    width: 95px;
}

.project_main .pro_filter .keysrch #searchform {
    width: 63% !important;
}


/**** Project Internal Page ****/

.project_info {
    margin-top: 80px;
    width: 100%;
    float: left;
}

.project_info_lft {
    width: 32%;
    background: #f8f7f7;
    float: left;
    padding: 40px 24px;
    margin-right: 2%;
    margin-top: 6px;
}

.project_info_lft ul li {
    list-style: none;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #888c8f;
    font-family: arial;
    text-align: left;
    margin-bottom: 51px;
}

.project_info_lft ul li:last-child {
    margin-bottom: 0;
}

.project_info_lft ul li h6 {
    text-transform: uppercase;
    margin-bottom: 8px;
}

.project_info_lft ul li p {
    font-size: 16px;
    line-height: 36px;
}

.project_info_rght {
    width: 66%;
    float: right;
    text-align: left;
    font-family: arial;
}

.project_info_rght h2,
.project_info_lft h6 {
    font-size: 30px;
    font-family: arial;
    color: #26358b;
    font-weight: bold;
    margin-bottom: 16px;
}

.project_info_rght p {
    line-height: 36px;
}

.project_info_rght p+p {
    margin-top: 28px;
}

.home_service.related_post {
    padding: 66px 0;
}

.home_service.related_post:after {
    background: rgba(8, 56, 188, 0.8);
}

.home_service.related_post .service_innr ul {
    margin-top: 48px;
}


/**** Service Page ****/

.career_page.service_page .safety_section li figure {
    margin-top: 4px;
    position: relative;
    text-align: center;
    display: block;
    overflow: hidden;
}

.service_page .safety_section li h6 {
    font-size: 20px;
    color: #888c8f;
}

.service_page .fnd_more.apply_job {
    margin-top: 36px;
}

.career_page.service_page .safety_section li .service_overlay img {
    height: 81px;
}


/**** Service Internal ****/

.service_internal {
    width: 100%;
    padding: 69px 0 80px;
}

.service_internal .publication_sec #mytab {
    width: 216px;
    margin-right: 30px;
    float: left;
    margin-top: 11px;
}

.service_internal .stry_rght {
    margin-top: 11px;
}

.service_internal .publication_sec #mytab li {
    width: 100%;
}

.service_internal .publication_sec .tab-content {
    width: 81%;
    float: left;
    margin-top: 0;
}

.service_internal .publication_sec .tab-content p {
    font-family: arial;
    line-height: 36px;
}

.service_internal .publication_sec .tab-content p+p {
    margin-top: 35px;
}


/**** Register Page ****/

.register {
    padding: 80px 0;
}

.register .col-sm-8 {
    float: none;
    margin: auto;
}

.register_form {
    background: #f8f7f7;
    width: 100%;
    padding: 43px 36px;
}

.register_form input[type="text"],
.register_form input[type="email"],
.register_form input[type="tel"] {
    height: 60px;
}

.fa-qualify {
    background: url(../images/qualify.svg) no-repeat;
    width: 12px;
    height: 17px;
    background-size: 100%;
}

.register_form .file {
    position: absolute;
    visibility: hidden;
}

.register_form .input-group-btn {
    position: absolute;
    top: 0;
    right: 12px;
    width: auto;
    display: inline-block;
    bottom: 0;
    top: 12px;
}

.register .browse {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    min-width: 160px;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    background: #26358b;
    border: 0;
    line-height: normal;
    padding: 9px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-transform: uppercase;
    position: absolute;
    right: 17px;
    top: 12px;
}

.register .browse:hover,
.register .browse:focus,
.sbmt_button input[type="submit"]:hover,
.sbmt_button input[type="submit"]:focus {
    background: #49559e;
    color: #fff;
}

.register .brws_inpt {
    width: 78% !important;
}

.brws_inpt[disabled] {
    cursor: not-allowed;
}

.register_form .form_group {
    background: #eceaea;
}

.sbmt_button {
    margin-bottom: 0 !important;
    margin-top: 20px;
    display: inline-block;
}

.sbmt_button input[type="submit"] {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #26358b;
    letter-spacing: 1px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    bordeR: 0;
    width: 190px;
    text-transform: uppercase;
    padding: 18px;
}

.fa-paperclip:before {
    content: '';
    background: url(../images/clip.svg) no-repeat;
    width: 15px;
    height: 16px;
    top: -7px;
    background-size: 100%;
    position: absolute;
}

.wpcf7-form-control-wrap.file-518 #fileuploadfield {
    display: none;
}

.register .wpcf7-form-control-wrap.file-518 .wpcf7-not-valid-tip {
    display: block !important;
    float: left;
    font-size: 12px;
    margin-top: 12px;
    width: 100%;
}

.brws_inpt {
    cursor: not-allowed;
}


/**** Contact Page ****/

.contact_page {
    padding: 80px 0;
    text-align: left;
    width: 100%;
}

.contact_page .cntct_location {
    margin-bottom: 60px;
    width: 100%;
    float: left;
}

.contact_page .cntct_bx {
    float: left;
    margin-right: 0;
    width: 40%;
}

.contact_page .cntct_bx:last-child {
    width: 19%;
}

.contact_page .cntct_bx .cntct_img {
    background: #26358b;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    float: left;
    height: 84px;
    line-height: 81px;
    margin-right: 27px;
    text-align: center;
    vertical-align: middle;
    width: 84px;
}

.contact_page .cntct_bx .cntct_img figure {
    width: 100%;
}

.contact_page .cntct_bx .cntct_img figure img {
    vertical-align: middle;
    width: 34px;
}

.contact_page .cntct_bx:last-child .cntct_img figure img {
    width: 26px;
}

.contact_page .cntct_bx .cntct_descp {
    float: left;
}

.contact_page .cntct_bx .cntct_descp h6 {
    font-weight: bold;
    font-size: 17px;
    color: #888c8f;
    text-transform: uppercase;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    margin-top: 16px;
}

.contact_page .cntct_bx .cntct_descp p {
    font-size: 16px;
    font-family: arial;
    color: #888c8f;
    line-height: 21px;
}

.contact_page .cntct_bx .cntct_descp p+p {
    margin-top: 4px;
}

.contact_page .cntct_bx .cntct_descp p a {
    color: #888c8f;
    overflow-wrap: break-word;
}

.contact_page .cntct_bx .cntct_descp p a:hover,
.contact_page .cntct_bx .cntct_descp p a:focus {
    color: #49559e;
}

.contact_page .contact_left_loc {
    background: #f8f7f7;
    width: 100%;
    padding: 42px 27px;
}

.contact_page .contact_left_loc > h6 {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px;
    background: #bcbdbf;
    padding: 24px;
    margin-bottom: 20px;
}

.contact_page .contact_left_loc .contact_map {
    height: 396px;
    margin-bottom: 20px;
}

.contact_page .contact_left_loc .contact_map .acf-map {
    height: 100% !important;
    border: 0 !important;
}

.contact_page .contact_left_loc .contact_map iframe {
    width: 100%;
    height: 100%;
}

.contact_hrs {
    height: 160px;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    text-align: center;
}

.contact_hrs:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    content: '';
}

.contact_hrs h6 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 9px;
}

.contact_hrs label {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
}

.contact_opng {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    width: 100%;
}

.contact_opng .time {
    margin-left: 16px;
}

.contact_rght_loc {
    width: 100%;
    background: #f8f7f7;
    padding: 42px 33px;
}

.contact_rght_loc .register_form {
    padding: 0;
    background: transparent;
}

.contact_rght_loc .register_form select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000;
    cursor: pointer;
    font-family: arial;
    font-size: 14px;
    height: 60px;
    padding: 0 41px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.contact_rght_loc .register_form p.drop_down:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 17px;
    background: url(../images/contact_enquiry.svg) no-repeat;
    width: 16px;
    background-size: 100%;
    height: 17px;
}

.contact_rght_loc .register_form p.drop_down {
    background: #eceaea none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 100%;
}

.contact_rght_loc .register_form select option {
    padding: 0 15px 0 23px;
}

.contact_rght_loc .register_form select.placeholder {
    color: #888c8f;
}

.contact_rght_loc .register_form p.drop_down::before {
    color: #636363;
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 60px;
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 1;
}

.contact_rght_loc .register_form p.drop_down1:after {
    content: '';
    position: absolute;
    top: 20px;
    left: 17px;
    background: url(../images/question_mark.svg) no-repeat !important;
    width: 12px;
    background-size: 100% !important;
    height: 21px;
}

.register_form textarea {
    resize: none;
    height: 90px;
    padding: 19px 41px;
}

.contact_rght_loc .register_form p.txtarea_sec i.fa-envelope {
    top: 30px;
}

.contact_rght_loc .register_form .fnd_more {
    float: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.contact_rght_loc .register_form .fnd_more::after {
    border-top: 59px solid #f8f7f7;
}

.contact_reg_btn {
    position: relative;
    margin-bottom: 0 !important;
    margin-top: 12px;
    display: inline-block;
}

.contact_rght_loc .register_form p i.fa-map-marker {
    font-size: 19px;
}

.contact_rght_loc .register_form p {
    margin-bottom: 20px;
}

.btm_header .header_mid {
    display: none;
}

.contact_reg_btn div.wpcf7 .ajax-loader {
    margin-top: -4px;
}

.register_form span.wpcf7-not-valid-tip {
    display: none !important;
}

.register_form input.wpcf7-not-valid,
.register_form textarea.wpcf7-not-valid {
    border-color: red !important;
}

.contact_page .fnd_more.cntct_us {
    padding: 17px;
}

.contact_page .contact_reg_btn .ajax-loader,
.register .sbmt_button .ajax-loader {
    position: absolute;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    background-color: #fff;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


/**** 404 Page ****/

.error_main {
    display: inline-block;
    width: 100%;
}

.error_btm_cntnt h1 {
    color: #444444;
    font-size: 165px;
    font-weight: 600;
    line-height: 140px;
    margin-bottom: 40px;
    margin-top: 0;
}

.error_btm_cntnt {
    float: left;
    padding: 41px 0 48px;
    text-align: center;
    width: 100%;
}

.error_btm_cntnt p {
    color: #5a5a5a;
    font-size: 21px;
}

.error_main_section {
    float: left;
    width: 100%;
    padding: 24px 0;
}


/**** Thank You Page ****/

.thank-you-page {
    margin: 0;
    text-align: center;
    display: table;
    height: 600px;
    table-layout: fixed;
    width: 100%;
}

.thank-you-page .fa {
    border: 3px solid #16bb16;
    color: #16bb16;
    font-size: 80px;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    height: 146px;
    width: 146px;
    line-height: 100px;
    margin: 0 0 50px;
}

.thank-you-page h2 {
    color: #16a516;
    background: #e8f9e8;
    border: 1px solid #16a516;
    padding: 20px 30px;
    display: inline-block;
    clear: both;
    border-radius: 5px;
    font-size: 24px;
}


/**** News Internal ****/

.single-news .project_info_rght,
.single-safety_environment .project_info_rght {
    width: 100%;
}

.single-news .project_info,
.single-safety_environment .project_info {
    margin-top: 50px;
}

.no-reslt {
    display: inline-block;
    font-size: 15px !important;
    margin: auto !important;
    width: 48%;
}

.cd-timeline-content {
    text-align: center;
}

.extra_cnt {
    border: 1px solid #49559e;
    padding: 30px;
    margin-bottom: 76px;
}

.extra_cnt p+p {
    margin-top: 20px;
}

#history {
    text-align: center;
}

#history a {
    text-align: center;
    display: inline-block;
    float: none;
    margin-top: 30px;
}

.extra_cnt p {
    font-family: arial;
    text-align: left;
    line-height: 36px;
}

.project_info_rght ul,
.story_tabbing.service_internal .panel-body ul {
    margin: 15px 0 0;
}

.project_info_rght ul li,
.story_tabbing .publication_sec .tab-content ul li,
.story_tabbing.service_internal .panel-body ul li {
    list-style: none;
    color: #888c8f;
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    margin-bottom: 10px;
    font-family: arial;
}

.project_info_rght ul li:before,
.story_tabbing .publication_sec .tab-content ul li:before,
.story_tabbing.service_internal .panel-body ul li:before {
    position: absolute;
    top: -2px;
    left: 0;
    color: #26358b;
    font-size: 20px;
    content: '\f0da';
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    font-family: 'FontAwesome';
}

.project_info_rght h3 {
    margin: 15px 0;
}

.vd_ovrlay {
    height: 100%;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 5;
    text-align: center;
}

.vd_ovrlay a {
    color: #fff;
    font-size: 60px;
}

.videos .portfolio-wrapper {
    cursor: auto;
}

.videos .portfolio-wrapper figure {
    overflow: visible !important;
    max-width: 480px;
}

.jan {
    width: 58%;
    float: left;
}

.service_internal .stry_rght {
    width: 40%;
}

.news_slider .flex-control-thumbs {
    display: none !important;
}


/**** Video Slider ****/

.rvs-container a.rvs-nav-item.rvs-active,
.rvs-container a.rvs-nav-item.rvs-active:active,
.rvs-container a.rvs-nav-item.rvs-active:first-child,
.rvs-container a.rvs-nav-item.rvs-active:first-child:active,
.rvs-container a.rvs-nav-item.rvs-active:first-child:focus,
.rvs-container a.rvs-nav-item.rvs-active:first-child:hover,
.rvs-container a.rvs-nav-item.rvs-active:focus,
.rvs-container a.rvs-nav-item.rvs-active:hover,
.rvs-container a.rvs-play-video:active,
.rvs-container a.rvs-play-video:focus,
.rvs-container a.rvs-play-video:hover {
    border-color: #26358b !important;
}

.rvs-container a.rvs-close:active,
.rvs-container a.rvs-close:focus,
.rvs-container a.rvs-close:hover,
.rvs-container a.rvs-nav-item.rvs-active,
.rvs-container a.rvs-nav-item.rvs-active:active,
.rvs-container a.rvs-nav-item.rvs-active:focus,
.rvs-container a.rvs-nav-item.rvs-active:hover,
.rvs-container a.rvs-play-video:active,
.rvs-container a.rvs-play-video:focus,
.rvs-container a.rvs-play-video:hover,
.rvs-container.rvs-thumb-play .rvs-nav-container .rvs-video-active span.rvs-nav-item-thumb::before,
.rvs-container.rvs-thumb-play .rvs-nav-container span.rvs-nav-item-thumb:hover::before {
    background-color: #26358b !important;
}

.home_service .pro_list h5 {
    font-size: 18px;
    line-height: 34px;
    color: #e1e0e0;
    font-family: arial;
    margin-top: 12px;
    text-transform: none;
}

.home_service .pro_list h5 a:hover,
.home_service .pro_list h5 a:focus {
    color: #fff;
}

.network_section h6 {
    font-size: 20px;
    font-weight: 600;
    height: auto;
    line-height: 23px;
    overflow: hidden;
}

.video_cstm iframe {
    height: 400px !important;
}

.page-template-our-story .contact_form_sec .contact_main p.txtarea_sec i {
    top: 10px;
}
.project_mn_sc .pro_filter .loader {
    background: #eceaea;
    float: none;
    width: 100%;
    text-align: center;
    padding: 15px;
    max-width: 60%;
    margin: 15px auto 0;
    display: inline-block;
}

/**********  Responsive  **********/

@media (min-width: 1500px) {
    .container {
        width: 1470px;
    }
}

@media (max-width:1499px) {
    /**** Header ****/
    h5 {
        font-size: 22px;
    }
    h2 {
        font-size: 27px;
    }
    p {
        font-size: 16px;
    }
    .header_mid h5 {
        font-size: 22px;
    }
    .btm_header nav> ul > li {
        font-size: 18px;
        margin-right: 80px;
    }
    .btm_header nav > ul > li:last-child::before {
        border-top: 54px solid #888c8f;
    }
    .banner .carousel-indicators li {
        width: 14px;
        height: 14px;
    }
    .btm_header::after {
        border-top: 54px solid #ffffff;
    }
    .header_mid {
        max-width: 54%;
        left: -152px;
    }
    .header_contact {
        width: 26%;
    }
    /**** Home About ****/
    .home_abt {
        padding: 46px 0;
    }
    .home_abt h5 {
        font-size: 21px;
        line-height: 36px;
    }
    /**** Home Service ****/
    .home_service h2,
    .home_service .service_innr ul li .service_overlay h2,
    .testimonial h2,
    .project_info_lft ul li h6 {
        font-size: 27px;
    }
    .home_service {
        padding: 61px 0;
    }
    /**** Home About Detail ****/
    .home_abt_detail .col-sm-7 p {
        margin-bottom: 26px;
    }
    .home_abt_detail .col-sm-5 {
        padding-left: 30px;
    }
    .latest_news ul li h6 a {
        font-size: 17px;
        line-height: 26px;
    }
    .latest_news ul li p {
        font-size: 16px;
        line-height: 25px;
    }
    .history_overlay a {
        font-size: 18px;
    }
    .latest_news ul li figure {
        margin-bottom: 20px;
        margin-right: 20px;
        width: 120px;
    }
    /**** Home Testimonial ****/
    .testimonial {
        padding: 53px 0;
    }
    /**** Footer ****/
    .top_footer {
        padding: 55px 0;
    }
    .top_footer .ftr_sec1.ftr_sec3 {
        width: 20%;
    }
    .top_footer .ftr_sec1 {
        margin-right: 4%;
    }
    .top_footer .ftr_sec1.ftr_sec2 {
        margin-left: 0;
    }
    /* .top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li {
        font-size: 25px;
        margin-right: 25px;
    }*/
    .top_footer .ftr_sec1.ftr_sec3 input[type="email"],
    .top_footer .ftr_sec1.ftr_sec3 input[type="submit"] {
        font-size: 18px;
    }
    .top_footer .ftr_sec1.ftr_sec3 input[type="email"] {
        width: 277px;
    }
    /**** Our Story Page ****/
    .story_tabbing {
        padding: 38px 0 59px;
    }
    h1 {
        font-size: 45px;
    }
    .about_banner h1 {
        font-size: 45px;
    }
    .story_tabbing .nav-tabs li {
        font-size: 17px;
        width: 185px;
        margin-right: 6px;
    }
    .story_tabbing .tab-content {
        margin-top: 56px;
    }
    .contact_form_sec h2 {
        font-size: 21px;
        padding: 20px;
    }
    .stry_rght .stry_overlay .display-table {
        border: 3px solid #ffffff;
    }
    .value_section .tab-content {
        width: 79%;
    }
    .value_section .tab-content {
        padding: 43px;
    }
    .stry_lft {
        height: 736px;
    }
    .home_abt_detail .col-sm-7 p,
    .story_tabbing .stry_lft p {
        margin-bottom: 15px;
        font-size: 16px;
    }
    /**** News and Publications ****/
    .publication_sec #filters {
        width: 185px;
    }
    .publication_sec #filters li {
        width: 100%;
        font-size: 17px;
    }
    .project_info_rght p {
        line-height: 32px;
    }
    .project_info_rght p + p {
        margin-top: 15px;
    }
    /**** Our Network ****/
    .network_section li figure .logo_ovrlay img {
        width: 135px;
    }
    .network_section li p {
        font-size: 16px;
    }
    /**** Our Team ****/
    #team .network_section li {
        margin-top: 0px;
    }
    #team .network_section li figure img {
        max-width: 200px;
    }
    /**** Safety and Environment ****/
    .safety_section li {
        margin-top: 58px;
    }
    .safety_section li figure {
        max-width: 400px;
    }
    .safety_section p {
        font-size: 16px;
        line-height: 32px;
    }
    /**** Our History ****/
    .cd-timeline-content h2 {
        font-size: 25px;
    }
    .time_increment::before {
        width: 40px;
    }
    .time_increment::after {
        left: -49px;
    }
    .cd-timeline-block:nth-child(2n) .time_increment:after {
        right: -49px;
    }
    .cd-timeline-block:first-child::before {
        height: 69%;
    }
    .cd-timeline-content p {
        font-size: 16px;
        line-height: 29px;
    }
    /**** Career Page ****/
    .fnd_more.apply_job {
        margin-top: 30px;
    }
    .career_page .safety_section li {
        margin-top: 48px;
    }
    .story_tabbing.career_page {
        padding: 38px 0 50px;
    }
    /**** Project Page ****/
    .project_main .pro_filter #searchform span.srch {
        font-size: 16px;
    }
    #searchform > button {
        width: 16px;
        height: 19px;
    }
    .project_main .pro_filter p.drp_dwn {
        width: 41%;
    }
    /**** Project Internal Page ****/
    .project_info {
        margin-top: 50px;
    }
    .project_info_lft ul li {
        margin-bottom: 30px;
    }
    /**** Service Page ****/
    .safety_section_cntnt {
        width: 62%;
    }
    .safety_section_cntnt1 {
        height: 422px;
    }
    .service_page .fnd_more.apply_job {
        margin-top: 15px;
    }
    /**** Service Internal ****/
    .service_internal #mytab li {
        font-size: 15px;
    }
    .service_internal .publication_sec #mytab {
        margin-right: 15px;
        width: 194px;
    }
    .service_internal .publication_sec .tab-content p + p {
        margin-top: 15px;
    }
    /**** Register Page ****/
    .register {
        padding: 60px 0;
    }
    .sbmt_button {
        margin-top: 0px;
    }
    .register .brws_inpt {
        width: 73% !important;
    }
    .register .wpcf7-form-control-wrap.file-518 .wpcf7-not-valid-tip {
        margin-bottom: 20px;
    }
    /**** Contact Page ****/
    .contact_page {
        padding: 60px 0;
    }
    .contact_page .cntct_bx .cntct_img figure img {
        width: 29px;
    }
    .contact_page .cntct_bx:last-child .cntct_img figure img {
        width: 19px;
    }
    .contact_page .cntct_location {
        margin-bottom: 40px;
    }
    .contact_reg_btn {
        margin-top: 11px;
    }
    .contact_page .cntct_bx:last-child {
        width: 24%;
    }
    .contact_page .cntct_bx {
        width: 38%;
    }
    /**** 404 Page ****/
    .error_btm_cntnt h1 {
        font-size: 145px;
    }
    .error_btm_cntnt p {
        font-size: 19px;
    }
    /**** Thank You Page  ****/
    .thank-you-page {
        text-align: center;
        height: 400px;
    }
    .thank-you-page .fa {
        font-size: 45px;
        padding: 0;
        height: 100px;
        width: 100px;
        line-height: 100px;
        margin: 0 0 50px;
    }
    .thank-you-page h2 {
        padding: 20px 30px;
        font-size: 19px;
    }
    .extra_cnt {
        margin-bottom: 56px;
    }
    /**** Video Slider ****/
    .rvs-container.rvs-xs.rvs-sm.rvs-md.rvs-lg {
        height: 386px !important;
    }
}

@media (max-width:1199px) {
    /**** Home Page ****/
    h1 {
        font-size: 35px;
    }
    h6 {
        font-size: 18px;
    }
    h3 {
        font-size: 20px;
    }
    .header_contact ul li:first-child figure img {
        margin-top: 0;
    }
    .header_contact ul li {
        font-size: 15px;
    }
    .logo {
        width: 120px;
    }
    .header_mid h5 {
        font-size: 17px;
    }
    .btm_header nav > ul > li {
        margin-right: 65px;
    }
    .top_header {
        padding: 13px 0;
    }
    header {
        position: fixed;
        width: 100%;
        top: 0;
        z-index: 9999;
    }
    .header_mid {
        max-width: 54%;
        left: -152px;
    }
    .header_contact {
        width: 27%;
    }
    .btm_header {
        box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.33);
        -moz-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.33);
        -ms-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.33);
        -webkit-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.33);
    }
    .btm_header {
        min-height: 50px;
    }
    .banner,
    .about_banner {
        margin-top: 130px;
    }
    .home_abt {
        padding: 30px 0;
    }
    .home_abt h5 {
        font-size: 16px;
        line-height: 32px;
    }
    .home_service,
    .home_abt_detail {
        padding: 40px 0 50px;
    }
    .testimonial {
        padding: 40px 0;
    }
    .home_service h2,
    .home_service .service_innr ul li .service_overlay h2,
    .testimonial h2,
    .project_info_lft ul li h6 {
        font-size: 23px;
    }
    h2 {
        font-size: 23px;
    }
    .home_abt_detail .col-sm-7 p,
    .story_tabbing .stry_lft p,
    .network_section li p,
    .service_internal .publication_sec .tab-content p,
    .service_internal p {
        font-size: 16px;
        line-height: 28px;
        font-family: arial;
    }
    .history_overlay a {
        font-size: 15px;
    }
    .history_view {
        min-height: 0;
        padding: 10px;
    }
    .latest_news {
        margin-top: 30px;
    }
    .latest_news ul li figure {
        width: 100px;
        margin-bottom: 0px;
    }
    .latest_news ul li h6 a,
    .latest_news ul li p {
        font-size: 15px;
    }
    .fnd_more {
        font-size: 15px;
        width: 200px;
        padding: 14px 35px 14px 14px;
        border-radius: 0;
    }
    .home_abt_detail .col-sm-7 p,
    .story_tabbing .stry_lft p {
        margin-bottom: 20px;
    }
    .current_project .pro_list ul {
        margin-top: 40px;
    }
    .current_project .pro_list ul li p,
    .btm_footer p {
        font-size: 14px;
    }
    .current_project .pro_list ul li .pro_overlay {
        padding: 15px;
    }
    .home_service {
        background-attachment: local !important;
    }
    .home_service .service_innr ul li .service_overlay h2 {
        font-size: 18px;
        line-height: 26px;
    }
    .testimonial #carousel-example-generic1 .item {
        width: 92%;
    }
    .testimonial p,
    .top_footer p {
        font-size: 16px;
        line-height: 30px;
    }
    .top_footer {
        padding: 40px 0;
    }
    .top_footer h6 {
        font-size: 18px;
    }
    .top_footer .ftr_sec1.ftr_sec2 ul li {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .top_footer .ftr_sec1 {
        margin-right: 3%;
        width: 20%;
    }
    .top_footer .ftr_sec1.ftr_sec3 {
        width: 21%;
    }
    .top_footer .ftr_sec1.ftr_sec2 {
        width: 15%;
    }  
    .top_footer .ftr_sec1.ftr_sec3 input[type="email"] {
        width: 66%;
        height: 43px;
    }
    .top_footer .ftr_sec1.ftr_sec3 input[type="email"],
    .top_footer .ftr_sec1.ftr_sec3 input[type="submit"],
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social h6 {
        font-size: 16px;
    }
    .top_footer .ftr_sec1.ftr_sec3 input[type="submit"] {
        padding: 7px;
        height: 43px;
    }
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social h6 {
        margin-bottom: 15px;
    }
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li {
        font-size: 23px;
    }
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li {
        font-size: 23px;
    }
    .home_service .service_innr ul li .service_overlay,
    .stry_rght .stry_overlay,
    .cd-timeline-content .stry_overlay,
    .service_page .service_overlay {
        padding: 15px;
    }
    .current_project .pro_list ul li .pro_overlay {
        opacity: 1;
    }
    /**** Our Story ****/
    .story_tabbing .nav-tabs li,
    .publication_sec #filters li,
    .service_internal #mytab li {
        font-size: 14px;
        width: 151px;
        height: 57px;
    }
    .service_internal #mytab li {
        word-break: break-all;
    }
    .story_tabbing .tab-content {
        margin-top: 36px;
    }
    .contact_form_sec .contact_main {
        padding: 25px;
    }
    .contact_form_sec .contact_main p.txtarea_sec {
        margin-bottom: 17px;
    }
    .story_tabbing {
        padding: 38px 0;
    }
    .value_section h2 {
        font-size: 23px;
        margin-bottom: 30px;
    }
    .value_section {
        padding: 40px 0;
    }
    .value_section .nav-tabs li,
    .value_section .tab-content p,
    .cd-timeline-content p {
        font-size: 16px;
    }
    .value_section #myTab {
        width: 187px;
    }
    .value_section .tab-content {
        padding: 30px;
    }
    .value_section .tab-content {
        height: 269px;
    }
    .value_section {
        background-attachment: local !important;
    }
    .value_section .tab-content p {
        line-height: 28px;
    }
    /**** Our Team ****/
    #team .network_section li .fnd_more.cntct_info {
        transition-timing-function: 280px;
    }
    #team .network_section li {
        width: 47%;
        margin-right: 2% !important;
    }
    #team .network_section li:nth-child(even) {
        margin-right: 0 !important;
    }
    #team .network_section li:nth-child(3) {
        margin-top: 50px !important;
    }
    /**** Our History ****/
    .cd-timeline-block {
        margin-bottom: 50px;
    }
    .cd-timeline-block + .cd-timeline-block {
        margin-top: 0;
    }
    .cd-timeline-content h2 {
        font-size: 21px;
        margin-bottom: 5px;
    }
    .cd-timeline-block::before,
    .cd-timeline-block:last-child .cd-timeline-img::before,
    .time_increment::before,
    .cd-timeline-block:nth-child(2n) .time_increment::after {
        display: none;
    }
    .cd-timeline-content figure {
        margin: auto auto 20px;
        max-width: 500px;
    }
    .cd-timeline-content {
        text-align: center;
        padding: 0 30px;
    }
    #cd-timeline::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: 3px;
        background: #26358b;
        z-index: -1;
    }
    #cd-timeline {
        overflow: visible;
    }
    .time_increment {
        margin-left: -26px;
    }
    .cd-timeline-img {
        top: 0;
        z-index: 9;
    }
    /**** Safety and Environment ****/
    .safety_section li figure {
        max-width: 300px;
    }
    .safety_section p {
        font-size: 16px;
        line-height: 31px;
    }
    .safety_section li p + p {
        margin-top: 20px;
    }
    .safety_section li {
        margin-top: 40px;
    }
    .safety_section_cntnt1 {
        height: 313px;
    }
    /**** News and Publications ****/
    .contact_form_sec h2 {
        font-size: 16px;
    }
    .signup {
        margin-bottom: 30px;
    }
    .publication_sec #filters,
    .service_internal .publication_sec #mytab {
        width: 151px;
    }
    .about_banner h1 {
        font-size: 35px;
    }
    .about_banner {
        height: 200px;
    }
    /**** Service Page ****/
    .story_tabbing.career_page {
        padding: 50px 0;
    }
    /**** Service Internal Page ****/
    .service_internal .stry_rght,
    .service_internal .publication_sec #mytab {
        margin-top: 9px;
    }
    .contact_form_sec .contact_main textarea {
        line-height: 20px;
        padding: 14px 41px;
    }
    .page-template-our-story .contact_form_sec .contact_main textarea {
        padding: 7px 41px;
    }
    /**** Contact Page ****/
    .contact_page {
        padding: 50px 0;
    }
    .contact_page .cntct_bx {
        width: 32.33%;
        margin-right: 1%;
    }
    .contact_page .cntct_bx:last-child {
        width: 32.33%;
    }
    .contact_page .cntct_bx:last-child {
        margin-right: 0;
    }
    .cntct_descp {
        float: left;
        width: 67%;
    }
    .contact_page .cntct_bx .cntct_descp p {
        font-size: 15px;
    }
    .contact_page .contact_left_loc > h6 {
        padding: 18px;
    }
    .contact_opng {
        padding: 15px;
    }
    .contact_hrs h6 {
        font-size: 15px;
    }
    .contact_hrs label {
        font-size: 13px;
    }
    .contact_opng .time {
        margin-left: 7px;
    }
    .contact_page .cntct_bx .cntct_img {
        width: 70px;
        height: 70px;
        line-height: 67px;
    }
    .contact_page .cntct_bx .cntct_img figure img {
        width: 19px;
    }
    .contact_page .cntct_bx:last-child .cntct_img figure img {
        width: 16px;
    }
    .contact_reg_btn {
        margin-top: 4px;
    }
    /**** Career Page ****/
    .career_page .safety_section li {
        margin-top: 35px;
    }
    .career_page .safety_section li figure {
        margin-top: 9px;
        margin-bottom: 30px;
    }
    .fnd_more.apply_job {
        margin-top: 15px;
    }
    /**** Project Internal Page ****/
    .project_info_lft ul li p,
    .project_info_rght p {
        font-size: 16px;
        line-height: 31px;
    }
    .project_info_lft ul li {
        margin-bottom: 25px;
    }
    .home_service.related_post {
        padding: 40px 0;
    }
    .home_service.related_post .service_innr ul {
        margin-top: 30px;
    }
    .project_info {
        margin-top: 40px;
    }
    .project_info_lft {
        margin-right: 30px;
    }
    .project_info_rght {
        width: 64%;
    }
    /**** 404 Page ****/
    .error_main_section {
        margin-top: 140px;
    }
    .error_btm_cntnt h1 {
        font-size: 130px;
        line-height: 120px;
    }
    .error_btm_cntnt p {
        font-size: 18px;
    }
    /**** Register Page ****/
    .register .browse {
        font-size: 14px;
    }
    .register .brws_inpt {
        width: 66% !important;
    }
    .register {
        padding: 50px 0;
    }
    /**** Thank You Page  ****/
    .thank-you-page {
        margin-top: 140px;
    }
    /**** News Internal Page ****/
    .project_info_rght h2 {
        margin-bottom: 0px;
    }
    .single-news .project_info,
    .single-safety_environment .project_info {
        margin-top: 30px;
    }
    /**** Project Internal Page ****/
    .home_service.project_main .service_innr ul {
        margin-top: 0;
    }
    /**** Project Page ****/
    .project_main .pro_filter #searchform {
        width: 69%;
    }
    .keysrch {
        width: 30%;
    }
    .project_main .pro_filter .keysrch #searchform,
    .no-reslt {
        width: 100% !important;
    }
    .extra_cnt p {
        font-size: 16px;
    }
    .project_info_rght ul,
    .story_tabbing .publication_sec ul,
    .story_tabbing .panel-body ul {
        margin-bottom: 20px;
    }
    .project_info_rght ul li,
    .story_tabbing .publication_sec .tab-content ul li,
    .story_tabbing .panel-body ul li {
        font-size: 16px;
    }
    .project_info_rght ul li::before,
    .story_tabbing .publication_sec ul li:before {
        font-size: 18px;
        top: -3px;
    }
    .story_tabbing.service_internal .panel-body ul li:before {
        font-size: 17px;
    }
    .extra_cnt {
        margin-bottom: 37px;
    }
    .flex-direction-nav a::before {
        font-size: 29px !important;
    }
    .rvs-container.rvs-xs.rvs-sm.rvs-md {
        height: 374px !important;
    }
    .safety_section_cntnt {
        padding-right: 0;
    }
    .safety_section_cntnt1 {
        padding-right: 20px;
    }
    .network_section h6 {
        font-size: 18px;
        height: 50px;
    }
    .publication_sec #portfoliolist .videos .pro_overlay h2 {
        font-size: 25px;
    }
}

@media (max-width:991px) {
    /**** Home Page ****/
    .btm_header nav {
        display: none;
    }
    .home_abt_detail .col-sm-7,
    .home_abt_detail .col-sm-5 {
        width: 100%;
    }
    .home_abt_detail .col-sm-5 {
        padding-left: 15px;
    }
    .history_view {
        margin-top: 30px;
    }
    .latest_news ul li figure {
        margin-bottom: 0;
    }
    .top_footer .ftr_sec1,
    .top_footer .ftr_sec1.ftr_sec2,
    .top_footer .ftr_sec1.ftr_sec3 {
        margin-right: 0;
        width: 100%;
    }
    .top_footer h6 {
        margin-bottom: 15px;
    }
    .top_footer .ftr_sec1.ftr_sec2 {
        margin: 0;
    }
    .top_footer .ftr_sec1 {
        margin-bottom: 20px;
    }
    .top_footer .ftr_sec1.ftr_sec3 {
        margin-top: 20px;   
    }
    .top_footer .ftr_sec1:nth-child(2) {
        margin-bottom: 0;   
    }
    .top_footer .ftr_sec1:nth-child(3) {
        margin-top: 0;   
    }
    .btm_header::after {
        display: none;
    }
    .header_mid h5 {
        color: #ffffff;
        font-size: 15px;
        text-align: left;
        line-height: 21px;
    }
    .btm_header .header_mid {
        display: block;
        float: left;
        max-width: 95%;
        text-align: left;
        position: static;
        transform: none;
        top: 0;
        padding: 18px 0;
    }
    .top_header .header_mid {
        display: none;
    }
    button#responsive-menu-button {
        background: transparent;
        height: 27px;
        position: absolute;
        right: 13px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 30px;
    }
    button#responsive-menu-button:hover {
        background: transparent;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
        font-size: 16px;
    }
    #responsive-menu-container {
        width: 350px;
        background: #49559e;
    }
    #responsive-menu-container #responsive-menu > li.responsive-menu-item:first-child > a {
        border-color: #7683d2;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a {
        background: #49559e;
        border-bottom: 1px solid #7683d2;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a:hover,
    #responsive-menu-container #responsive-menu li.responsive-menu-item a:focus,
    #responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link,#responsive-menu-container #responsive-menu li.current-menu-item > .responsive-menu-item-link {
        background: #26358b;
        border-bottom: 1px solid #7683d2;
    }
    .responsive-menu-open button#responsive-menu-button {
        background: transparent !important;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow {
        background: #49559e;
        border-color: #49559e;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item a:hover .responsive-menu-subarrow,
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active,
    #responsive-menu-container #responsive-menu li.responsive-menu-current-item > .responsive-menu-item-link:hover,
    #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active:hover {
        background: #26358b;
        border-color: #49559e;
    }
    .header_contact {
        margin: 15px 0;
        float: right;
        position: static;
        right: 0;
        top: 0;
        transform: none;
        width: auto;
        max-width: 77%;
    }
    .header_contact ul li {
        margin-right: 20px;
        float: left;
        display: inline;
        margin-bottom: 0;
    }
    .header_contact ul li:last-child {
        margin-right: 0;
    }
    .banner,
    .about_banner {
        margin-top: 136px;
    }
    .top_footer .ftr_sec1.ftr_sec2 ul li {
        float: none;
        display: block;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .top_footer .ftr_sec1.ftr_sec2 ul li:last-child {
        margin-right: 0;
    }
    .top_footer .ftr_sec1.ftr_sec3 input[type="email"] {
        float: left;
        height: 44px;
    }
    .top_footer .ftr_sec1.ftr_sec3 input[type="submit"] {
        float: left;
        height: 44px;
    }
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social {
        width: 100%;
        float: left;
    }
    .latest_news ul li .news_rght_sec {
        width: 80%;
    }
    /**** Our Story ****/
    .stry_lft,
    .publication_sec,
    .stry_rght {
        width: 100%;
    }
    .story_tabbing .stry_lft h2 {
        display: none;
    }
    .story_tabbing .mCustomScrollBox {
        max-height: none !important;
    }
    .stry_rght {
        margin-top: 40px;
        text-align: center;
    }
    .story_tabbing .panel-body {
        padding: 30px 15px;
    }
    .stry_img_sec,
    .contact_form_sec {
        display: inline-block;
        width: 400px;
        float: none;
    }
    .story_tabbing .panel-default > .panel-heading,
    .value_section .panel-default > .panel-heading {
        background-color: transparent;
        border: 0 none;
        border-radius: 0;
        padding: 0px;
        color: #ffffff;
    }
    .story_tabbing .panel-title,
    .value_section .panel-title {
        display: block;
        font-weight: bold;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .story_tabbing .panel-title a.accordion-toggle,
    .value_section .panel-title a.accordion-toggle {
        background: #bdbec0;
        padding: 15px;
        display: block;
        text-align: left;
    }
    
    .story_tabbing .panel-title a.accordion-toggle[aria-expanded="true"],
    .value_section .panel-title a.accordion-toggle[aria-expanded="true"],.single-service .story_tabbing .panel:first-child .panel-title a.accordion-toggle {
        background: #49559e;
    }
    .story_tabbing .panel-group .panel,
    .value_section .panel-group .panel {
        border: 1px solid #bdbec0;
        border-radius: 0;
        box-shadow: none;
    }
    .story_tabbing .panel-group,
    .value_section .panel-group {
        margin-bottom: 0;
    }
    .value_section .panel-group .panel {
        border: 0 !important;
        background: #888c8f;
    }
    .value_section .panel-body {
        border: 0 !important;
    }
    .value_section .panel-body p {
        color: #ffffff;
        font-family: arial;
        font-size: 16px;
        line-height: 30px;
        text-align: left;
    }
    /**** Our Team ****/
    #team .network_section {
        width: 100%;
    }
    .cd-timeline-img {
        display: none;
    }
    #team .network_section li {
        padding-left: 0 !important;
    }
    /**** News and Publications ****/
    .publication_sec #filters {
        float: none;
        margin-right: 0;
        width: 100%;
        text-align: center;
    }
    .publication_sec #filters li span {
        padding: 12px;
        min-width: 151px;
    }
    .publication_sec #filters li {
        display: inline-block;
        float: none;
        height: auto;
        vertical-align: top;
        width: auto;
    }
    .publication_sec #portfoliolist {
        width: 100%;
        margin-top: 0px;
    }
    .publication_sec {
        text-align: center;
    }
    .publication_sec #portfoliolist .portfolio-wrapper figure {
        max-width: 400px;
        display: inline-block;
    }
    /**** Safety and Environment ****/
    .safety_section li figure {
        display: inline-block;
        float: none;
        margin: 0 0 15px 0;
    }
    .safety_section_cntnt1 {
        height: 100%;
    }
    /**** Our Network ****/
    /* .network_section li figure .logo_ovrlay img {
        width: 150px;
    }*/
    .network_section li {
        width: 49%;
        margin-right: 2% !important;
    }
    .network_section li:nth-child(even) {
        margin-right: 0 !important;
    }
    .network_section li:nth-child(3) {
        margin-top: 30px;
    }
    /**** Our History ****/
    .cd-timeline-content {
        padding: 0;
    }
    /**** Service Internal Page ****/
    .service_internal .publication_sec {
        margin-bottom: 30px;
        text-align: left;
    }
    .service_internal .stry_rght {
        margin-top: 0;
    }
    /**** Contact Page ****/
    .contact_page .col-sm-4,
    .contact_page .col-sm-8 {
        width: 100%;
        float: left;
    }
    .contact_page .contact_left_loc .contact_map {
        height: 200px;
    }
    .contact_rght_loc {
        margin-top: 30px;
    }
    .cntct_descp {
        float: left;
        width: 58%;
    }
    /**** Career Page ****/
    .safety_section li {
        text-align: center;
    }
    .career_page .safety_section li figure,
    .career_page.service_page .safety_section li figure {
        margin-bottom: 15px;
        margin-top: 0;
        margin-right: 0;
        display: inline-block;
        float: none;
    }
    .fnd_more.apply_job {
        min-width: 230px;
        width: auto;
    }
    .safety_section_cntnt {
        width: 100%;
    }
    .safety_section_cntnt p {
        text-align: left;
    }
    .career_page .fnd_more.apply_job {
        float: none;
    }
    .service_page .safety_section li h6 {
        margin-bottom: 10px;
    }
    /**** Project Internal ****/
    .project_info_lft {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    .project_info_rght {
        width: 100%;
        margin-top: 30px;
    }
    /**** Register Page ****/
    .register .col-sm-8 {
        width: 100%;
    }
    .register .brws_inpt {
        width: 72% !important;
    }
    /**** News Internal Page ****/
    .single-news .project_info_rght,
    .single-safety_environment .project_info_rght {
        margin-top: 0;
    }
    /**** Project Page ****/
    .project_main .pro_filter p.drp_dwn {
        width: 38%;
    }
    .jan {
        width: 100%;
    }
    .service_internal .stry_rght {
        width: 100%;
        margin-top: 30px;
    }
    .project_info_lft ul li{width: 49%;  margin-bottom: 0;margin-top:25px; margin-right: 2%;}
    .project_info_lft ul li:nth-child(even){margin-right: 0 !important;}
    .project_info_lft ul li:first-child,   .project_info_lft ul li:nth-child(2){margin-top: 0;}
    /**** Video Slider ****/
    .rvs-container {
        height: 327px !important;
    }
    .rvs-nav-container h4.rvs-nav-item-title {
        font-size: 14px !important;
        margin: 15px 0 !important;
    }
    .stry_lft {
        height: 100% !important;
    }
    .network_section h6 {
        height: auto;
    }
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li {
        width: auto;
        display: inline;
        margin-right: 30px;
        font-size: 20px;
        margin-bottom: 0;
    }
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li:last-child {
        margin-right: 0;
    }
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li i {
        margin-right: 20px;
        width: auto;
        font-size: 20px;
    }
    .hide-for-small {
        display: none;       
    }
}

@media (max-width:767px) {
    /**** Home Page ****/
    p {
        font-size: 15px;
    }
    h1 {
        font-size: 30px;
    }
    h3 {
        font-size: 17px;
    }
    .header_contact {
        max-width: 77%;
        width: auto;
    }
    .header_contact ul li {
        font-size: 14px;
        margin-right: 15px;
    }
    /*  .header_contact{max-width: 56%;margin: 0;}
    .header_contact ul li {
        font-size: 15px;
        margin-right: 0px; margin-bottom: 8px;
    }
    .header_contact ul li:last-child{margin-bottom: 0;}*/
    .btm_header .header_mid {
        max-width: 92%;
    }
    button#responsive-menu-button {
        right: 14px;
        top: 11px;
        transform: none !important;
    }
    #responsive-menu-container {
        width: 250px;
    }
    .header_mid h5 {
        font-size: 12px;
        line-height: 17px;
    }
    .banner .carousel-indicators li {
        height: 10px;
        width: 10px;
    }
    h6 {
        font-size: 18px;
    }
    .home_abt h5 {
        font-size: 14px;
        line-height: 25px;
    }
    .home_service .service_innr ul li,
    .current_project .pro_list ul li {
        width: 48%;
        margin-right: 4% !important;
        margin-top: 4%;
    }
    .home_service .service_innr ul li:nth-child(3) {
        margin-top: 4%;
    }
    .home_abt_detail .col-sm-7 p,
    .story_tabbing .stry_lft p {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .fnd_more {
        float: none;
        font-size: 13px;
    }
    .latest_news h6 {
        font-size: 18px;
    }
    .latest_news ul li .news_rght_sec {
        width: 72%;
    }
    .current_project .pro_list ul {
        margin-top: 15px;
    }
    .home_service h2,
    .home_service .service_innr ul li .service_overlay h2,
    .testimonial h2,
    .project_info_lft ul li h6 {
        font-size: 19px; line-height: 26px;
    }
    .testimonial p,
    .top_footer p {
        font-size: 15px;
        line-height: 27px;
    }
    .testimonial #carousel-example-generic1 .item {
        width: 85%;
    }
    .testimonial p::before,
    .testimonial p::after {
        background-size: 75%;
    }
    .top_footer .ftr_sec1.ftr_sec2 ul li {
        font-size: 15px;
    }

    .btm_footer p {
        font-size: 12px;
    }
    .home_service .service_innr ul li p, .current_project .pro_list ul li p {
    font-size: 15px;
}
    /**** Our Story ****/
    .about_banner {
        height: 150px;
    }
    .about_banner h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .story_tabbing .panel-title,
    .value_section .panel-title {
        font-size: 15px;
    }
    .stry_img_sec,
    .contact_form_sec {
        width: 75%;
    }
    .contact_form_sec .contact_main {
        padding: 25px 15px;
    }
    /**** Our Team ****/
    #team .network_section li {
        width: 100%;
        margin-right: 0 !important;
    }
    .home_abt_detail .col-sm-7 p,
    .story_tabbing .stry_lft p,
    .network_section li p,
    .value_section .nav-tabs li,
    .value_section .tab-content p,
    .cd-timeline-content p,
    .safety_section p,
    .value_section .panel-body p,
    .service_internal p {
        font-size: 15px;
    }
    .network_section li p {
        margin-bottom: 25px;
    }
    #team .network_section li {
        margin-top: 30px !important;
    }
    #team .network_section li:first-child {
        margin-top: 0 !important;
    }
    #team .network_section li figure {
        width: 100%;
        margin-bottom: 15px;
    }
    .cd-timeline-content h2 {
        font-size: 19px;
    }
    .cd-timeline-block {
        margin-bottom: 30px;
    }
    /**** Safety and Environment ****/
    .safety_section li figure {
        max-width: 300px;
    }
    /**** News and Publications ****/
    .news_date p {
        font-size: 13px;
    }
    .contact_form_sec h2 {
        padding: 12px;
    }
    .sbmt_btn input[type="submit"] {
        font-size: 15px;
    }
    .publication_sec #portfoliolist .portfolio-wrapper figure {
        max-width: 100%;
    }
    /**** Service Page ****/
    .story_tabbing.career_page,
    .contact_page {
        padding: 40px 0;
    }
    .career_page .safety_section li {
        margin-top: 35px;
    }
    /**** Contact Page ****/
    .contact_page .cntct_bx {
        text-align: center;
    }
    .contact_page .cntct_bx .cntct_img {
        display: inline-block;
        float: none;
        margin-right: 0;
    }
    .contact_page .cntct_bx .cntct_descp h6,
    .contact_page .contact_left_loc > h6 {
        font-size: 16px;
    }
    .cntct_descp {
        width: 100%;
    }
    .contact_page .contact_left_loc,
    .contact_page .contact_rght_loc {
        padding: 20px;
    }
    /**** Project Internal ****/
    .project_info_lft ul li p,
    .project_info_rght p {
        font-size: 15px;
    }
    .project_info_rght h2 {
        margin-bottom: 4px;
    }
    .project_info_lft {
        padding: 24px;
    }
    /**** 404 Page ****/
    .error_main_section {
        margin-top: 134px;
        padding: 0;
    }
    .error_btm_cntnt h1 {
        font-size: 110px;
        line-height: 100px;
        margin-bottom: 15px;
    }
    .error_btm_cntnt p {
        font-size: 15px;
    }
    /**** Register Page ****/
    .register {
        padding: 40px 0;
    }
    .register_form {
        padding: 17px 15px;
    }
    .register .browse {
        font-size: 12px;top:16px;
    }
    .register .brws_inpt {
        width: 58% !important;
    }
    .sbmt_button input[type="submit"] {
        font-size: 15px;
        padding: 16px;
    }
    /**** Thank You Page ****/
    .thank-you-page .fa {
        margin: 0 0 24px;
    }
    .thank-you-page {
        height: 250px;
        margin-top: 136px;
    }
    .thank-you-page h2 {
        padding: 12px 30px;
        font-size: 16px;
        line-height: 25px;
    }
    .thank-you-page .fa {
        font-size: 30px;
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    /**** News Internal ****/
    .single-news .project_info,
    .single-safety_environment .project_info {
        margin-top: 15px;
    }
    /**** Project Page ****/
    .project_main .pro_filter #searchform {
        width: 100%;
    }
    .project_main .pro_filter p.drp_dwn {
        margin-right: 6px;
    }
    .keysrch {
        margin: 10px 0 0;
        width: 100%;
    }
    .project_mn_sc .fnd_more {
        width: 21%;
    }
    .extra_cnt {
        padding: 15px;
    }
    .extra_cnt p {
        font-size: 15px;
        line-height: 30px;
    }
    .project_info_rght ul li,
    .story_tabbing .publication_sec ul li,
    .story_tabbing .panel-body ul li {
        font-size: 15px;
    }
    /**** Flex Slider ****/
    .flex-direction-nav a {
        width: 11px !important;
        height: 11px !important;
        margin-top: -11px !important;
    }
    .flex-direction-nav a::before {
        font-size: 17px !important;
    }
    /**** Video Slider ****/
    .rvs-container {
        height: 194px !important;
    }
    .rvs-container a.rvs-play-video {
        font-size: 20px !important;
        height: 46px !important;
        width: 46px !important;
    }
    .rvs-nav-container a.rvs-nav-item {
        height: 47px !important;
    }
    .rvs-nav-container h4.rvs-nav-item-title {
        font-size: 13px !important;
        margin: 12px 0 !important;
    }
    .network_section h6 {
        font-size: 17px;
    }
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li i,
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li {
        font-size: 15px;
    }
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li i {
        margin-right: 15px;
    }
    .video_cstm iframe {
        height: 250px !important;
    }
    .contact_form_sec .contact_main input[type="text"],
    .contact_form_sec .contact_main input[type="email"],
    .contact_form_sec .contact_main input[type="tel"],
    .contact_form_sec .contact_main textarea,
    .register_form input[type="text"],
    .register_form input[type="email"],
    .register_form input[type="tel"] {
        padding-right: 14px;
    }
    .page-template-our-story .stry_rght {
        margin-top: 20px;
    }
    .publication_sec #portfoliolist .portfolio ,.publication_sec #portfoliolist .portfolio:last-child{
        margin-bottom: 25px;
    }
    .project_mn_sc .pro_filter .loader{max-width:100%;}
    .project_mn_sc .pro_filter .loader img{width: 16px;}
    .flex-direction-nav a{overflow: visible !important;}
}

@media (max-width:480px) {
    .header_contact ul li {
        float: right;
    }
    .header_contact {
        max-width: 72%;
        margin-top: 4px;
        margin-bottom: 0;
    }
}

@media (max-width:479px) {
    .header_contact ul li {
        float: right;
    }
    button#responsive-menu-button {
        top: 11px;
    }
    h6 {
        font-size: 14px;
    }
    .logo {
        width: 83px;
    }
    .header_contact {
        margin: 0px 0;
        max-width: 65%;
        width: auto;
    }
    .header_contact ul li {
        font-size: 11px;
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .header_contact ul li:last-child {
        margin-bottom: 0;
    }
    .header_contact ul li figure {
        margin-right: 5px;
        width: 14px;
    }
    .btm_header .header_mid {
        padding: 16px 0;
    }
    .btm_header .header_mid {
        max-width: 88%;
    }
    .banner,
    .about_banner {
        margin-top: 129px;
    }
    .home_service .service_innr ul li,
    .current_project .pro_list ul li {
        margin-right: 0 !important;
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 30px !important;
    }
    .home_service .service_innr ul li:last-child,
    .current_project .pro_list ul li:last-child {
        margin-bottom: 0 !important;
    }
    .history_overlay a {
        font-size: 13px;
    }
    .latest_news {
        text-align: center;
    }
    .latest_news ul li {
        text-align: center;
    }
    .latest_news ul li figure {
        width: 100%;
        max-width: 100px;
        margin-right: 0;
        display: inline-block;
        float: none;
        margin-bottom: 15px;
    }
    .current_project .pro_list ul {
        margin-top: 30px;
    }
    .current_project .pro_list ul li p {
        font-size: 15px;
    }
    .testimonial #carousel-example-generic1 .item {
        width: 75%;
    }
    .top_footer .ftr_sec1.ftr_sec2 ul li {
        margin-bottom: 10px;
        margin-right: 15px;
    }
    .top_footer .ftr_sec1.ftr_sec3 input[type="email"] {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .top_footer .ftr_sec1.ftr_sec3 input[type="submit"] {
        width: 100%;
    }
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social h6 {
        font-size: 14px;
    }
    .latest_news ul li .news_rght_sec {
        width: 100%;
    }
    /**** Our Story ****/
    .stry_img_sec,
    .contact_form_sec {
        width: 100%;
    }
    /**** Our Team ****/
    #team .network_section li .fnd_more.cntct_info {
        float: none;
        min-width: 0;
        width: 100%;
    }
    /**** Safety and Environment ****/
    .safety_section li figure {
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 15px;
    }
    .safety_section li h6 {
        font-size: 14px;
        margin-bottom: 5px;
    }
    /**** News and Publications ****/
    .publication_sec #filters li {
        font-size: 12px;
    }
    .publication_sec #filters li span {
        min-width: 123px;
    }
    .publication_sec #portfoliolist .portfolio-wrapper h6 {
        font-size: 14px;
    }
    .contact_form_sec h2 {
        font-size: 15px;
    }
    /**** Our Network ****/
    .network_section li {
        margin-right: 0 !important;
        width: 100%;
        margin-top: 30px !important;
    }
    .network_section li:first-child {
        margin-top: 0 !important;
    }
    .fnd_more.cntct_us {
        width: 100%;
    }
    /**** Service Page ****/
    .service_page .safety_section li h6 {
        text-align: center;
    }
    /**** Contact Page ****/
    .contact_page .cntct_bx {
        margin-bottom: 30px;
        margin-right: 0;
        width: 100% !important;
    }
    .contact_page .cntct_bx:last-child {
        margin-bottom: 0;
    }
    .contact_reg_btn .ajax-loader {
        background: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        position: absolute;
        right: 15px;
        top: 16px;
    }
    .contact_page .register_form input[type="text"],
    .contact_page .register_form input[type="email"],
    .contact_page .register_form input[type="tel"],
    .contact_page .register_form textarea,
    .contact_page .register_form select {
        font-size: 12px;
    }
    .contact_rght_loc .register_form p.txtarea_sec i.fa-envelope {
        top: 28px;
    }
    /**** Career Page ****/
    .career_page .safety_section li figure {
        margin-bottom: 15px;
    }
    .fnd_more {
        width: 100%;
    }
    .fnd_more.apply_job {
        min-width: 0;
        width: 100%;
    }
    /**** 404 Page ****/
    .error_main_section {
        margin-top: 115px;
    }
    /**** Register Page ****/
    .register_form input[type="text"],
    .register_form input[type="email"],
    .register_form input[type="tel"],
    .register_form textarea {
        font-size: 12px;
    }
    .register .brws_inpt {
        width: 94% !important;
    }
    .register .browse {
        float: left;
        margin-bottom: 17px;
        margin-top: 8px;
        position: static;
        width: 100%;
    }
    .sbmt_button {
        display: block;
        float: left;
        width: 100%;
    }
    .sbmt_button input[type="submit"] {
        width: 100%;
    }
    .register div.wpcf7-validation-errors,
    .register .wpcf7-mail-sent-ng,
    .register .mc4wp-notice,
    .register .wpcf7-mail-sent-ok,
    .register .mc4wp-success,
    .register .mc4wp-error {
        float: left;
    }
    .register .wpcf7-form-control-wrap.file-518 .wpcf7-not-valid-tip {
        margin-top: 0;
        font-size: 11px;
    }
    /**** Thank You Page ****/
    .thank-you-page {
        margin-top: 115px;
    }
    .thank-you-page h2 {
        font-size: 14px;
        line-height: 22px;
    }
    /**** Project Page ****/
    .project_main .pro_filter p.drp_dwn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .project_mn_sc .fnd_more {
        width: 100%;
    }
    .project_mn_sc .fnd_more {
        font-size: 14px;
    }
    .vd_ovrlay a {
        font-size: 50px;
    }
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li {
        font-size: 15px;
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
    }
    .top_footer .ftr_sec1.ftr_sec3 .ftr_social ul li i {
        width: 22px;
    }
    .header_mid h5 {font-size: 10px;}
    .project_info_lft ul li{width:100%;margin-right: 0 !important;}
    .project_info_lft ul li:nth-child(2){margin-top: 15px;}
}

@media (max-width:320px) {
    .btm_header .header_mid {
        padding: 8px 0;
    }
}