* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #535353;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.clr {
    clear: both;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

select,
input {
    outline: 0;
}

p {
    line-height: 24px;
    font-weight: 400;
}

li {
    list-style: none;
    display: inline-block;
}

ul {
    margin: 0;
    padding: 0;
}
.logo{
    float: left;
    height: inherit;
    
    margin-right: 0.5em;
}
.logo-text{
    margin: 5px;
    font-family: 'Candal', serif;

}

#header {
    position: relative;
}

.head-bg {
    background: url(../images/head-bg.jpg) no-repeat;
    background-size: cover;
    background-position: 40% 50%;
}

#header .header-top {
    border-bottom: 1px solid #ddd;
    margin-top: -45px;
    padding: 15px 0 10px 0;
    overflow: hidden;
}

#header .header-bottom {
    padding: 6px 0 5px;
    overflow: hidden;
}

#header .logo,
#header .header-left {
    display: inline-block;
}

#header .header-left small {
    font-size: 13px;
}

#header .header-right {
    float: right;
}

#header .header-right ul>li {
    font-size: 16px;
    padding-left: 10px;
}

#header .header-right ul>li>a:hover {
    color: #1b3377;
}

#header .header-right ul>li>a {
    color: #a9a9a9;
    transition: .7s;
}

#header .head {
    display: inline-block;
    padding-left: 18%;
}

#header .head ul {
    padding-top: 5px;
}

#header li.info-link {
    padding-left: 20px;
    border-left: 1px solid #ddd;
    margin-left: 30px;
}

#header li.info-link h5 {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
    font-size: 15px;
}

#header li.info-link p {
    margin: 0;
}

#header li.info-link p a {
    color: #1b3377;
}

#header .h-link {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    float: right;
    margin: 5px 0 20px;
}

#header .btn-default {
    color: #ffffff;
    background-color: #1b3377;
}

#header .btn {
    font-size: 15px;
    font-weight: 600;
    border: none;
    border-radius: 0;
    padding: 8px 15px;
}

#header .icon:before {
    content: '\f1ec';
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
}

.navbar-default .container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.default .navbar .navbar-header a.navbar-brand {
    line-height: 48px;
    padding: 0 15px;
    display: block;
    height: auto;
}

.default .navbar .navbar-header a.navbar-brand img {
    display: inline-block;
}

.default .navbar #nav_menu {
    margin: 0;
    background: #878d8d;
}

.default .navbar #nav_menu .nav {
    margin: 0;
}

.default .navbar #nav_menu .nav li a {
    color: #ccd5e7;
    text-shadow: none;
    text-transform: uppercase;
    line-height: 30px;
    font-family: 'Karla', sans-serif;
    font-weight: 300;
}

.default .navbar #nav_menu .nav li a:hover,
.default .navbar #nav_menu .nav li a:focus {
    color: #fff;
    background: none;
}

.default .navbar #nav_menu .nav li.active a {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.default .navbar #nav_menu .nav li.dropdown a {
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.default .navbar #nav_menu .nav li.dropdown a:focus {
    background: none;
}

.default .navbar.navbar2 #nav_menu .nav li.dropdown .dropdown-menu li a {
    color: #1b3377;
}

.default .navbar #nav_menu .nav li.dropdown .dropdown-menu li a {
    font-size: 12px;
}

.default .navbar #nav_menu .nav li.dropdown .dropdown-menu {
    border-radius: 0;
    padding: 20px 30px;
    border: none;
    display: block;
    background: url("../images/head-bg.jpg") no-repeat scroll 40% 50%/cover transparent;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    min-width: 235px;
    width: 25%;
    float: left;
    left: 0;
    right: auto;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.default .navbar #nav_menu .nav li.dropdown .dropdown-menu li {
    width: 100%;
}

.default .navbar #nav_menu .nav li.dropdown .dropdown-menu li a {
    line-height: 40px;
    font-weight: 400;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
}

.default .navbar #nav_menu .nav li.dropdown .dropdown-menu li a:after {
    content: '';
    width: 0;
    height: 1px;
    background: #000;
    display: block;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

.default .navbar #nav_menu .nav li.dropdown .dropdown-menu li a:hover {
    color: #fff;
}

.default .navbar #nav_menu .nav li.dropdown .dropdown-menu li a:hover:after {
    width: 100%;
}

.default .navbar #nav_menu .nav li.dropdown:hover a {
    color: #fff;
    background: #1b3377;
}

.default .navbar #nav_menu .nav li.dropdown:hover ul {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.default .navbar #nav_menu .nav li.dropdown:hover ul li a {
    background: none;
}

.default .navbar #nav_menu .nav li.book a {
    background: #fe824c;
    padding: 0 25px;
    color: #fff;
    line-height: 48px;
    margin-left: 15px;
}

.default .navbar #nav_menu .nav li.book a:hover {
    background: #1b3377;
}

.default .navbar.navbar2 {
    background: #fff;
    height: auto;
    padding-top: 0;
    margin-bottom: 0;
}

.default .navbar.navbar2 .navbar-header a.navbar-brand {
    line-height: 88px;
}

.default .navbar.navbar2 #nav_menu .nav li a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.default .navbar.navbar2 #nav_menu .nav li a:hover {
    color: #404d5f;
}

.default .navbar.navbar2 #nav_menu .nav li.active a {
    color: #404d5f;
}

.default .navbar.navbar2 #nav_menu .nav li.dropdown .dropdown-menu li a {}

.default .navbar.navbar2 #nav_menu .nav li.dropdown .dropdown-menu li a:hover {
    color: #000;
}

.default .navbar.navbar2 #nav_menu .nav li.dropdown .dropdown-menu li a:hover:after {
    width: 100%;
}

.default .navbar.navbar2 #nav_menu .nav li.dropdown:hover a {
    color: #404d5f;
    background: none;
}

.default .navbar.navbar2 #nav_menu .nav li.book {
    padding: 20px 0;
}

.default .navbar.navbar2 #nav_menu .nav li.book a {
    color: #fff;
    line-height: 48px;
}

.default .navbar.collapsed {
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.service_section {
  position: relative;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  background-color: #f8f8f9;
  padding: 20px;
  border-radius: 5px;
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 125px;
  min-width: 75px;
  height: 75px;
  margin-right: 25px;
}

.service_section .box .img-box img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box h5 {
  font-weight: bold;
  text-transform: uppercase;
}

.service_section .box .detail-box a {
  color: #04233b;
  font-weight: 600;
}

.service_section .box .detail-box a:hover {
  color: #0a97b0;
}


.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
    z-index: 999999;
}

.mega-dropdown-menu>li>ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu>li>ul>li {
    list-style: none;
    width: 100%;
}

.mega-dropdown-menu>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu>li ul>li>a:hover,
.mega-dropdown-menu>li ul>li>a:focus {
    text-decoration: none;
    color: #000;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

#inner {
    position: relative;
}

#inner .innerbanner {
    text-align: center;
    background: #1b2c3e;
    color: rgba(255, 255, 255, 0.8);
    padding: 50px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.inner-header {
    text-align: center;
}

.inner-header hr {
    border: 0;
    border-top: 2px solid #1b3377;
    width: 60px;
    margin: 10px auto;
    padding-bottom: 3em;
}

.ptxt p {
    display: inline-block;
    color: #333;
    font-size: 15px;
}


#footer {
    position: relative;
}

#footer .footer {
    background: #878d8d;
    color: rgba(255, 255, 255, 0.8);
    padding: 50px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#footer .widget>.flogo {
    padding-bottom: 30px;
    display: inline-block;
}

#footer .widget>.flogo img {
    width: 100%;
}

#footer .widget>.foot-icon {
    padding-top: 15px;
}

#footer .widget>.foot-icon li.facebook:hover {
    background: #314b7b;
}

#footer .widget>.foot-icon li.twitter:hover {
    background: #55ACEE;
}

#footer .widget>.foot-icon li.vk:hover {
    background: #1A638F;
}

#footer .widget>.foot-icon li.pinterest:hover {
    background: #BE091C;
}

#footer .widget>.foot-icon li.linkedin:hover {
    background: #006699;
}

#footer .widget>.foot-icon li {
    background: #3f4d5b;
    width: 25px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
    transition: .7s;
}

#footer .widget>.foot-icon:hover a {
    color: #ffffff;
}

#footer .widget>.foot-icon li a {
    color: rgba(255, 255, 255, 0.8);
    transition: .7s;
}

#footer .widget>h5.foot-title {
    font-family: 'Alegreya SC', serif;
    margin: 25px 0;
    text-transform: uppercase;
    padding-bottom: 20px;
}

#footer .widget>.foot-text li:before {
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 15px;
    color: #777;
}

#footer .widget>.foot-text li {
    display: block;
    padding: 6px 0;
    text-transform: alize;
}

#footer .widget>.foot-text li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

#footer .widget>.foot-content li {
    padding-bottom: 15px;
}

#footer .widget>.foot-content li i {
    position: relative;
    font-size: 14px;
    top: 4px;
    height: 20px;
    float: left;
    padding-right: 15px;
}

#footer .widget>.foot-txt a,
#footer .widget>.foot-content li a {
    color: rgb(44, 136, 214);
}

#footer .widget>.foot-txt small {
    color: #777;
    font-style: italic;
}

#footer .widget>.foot-txt p i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 18px;
}

#footer .widget>.foot-txt {
    padding-left: 35px;
    position: relative;
}

#footer-bottom {
    position: relative;
}

#footer-bottom .footer-bottom {
    position: relative;
    background: #152331;
    padding: 30px 0;
}

#footer-bottom .footer-bottom a {
    color: #ccc;
}

#footer-bottom .footer-bottom p {
    margin: 0;
    color: #777;
}

.form {
    padding: 30px 30px 0;
    font-size: 13px;
    margin-bottom: 15px;
}

.form-control {
    padding: 4px 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    transition: none;
    box-shadow: none;
    height: auto;
    border-width: 1px !important;
    margin-bottom: 8px;
}

.form-control:focus {
    border-color: #ddd;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-color {
    background: #1b3377;
}

#slider-bottom {
    position: relative;
}

#slider-bottom div.row>div {
    padding: 0;
}

#slider-bottom div.row {
    margin: 0;
    padding: 0;
}

#slider-bottom .slide-bottom {
    background: #ffffff;
    box-shadow: 2px 1px 6px rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

#slider-bottom .slide-bottom>.slide-top {
    background: #1b3377;
    width: 100%;
    height: 40px;
    border-toblock-right-radius: 4px;
    border-toblock-left-radius: 4px;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

#slider-bottom .slide-bottom .slide-text {
    text-align: center;
}

#slider-bottom .slide-bottom .slide-img {
    position: relative;
    background: #ffffff;
    width: 90px;
    height: 75px;
    line-height: 80px;
    border-radius: 100%;
    margin-left: 15px;
    margin-top: -30px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

#slider-bottom .slide-img i {
    font-size: 36px;
    color: #1b3377;
}

#slider-bottom .slide-bottom:hover .slide-img {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
}

#slider-bottom .slide-bottom .slide-text>.content {
    padding-bottom: 13px;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

#slider-bottom .slide-bottom .slide-text>.content p {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
}

#slider-bottom .slide-bottom .slide-text>.content h4 {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 5px;
    color: #1b3377;
}

#slider-bottom .slider-bottom {
    margin-top: -12px;
}

#slider-bottom .slide-bottom:hover .slide-top {
    background: #ffffff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: all .1s ease-in-out 0s;
    -moz-transition: all .1s ease-in-out 0s;
    -webkit-transition: all .1s ease-in-out 0s;
    -o-transition: all .1s ease-in-out 0s;
}

#slider-bottom .slide-bottom:hover .content {
    opacity: 0;
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}

#slider-bottom .slide-overlay a {
    color: #ffffff;
}

#slider-bottom .slide-overlay {
    position: absolute;
    width: 100%;
    background: #1b3377;
    top: 39px;
    padding: 25px 30px 26px;
    color: #ffffff;
    opacity: 0;
    text-align: center;
    border-bottom: 1px solid #1b3377;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-transition: opacity 500ms ease 0s, -moz-transform 500ms ease 0s, border-radius 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s, -o-transform 500ms ease 0s, border-radius 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s, border-radius 500ms ease 0s;
    -ms-transition: opacity 500ms ease 0s, -ms-transform 500ms ease 0s, border-radius 500ms ease 0s;
    transition: opacity 500ms ease 0s, transform 500ms ease 0s, border-radius 500ms ease 0s;
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    -webkit-transform-origin: center center;
}

#slider-bottom .slide-bottom:hover .slide-overlay {
    opacity: 1;
    -moz-transition: opacity 500ms ease 0s, -moz-transform 500ms ease 0s, border-radius 500ms ease 0s;
    -o-transition: opacity 500ms ease 0s, -o-transform 500ms ease 0s, border-radius 500ms ease 0s;
    -webkit-transition: opacity 500ms ease 0s, -webkit-transform 500ms ease 0s, border-radius 500ms ease 0s;
    -ms-transition: opacity 500ms ease 0s, -ms-transform 500ms ease 0s, border-radius 500ms ease 0s;
    transition: opacity 500ms ease 0s, transform 500ms ease 0s, border-radius 500ms ease 0s;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

#slider-bottom .slide-overlay h4 {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

#slider-bottom .slide-overlay p {
    font-size: 13px;
    margin: 0;
}

#slider-bottom .slide-overlay hr {
    border: 0;
    border-top: 2px solid #eee;
    width: 60px;
    margin: 10px auto;
}

#plan-block {
    background: url(../images/bg4.jpg)no-repeat;
    background-position: 100%;
    background-size: cover;
}

#plan-block .plan-block {
    padding: 50px 0px;
    overflow: hidden;
}

#plan-block .block-header {
    text-align: center;
}

#plan-block .block-header p {
    margin: 25px auto;
    max-width: 780px;
}

#plan-block .block-img img {
    width: 100%;
}

#plan-block .block-content {
    padding-top: 50px;
    position: relative;
}

#plan-block .block-right>.block-content h5 {
    font-family: 'Alegreya SC', serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #4c4c4c;
}

#plan-block .block-content>.pl-txt p {
    display: inline-block;
    padding-left: 1px;
    margin: 0;
    text-align: justify;
    padding: 5px 0px;
}

#plan-block .block-content>.block-txt>ul>li {
    padding: 3px 0;
}

#plan-block .block-content>.block-txt>ul>li:before {
    content: '\f006';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    color: #ff0101;
    padding-right: 10px;
}

#plan-block .block-content>.pl-txt h1 {
    margin: 0;
    float: left;
    font-size: 72px;
    text-transform: uppercase;
    line-height: 72px;
    color: #333;
    padding-right: 5px;
}

#our-duty {
    position: relative;
}

#our-duty .our-duty {
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    background-position: 100%;
    color: #ffffff;
    padding: 50px 0px;
}

#our-duty .our-duty:before {
    content: '';
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

h1.title {
    font-family: 'Alegreya SC', serif;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #3a3636;
}

#our-duty .duty-img img {
    width: 100%;
}

#our-duty .duty-img {
    position: relative;
}

#our-duty .contain:hover .duty-img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

#our-duty .contain {
    position: relative;
    overflow: hidden;
}

#our-duty .textbox p {
    max-width: 280px;
    margin: auto;
}

#our-duty .textbox h3 {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #1b3377;
}

#our-duty .textbox,
#our-duty .duty-img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

#our-duty .contain .textbox {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    -webkit-transform: translate(180px, -100px);
    -moz-transform: translate(180px, -100px);
    -o-transform: translate(180px, -100px);
    -ms-transform: translate(180px, -100px);
    transform: translate(180px, -100px);
    -webkit-transition: all 0.4s 0.4s ease-in-out;
    -moz-transition: all 0.4s 0.4s ease-in-out;
    -o-transition: all 0.4s 0.4s ease-in-out;
    -ms-transition: all 0.4s 0.4s ease-in-out;
    transition: all 0.4s 0.4s ease-in-out;
    text-align: center;
    padding: 35px;
}

#our-duty .contain:hover .textbox {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#our-duty .our-header {
    position: relative;
    padding: 10px 0px;
}

.our-header h1.title {
    text-align: center;
    color: #ffffff;
}

.our-header hr {
    border: 0;
    border-top: 2px solid #1b3377;
    width: 60px;
    margin: 10px auto;
}

.ptxt p {
    text-align: justify;
}

#our-duty .duty hr {
    border: 0;
    border-top: 2px solid #1b3377;
    width: 60px;
    margin: 25px 0;
}

#our-duty div.row {
    padding: 0;
    margin: 0;
}

#our-duty div.row>div {
    padding: 0;
}

#about-duty {
    position: relative;
    background: #fbfbfb;
}

#about-duty .about-duty {
    padding: 50px 0px;
}

#about-duty .block-header p {
    margin: 25px auto;
    max-width: 700px;
    margin-bottom: 50px;
}

#about-duty .ab-duty:hover {
    box-shadow: 2px 2px 6px rgba(238, 238, 238, .8);
}

.block-header hr {
    border: 0;
    border-top: 2px solid #1b3377;
    width: 300px;
    margin: 10px auto;
    border-radius: 50%;
}

#about-duty .ab-duty {
    background: #ffffff;
    border-radius: 4px;
    overflow: hidden;
}

#about-duty .ab-img img {
    width: 100%;
}

#about-duty .ab-img {
    position: relative;
    width: 100%;
    height: 100%;
}

#about-duty .ab-icon a {
    color: #c2c2c2;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#about-duty .ab-icon {
    position: relative;
    background: #ffffff;
    width: 90px;
    height: 75px;
    line-height: 55px;
    border-radius: 100%;
    margin-left: 15px;
    margin-top: -25px;
    font-size: 28px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#about-duty .ab-content {
    max-width: 240px;
    margin: auto;
    padding: 0 0 20px;
}

#about-duty .ab-content h4 a {
    color: #4c4c4c;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#about-duty .ab-content h4 {
    font-family: 'Alegreya SC', serif;
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

#about-duty .ab-content h2 {
    font-family: 'Alegreya SC', serif;
    margin: 0;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 600;
}

#about-duty .ab-content p {
    color: #8b8b8b;
    margin: 0;
}

#about-duty .ab-duty:hover .ab-icon a {
    color: #1b3377;
}

#about-duty .ab-duty:hover .ab-content h4 a {
    color: #1b3377;
}

#about-duty .ab-duty:hover .ab-overlay {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#about-duty .ab-overlay i {
    position: relative;
    color: #ffffff;
    font-size: 24px;
    top: 100px;
}

#about-duty .ab-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translate(180px, -100px);
    -moz-transform: translate(180px, -100px);
    -o-transform: translate(180px, -100px);
    -ms-transform: translate(180px, -100px);
    transform: translate(180px, -100px);
    -webkit-transition: all 0.4s 0.4s ease-in-out;
    -moz-transition: all 0.4s 0.4s ease-in-out;
    -o-transition: all 0.4s 0.4s ease-in-out;
    -ms-transition: all 0.4s 0.4s ease-in-out;
    transition: all 0.4s 0.4s ease-in-out;
}

#our-skill {
    position: relative;
    margin-top: 92px;
}

#our-skill .skill-text,
#our-skill .skill-txt {
    margin-top: 100px;
}

#our-skill .skill-txt1 h5,
#our-skill .skill-txt h5 {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}

#our-skill .skill-txt1 h2,
#our-skill .skill-txt h2 {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    font-weight: 600;
    margin: 10px 0;
    color: #2c2c2c;
}

#our-skill .skill-txt1 hr,
#our-skill .skill-txt hr {
    border: 0;
    border-top: 2px solid #1b3377;
    width: 50px;
    margin: 5px 0 0;
    float: left;
}

#our-skill .skill-text {
    padding: 15px;
    box-shadow: 2px 2px 7px #eee;
}

#our-skill .skill-text .btn {
    color: #ffffff;
    background-color: #1b3377;
}

#our-skill .skill-text .btn-default {
    font-size: 13px;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    padding: 6px 15px;
}

#our-skill .skill-img {
    position: relative;
    top: -60px;
    float: right;
}

#our-skill .skill-img img {
    width: 100%;
}

#our-skill .skill-content {
    text-align: right;
    background: #fdfdfd;
    padding: 20px;
    box-shadow: 1px 1px 5px #eee;
    margin-top: -20px;
}

#our-skill .skill-content h4 {
    font-size: 16px;
    margin: 0 0 10px;
}

#our-skill .skill-content ul>li>a {
    color: #1b3377;
}

#our-skill .skill-content ul>li {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: 1px solid #1b3377;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
}

#our-skill .our-skill {
    padding: 70px 0 30px;
}

#counterup {
    position: relative;
    overflow: hidden;
}

#counterup .counterup {
    padding: 50px 0px;
}

#counterup .count-up {
    text-align: center;
}

#counterup .count-up .counter {
    font-family: 'open-sans', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #1b3377;
}

#counterup .count-up h4 {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0 20px;
    color: #2b2b2b;
}

#counterup .block-header p {
    max-width: 730px;
    margin: 25px auto;
    margin-bottom: 34px;
}

#counterup .count-up p {
    margin: 0;
}

#lblock-post {
    position: relative;
    background: #fbfbfb;
}

#lblock-post .lblock-post {
    padding: 50px 0px;
}

#lblock-post .block-header hr {
    border-color: #1b3377;
}

#lblock-post .block-header p {
    margin: 30px auto;
    max-width: 700px;
    margin-bottom: 45px;
}

#lblock-post .lblock-content:hover {
    box-shadow: 2px 2px 6px rgba(238, 238, 238, .8);
}

#lblock-post .lblock-content {
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    transition: .7s;
}

#lblock-post .lblock-content>.contain {
    position: relative;
    overflow: hidden;
}

#lblock-post .lblock-img img {
    width: 100%;
}

#lblock-post .lblock-content:hover a {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

#lblock-post .textbox a {
    font-size: 24px;
    position: relative;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#lblock-post .lblock-content:hover .lblock-img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

#lblock-post .textbox,
#lblock-post .lblock-img {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

#lblock-post .lblock-content .textbox {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    opacity: 0;
    -webkit-transform: translate(180px, -100px);
    -moz-transform: translate(180px, -100px);
    -o-transform: translate(180px, -100px);
    -ms-transform: translate(180px, -100px);
    transform: translate(180px, -100px);
    -webkit-transition: all 0.4s 0.4s ease-in-out;
    -moz-transition: all 0.4s 0.4s ease-in-out;
    -o-transition: all 0.4s 0.4s ease-in-out;
    -ms-transition: all 0.4s 0.4s ease-in-out;
    transition: all 0.4s 0.4s ease-in-out;
    text-align: center;
    padding: 60px 0 0;
}

#lblock-post .lblock-content .textbox i {
    top: 35px;
    position: relative;
}

#lblock-post .lblock-content:hover .textbox {
    opacity: 1;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

#lblock-post .lblock-txt {
    position: relative;
}

#lblock-post .lblock-text {
    margin-left: 15px;
    text-align: left;
    padding: 30px;
}

#lblock-post .lblock-text h3 a {
    color: #2b2b2b;
}

#lblock-post .lblock-text h3 {
    font-family: 'Alegreya SC', serif;
    font-weight: 600;
    margin: 0 0 5px;
}

#lblock-post .lblock-text span a {
    color: #999;
}

#lblock-post .lblock-text p {
    margin: 15px 0 0;
}

#lblock-post .lblock-text span {
    color: #828282;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

#lblock-post time.icon {
    position: absolute;
    top: -25px;
    left: 10px;
    border-radius: 4px;
    float: left;
    width: 35px;
    height: 45px;
    border: 1px solid rgba(119, 119, 119, 0.32);
}

#lblock-post time.icon * {
    display: block;
    width: 100%;
}

#lblock-post time.icon span {
    font-family: 'open-sans', sans-serif;
    font-size: 16px;
    padding: 1px;
    color: #ffffff;
    background: #1b3377;
    border-toblock-left-radius: 3px;
    border-toblock-right-radius: 3px;
}

#lblock-post time.icon strong {
    font-family: 'Alegreya SC', serif;
    font-size: 12px;
    color: #1b3377;
}

#map {
    width: 100%;
    height: 400px;
}

#info {
    position: relative;
    padding: 55px 0
}

#info .info-txt {}

#info .info-txt h4 {
    font-family: 'Alegreya SC', serif;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}

#info .info-txt hr {
    border: 0;
    border-top: 2px solid #1b3377;
    width: 30px;
    margin: 10px 0 20px;
}

#info .info-txt>.info-icon {
    float: left;
    font-size: 28px;
    color: #1b3377;
    padding-right: 15px;
}

#info .info-txt>.info-content input {
    width: 85%;
    padding: 10px;
    border-radius: 20px;
    text-transform: capitalize;
    border: 1px solid rgba(153, 153, 153, 0.25);
}

#info .info-txt>.info-content a {
    font-family: 'Alegreya SC', serif;
    position: absolute;
    right: 27px;
    font-size: 18px;
    font-weight: 600;
    background: #1b3377;
    color: #ffffff;
    text-transform: capitalize;
    padding: 8px 25px;
    border-toblock-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

#info .info-txt>.info-content p {
    font-family: 'Alegreya SC', serif;
    text-transform: capitalize;
    margin: 0;
    font-weight: 600;
}

#info .info-txt>.info-content span {
    font-weight: 100;
}

#top-title .top-title {
    background: url(../images/top-title1.jpg) no-repeat;
    background-position: 100%;
    background-size: cover;
    position: relative;
    text-align: center;
    height: 235px;
    margin-bottom: 100px;
}

#top-title .top-title:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.breadcrumb {
    font-family: 'Alegreya SC', serif;
    padding: 20px 15px 30px;
    margin: auto;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
    width: 40%;
    position: relative;
    bottom: -173px;
    box-shadow: 0px 4px 4px rgba(238, 238, 238, 0.6);
}

.breadcrumb h1 {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 5px;
    color: #1b3377;
}

.breadcrumb>ol {
    margin: 0;
}

.breadcrumb>ol>li>a {
    color: #555;
}

.breadcrumb>ol>li {
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
}

.breadcrumb>ol>.active {
    color: #1b3377;
}

.breadcrumb>ol>li+li:before {
    padding: 0 5px;
    color: #555;
    font: normal normal normal 13px/1 FontAwesome;
    content: "\f005";
}

#our-mission .our-mission {
    position: relative;
    padding: 68px 0 67px;
}

#our-mission .om-img {
    padding-bottom: 40px;
}

#our-mission .om-img img {
    width: 100%;
}

#our-mission h2.content {
    font-family: 'Alegreya SC', serif;
    margin: 0 0 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #1b3377;
    font-size: 28px;
}

#our-mission .om-left p {
    margin: 0 0 8px;
}

#our-mission .om-left>.om-content {
    padding-top: 10px;
}

#our-mission .om-left>.om-content h5 {
    font-family: 'Alegreya SC', serif;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #1b3377;
}

#our-mission .om-left>.om-content p {
    font-size: 12px;
}

#our-mission .om-right>ul>li:before {
    content: '\f00c';
    font: normal normal normal 13px/1 FontAwesome;
    color: #1b3377;
    margin-right: 10px;
}

#our-mission .om-right>ul>li {
    position: relative;
    width: 49.6%;
    padding: 0 0 6px;
}

#our-special {
    position: relative;
    margin-bottom: 50px;
}

#our-special .our-special {
    background: url(../images/bg5.jpg) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    color: #ffffff;
    padding: 92px 0 45px;
}

#our-special .our-special:before {
    content: '';
    background: rgba(21, 50, 73, 0.93);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

#our-special .oslide-img {
    position: relative;
    top: 85px;
}

#our-special .oslide-img img {
    width: 100%;
}

#our-special .os-title {
    padding-left: 60px;
}

#our-special .os-txt h2 {
    font-family: 'Alegreya SC', serif;
    margin: 0 0 10px;
    text-transform: uppercase;
    font-weight: 600;
}

#our-special .os-txt hr {
    border: 0;
    border-top: 2px solid #1b3377;
    width: 60px;
    margin: 0;
    text-align: left;
}

#our-special .os-content {
    padding-top: 40px;
}

#our-special .os-content>li {
    width: 49%;
    margin-bottom: 30px;
}

#our-special .our-img2 img,
#our-special .our-img1 img {
    width: 100%;
}

#our-special .our-img2 {
    position: absolute;
    float: left;
    background: #1b3377;
    padding: 8px;
    border-radius: 5px;
    opacity: 0;
    transition: .7s;
}

#our-special .os-content>li:hover .our-img1 {
    opacity: 0;
}

#our-special .os-content>li:hover .our-img2 {
    opacity: 1;
}

#our-special .our-img1 {
    position: relative;
    float: left;
    background: #ffffff;
    padding: 8px;
    border-radius: 5px;
    transition: .7s;
}

#our-special .os-image p {
    margin: 0;
    font-size: 13px;
}

#our-special .os-image {
    padding-left: 65px;
    max-width: 300px;
}

#our-special .os-image h4 {
    font-family: 'Alegreya SC', serif;
    margin: 0 0 10px;
    text-transform: capitalize;
}

#our-skill .block-header p {
    max-width: 730px;
    margin: 25px auto;
}

.team-member {
    position: relative;
    padding: 0 0 54px;
}

.team-box {
    position: relative;
    text-align: center;
    box-shadow: 2px 1px 6px rgba(238, 238, 238, 0.75);
    margin: 30px 0;
}

.tm-txt h3 a {
    color: #1b3377;
}

.tm-txt h3 {
    font-family: 'Alegreya SC', serif;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
}

.tm-txt h5 {
    font-family: 'Alegreya SC', serif;
    text-transform: capitalize;
    font-weight: 600;
    color: #8b8b8b;
    margin: 0 0 20px;
}

.tm-txt p {
    max-width: 333px;
    margin: auto;
    padding-bottom: 20px;
}

.image {
    position: relative;
    border-bottom: 4px solid #1b3377;
    overflow: hidden;
    margin: -1px;
}

.image:after {
    content: '';
    position: absolute;
    left: 80px;
    bottom: 0px;
    border-left: 6px solid transparent;
    border-bottom: 5px solid #1b3377;
    width: 100%;
}

.image img {
    width: 100%;
}

.contact div.row {
    margin: 0;
}

.contact div.row>div {
    margin: 0;
    padding: 0;
}

#contact .contact {
    margin: 93px 0 65px;
}

#contact .contact ul>li {
    width: 49.7%;
}

#contact .contact-box {
    background: #004b51;
    margin: 10px 15px;
}

#contact .duty-box {
    background: url(../images/c1.html)no-repeat;
    background-size: cover;
    background-position: 100%;
}

#contact .duty-box1 {
    background: url(../images/c2.html)no-repeat;
    background-size: cover;
    background-position: 100%;
}

#contact .duty-box3 {
    background: url(../images/c3.html)no-repeat;
    background-size: cover;
    background-position: 100%;
}

#contact .duty-box4 {
    background: url(../images/c4.html)no-repeat;
    background-size: cover;
    background-position: 100%;
}

#contact .duty-content {
    background: rgba(0, 0, 0, 0.8);
    color: #ddd;
    padding: 30px;
}

#contact .duty-content h5 {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

#contact .duty-content h3 {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
}

#contact .duty-content p.cc {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
}

#contact .duty-content p {
    margin: 20px 0 10px;
    font-family: 'open-sans', sans-serif;
}

#contact .duty-content p i {
    font-size: 18px;
    width: 25px;
}

#contact .duty-content .duty-btn {
    margin: 12px 0 20px;
}

#contact .duty-content .duty-btn i {
    padding-left: 10px;
}

#contact .duty-content .duty-btn a {
    background: #1b3377;
    color: #ddd;
    padding: 8px 14px;
    border-radius: 4px;
}

#contact .duty-box2 p {
    line-height: 1.5;
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 20px;
}

#contact .duty-box2 {
    color: #ddd;
}

#contact .duty-content2 a {
    color: #8dc63f;
}

#contact .duty-content2 {
    padding: 25px 20px;
}

#contact .duty-content2 h4 {
    text-transform: capitalize;
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 600;
}

#contact .duty-content2 h5 {
    text-transform: capitalize;
    margin: 0 0 3px;
    font-size: 14px;
}

.contacts {
    margin-bottom: 80px;
}

.ctxt:before {
    content: '';
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.ctext p {
    margin: 0 0 33px;
}

.ctext h3 {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    margin: 0 0 10px;
    font-weight: 600;
}

.ctext {
    color: #535353;
    position: relative;
    padding: 30px 20px 15px;
}

.duty-icon {
    margin-bottom: 25px;
}

.cicon {
    float: left;
    font-size: 16px;
}

.cicontxt p {
    margin: 0;
}

.cicontxt {
    padding-left: 30px;
}

.cicontxt h5 {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
}

.duty-top h1 {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    margin: 0 0 15px;
    color: #535353;
    font-weight: 600;
    line-height: 1;
}

.duty-top p {
    max-width: 450px;
}

.txtt .panel-body {
    padding: 0 0 10px;
}

.txtt ul>li .panel-body {
    padding: 0 0 10px;
}

.txtt .panel-body label {
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'Alegreya SC', serif;
}

.txtt .panel-body label span {
    font-size: 15px;
    color: #1b3377;
}

.txtt .panel-body textarea,
.txtt .panel-body input {
    width: 100%;
    padding: 8px;
    outline: 0;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.txtt ul>li {
    width: 49.7%;
}

.contact-icon {
    margin-top: 15px;
}

.contact-icon a {
    font-family: 'Alegreya SC', serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    font-size: 15px;
    border: 1px solid #1b3377;
    background: #1b3377;
    padding: 8px 15px;
    border-radius: 4px;
}

.mechanic-eng {
    padding: 50px 0px;
}

.mechanic-eng .location-link {
    margin-bottom: 45px;
}

.mechanic-eng .location-link ul {
    list-style-type: none;
    padding-left: 0;
}

.mechanic-eng .location-link ul li {
    background: #eeeeee;
    margin-bottom: 7px;
    width: 100%;
}

.mechanic-eng .location-link ul li.active a {
    background: #072d4d;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.mechanic-eng .location-link ul li a {
    display: block;
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    padding: 17px 22px;
    line-height: 22px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
}

.mechanic-eng .location-link ul li a:hover {
    background: #072d4d;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.mechanic-eng .contact {
    margin-top: 45px;
    padding: 17px 22px;
    border: 1px solid #404040;
}

.mechanic-eng .contact p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.mechanic-eng .contact a {
    font-size: 14px;
    line-height: 45px;
    color: #fbad1a;
}

.mechanic-eng .text p {
    font-size: 14px;
    font-weight: 300;
}

.chemical-research {
    padding: 80px 0;
}

.chemical-research .location-link {
    margin-bottom: 45px;
}

.chemical-research .location-link ul {
    list-style-type: none;
    padding-left: 0;
}

.chemical-research .location-link ul li {
    background: #eeeeee;
    margin-bottom: 7px;
}

.chemical-research .location-link ul li.active a {
    background: #072d4d;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.chemical-research .location-link ul li a {
    display: block;
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    padding: 17px 22px;
    line-height: 22px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
}

.chemical-research .location-link ul li a:hover {
    background: #072d4d;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.chemical-research .contact {
    margin-top: 45px;
    padding: 17px 22px;
    border: 1px solid #404040;
}

.chemical-research .contact p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.chemical-research .contact a {
    font-size: 14px;
    line-height: 45px;
    color: #fbad1a;
}

.chemical-research .text p {
    font-size: 14px;
    font-weight: 300;
}

.power-and-energy {
    padding: 80px 0;
}

.power-and-energy .location-link {
    margin-bottom: 45px;
}

.power-and-energy .location-link ul {
    list-style-type: none;
    padding-left: 0;
}

.power-and-energy .location-link ul li {
    background: #eeeeee;
    margin-bottom: 7px;
}

.power-and-energy .location-link ul li.active a {
    background: #072d4d;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.power-and-energy .location-link ul li a {
    display: block;
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    padding: 17px 22px;
    line-height: 22px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
}

.power-and-energy .location-link ul li a:hover {
    background: #072d4d;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.power-and-energy .contact {
    margin-top: 45px;
    padding: 17px 22px;
    border: 1px solid #404040;
}

.power-and-energy .contact p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.power-and-energy .contact a {
    font-size: 14px;
    line-height: 45px;
    color: #fbad1a;
}

.power-and-energy .text p {
    font-size: 14px;
    font-weight: 300;
}

.mechanic-eng {
    padding: 50px 0px;
}

.mechanic-eng .location-link {
    margin-bottom: 45px;
}

.mechanic-eng .location-link ul {
    list-style-type: none;
    padding-left: 0;
}

.mechanic-eng .location-link ul li {
    background: #eeeeee;
    margin-bottom: 7px;
    width: 100%;
}

.mechanic-eng .location-link ul li.active a {
    background: #072d4d;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.mechanic-eng .location-link ul li a {
    display: block;
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    padding: 17px 22px;
    line-height: 22px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
}

.mechanic-eng .location-link ul li a:hover {
    background: #072d4d;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.mechanic-eng .contact {
    margin-top: 45px;
    padding: 17px 22px;
    border: 1px solid #404040;
}

.mechanic-eng .contact p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.mechanic-eng .contact a {
    font-size: 14px;
    line-height: 45px;
    color: #fbad1a;
}

.mechanic-eng .text p {
    font-size: 14px;
    font-weight: 300;
}

.chemical-research {
    padding: 80px 0;
}

.chemical-research .location-link {
    margin-bottom: 45px;
}

.chemical-research .location-link ul {
    list-style-type: none;
    padding-left: 0;
}

.chemical-research .location-link ul li {
    background: #eeeeee;
    margin-bottom: 7px;
}

.chemical-research .location-link ul li.active a {
    background: #072d4d;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.chemical-research .location-link ul li a {
    display: block;
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    padding: 17px 22px;
    line-height: 22px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
}

.chemical-research .location-link ul li a:hover {
    background: #072d4d;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.chemical-research .contact {
    margin-top: 45px;
    padding: 17px 22px;
    border: 1px solid #404040;
}

.chemical-research .contact p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.chemical-research .contact a {
    font-size: 14px;
    line-height: 45px;
    color: #fbad1a;
}

.chemical-research .text p {
    font-size: 14px;
    font-weight: 300;
}

.power-and-energy {
    padding: 80px 0;
}

.power-and-energy .location-link {
    margin-bottom: 45px;
}

.power-and-energy .location-link ul {
    list-style-type: none;
    padding-left: 0;
}

.power-and-energy .location-link ul li {
    background: #eeeeee;
    margin-bottom: 7px;
}

.power-and-energy .location-link ul li.active a {
    background: #072d4d;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.power-and-energy .location-link ul li a {
    display: block;
    font-size: 14px;
    color: #252525;
    font-weight: 400;
    padding: 17px 22px;
    line-height: 22px;
    border-left: 4px solid transparent;
    transition: all 0.5s ease;
}

.power-and-energy .location-link ul li a:hover {
    background: #072d4d;
    color: #FFFFFF;
    border-color: #fbad1a;
}

.power-and-energy .contact {
    margin-top: 45px;
    padding: 17px 22px;
    border: 1px solid #404040;
}

.power-and-energy .contact p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
}

.power-and-energy .contact a {
    font-size: 14px;
    line-height: 45px;
    color: #fbad1a;
}

.power-and-energy .text p {
    font-size: 14px;
    font-weight: 300;
}

.header-title {
    padding-top: 127px;
    height: 220px;
    background: url(../images/pages-header.jpg) no-repeat center top;
}

.urgent {
    font-size: 18px;
    color: #4c4c4c;
}
.contact-us .title-border{
    content: "";
    width: 30%;
    height: 2px;
    display: block;
    background: block;
    background-color: #01012e;
    border-radius: 50%;
    margin: 1%;
    margin-left: 35%;
}
.contact .fas{
    color: #01012e;

}
.contact .far{
    color: #01012e;
}
.btn-cont{  background: #01012e;
    color: #fff;
}
.btn-cont:hover{
    color: #fff;
    border-radius: 10px 20px 10px 20px;
}

footer{
    background-color: black;
    height: 60px;
    line-height: 50px;
    color: white;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 0px;
}
#id .fa fa-angle-double-up{
    margin-right: 7rem;
}

