/*===============================

Template Name: 
Author: 
Author URI: 
Version: 1.0
    
--------------------------------
    
CSS INDEX
=========

1. Base CSS

================================*/


/* =============================
1. Base CSS
================================*/

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}
.floatleft {
    float: left;
}
.floatright {
    float: right;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus {
    outline: 0 solid;
}
img {
    height: auto;
    max-width: 100%;
}
.fix {
    overflow: hidden;
}

h1 {
	color: #c05535;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 15px 0;
}

h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin: 0 0 15px;
}
html, body {
    height: 100%;
}
body {
    font-family: "Hind",sans-serif;
    overflow-x:hidden;
}
.section-padding {
    padding: 60px 0;
}
.section-gray {
    background-color: #f7f7f7;
}
.section-dark {
    background-color: #110c09;
    color: #fff;
}
a {
    transition: all 0.3s ease 0s;
}
a:hover {
    color: #000;
}
.container {
    /*width: 1308px;*/
    width:100%;
}
.full-wrapper {
    margin: 0 auto;
}
.header_wrapper {
    background: rgba(0, 0, 0, 0) url("images/header-full-bg.jpg") no-repeat scroll center center / cover ;
    height: 500px;
    /*height: 581px;*/
}
.topmenu ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.topmenu ul li {
    display: inline-block;
}
.topmenu ul li a {
    color: #4f4f4f;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    padding-left: 30px;
    /*padding-right:22px;*/
    padding-top: 5px;
}
.topmenu ul li a:hover {
    text-decoration: none;
}

.utility-menu-last {
   padding-right:30px;
}

.header_top {
    padding-top: 25px;
}
.hbottom_inner {
    text-align: center;
}
.hbottom_inner img {
  margin-top: -23px;
}
.main_nav ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.main_nav ul li {
    float: left;
    position: relative;
    text-align: center;
    width: 25%;
}
.main_nav ul li.one {
    background: rgba(123, 99, 88, 0.6) none repeat scroll 0 0;
}
.main_nav ul li.two {
    background: rgba(148, 103, 75, 0.6) none repeat scroll 0 0;
}
.main_nav ul li.three {
    background: rgba(121, 116, 85, 0.6) none repeat scroll 0 0;
}
.main_nav ul li.four {
    background: rgba(106, 95, 89, 0.6) none repeat scroll 0 0;
}
.main_nav ul li::after {
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: -11px;
    width: 100%;
}
.main_nav ul li.one::after {
    border-top: 10px solid #7b6358;
}
.main_nav ul li.two::after {
    border-top: 10px solid #c05535;
}
.main_nav ul li.three::after {
    border-top: 10px solid #88964f;
}
.main_nav ul li.four::after {
    border-top: 10px solid #5b6993;
}

.header_wrapper .one > a,.header_wrapper .two > a,.header_wrapper .three > a,.header_wrapper .four > a{
	color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding: 18px 0;
    text-transform: uppercase;
}
.service-area .one > a,.service-area  .two > a,.service-area  .three > a,.service-area  .four > a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 22px;
    padding: 0px 0;
    text-transform: uppercase;
}

.main_nav ul li a i {
    color: #dfd7d0;
    font-size: 18px;
    line-height: 10px;
}
.main_nav ul li a:hover {
    text-decoration: none;
}
.main-menu {
    margin-top: 40px;
}
.main_nav > ul > li::before {
  bottom: 7px;
  color: #eee;
  content: "\f0d7";
  /*content: "";*/
  font-family: "FontAwesome";
  left: 0;
  position: absolute;
  right: 0;
}
.mega_menu {
  background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
  height: 258px;
  left: -22%;
  opacity: 0;
  position: absolute;
  top: 100px;
  visibility: hidden;
  width: 700px;
  z-index: 999;
    transition: .3s;
}

.mega_menu_two {
  background: rgba(255, 255, 255, 0.87) none repeat scroll 0 0;
  height: 200px;
  /*left: -22%;*/
  opacity: 0;
  position: absolute;
  top: 100px;
  visibility: hidden;
  width: 700px;
  z-index: 999;
    transition: .3s;
}

.mega_menu_three {
  background: rgba(255, 255, 255, 0.87) none repeat scroll 0 0;
  height: 200px;
  /*left: -48%;*/
  right: 0;
  opacity: 0;
  position: absolute;
  top: 100px;
  visibility: hidden;
  width: 700px;
  z-index: 999;
    transition: .3s;
}

.main_nav > ul > li:hover .mega_menu {
  opacity: 1;
  top: 58px;
  visibility: visible;
}

.main_nav > ul > li:focus .mega_menu {
  opacity: 1;
  top: 58px;
  visibility: visible;
}

.main_nav > ul > li:hover .mega_menu_two {
  opacity: 1;
  top: 58px;
  visibility: visible;
}

.main_nav > ul > li:focus .mega_menu_two {
  opacity: 1;
  top: 58px;
  visibility: visible;
}

.main_nav > ul > li:hover .mega_menu_three {
  opacity: 1;
  top: 58px;
  visibility: visible;
}

.main_nav > ul > li:focus .mega_menu_three {
  opacity: 1;
  top: 58px;
  visibility: visible;
}

.one h4, .two h4, .four h4 {
  color: #005395;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
  text-transform: uppercase;
  margin:15px 0;
  padding:0;
}

.m_customers_col1 {
	float:left;
	width: 44%;
	padding-left: 30px;
  	padding-top: 20px;
}

.m_customers_col2 {
	float:left;
	width: 52%;
	margin-right: 2%;
	padding-bottom: 8px;
  	padding-top: 20px;
}

.m_vision {
  float: left;
  margin-right: 2%;
  width: 31%;
}
.m_impact {
  float: left;
  margin-right: 2%;
  width: 17%;
}
.m_careers {
	float:left;
	margin-right: 2%;
	width:14%;
}
.mega_right {
  float: left;
  padding-right: 50px;
  width: 47%;
}

@media (max-width: 1280px) and (min-width: 992px) {
.m_vision {
  float: left;
  margin-right: 2%;
  width: 31%;
}

.m_impact {
  float: left;
  margin-right: 2%;
  width: 17%;
}

.m_careers {
	float:left;
	margin-right: 2%;
	width:14%;
}

.mega_right {
  float: left;
  padding-right: 50px;
  width: 47%;
}
}

.m_vision, .m_impact, .mega_right, .m_careers{
  padding-bottom: 17px;
  padding-top: 24px;
}
.m_vision > h4, .m_impact > h4, .m_careers > h4 {
  color: #005395;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-decoration: underline;
  text-transform: uppercase;
}

.mega_menu ul {
  list-style: outside none none;
  margin: -9px 0 0;
  padding: 0;
}
.mega_menu ul li {
  display: block;
  float: none;
  width: 100%;
}
.mega_menu ul li a {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 0;
  text-align: left;
}
.mega_menu ul li a:hover, .main_nav ul li a:hover, .topmenu ul li a:hover {
  color:#FDB813;
  text-decoration: none;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background: rgba(148, 103, 75, 0.6) none repeat scroll 0 0;
	text-decoration:none;
}
	
.m_vision {
  padding-left: 47px;
}
.mega_right {
  padding-left: 10px;
}
.mega_menu .mega_right a {
  color: #005395;
  display: inline-block;
  font-size: 12px;
  padding: 0;
  text-transform: capitalize;
}
.mega_right > p {
  color: #005395;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 7px;
  margin-top: 6px;
  text-align: left;
  width: 100%;
}


.slider_inner h1 {
    color: #ffffff;
    font-size: 45px;
    font-weight: 400;
    letter-spacing: 8px;
    margin-top: 120px;
    text-align: center;
    text-shadow: 1px 2px 2px #000;
    text-transform: uppercase;
}
.single-service {
    float: left;
    height: 200px;
    width: 33.3333%;
}
.service-heading h2, .service-heading h2 a {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 3px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.service-heading p {
	display: inline;
}


.single-service.two .service-heading {
    background: rgba(4, 63, 88, 0.8) none repeat scroll 0 0;
}
.service-heading {
    padding: 22px 0 18px;
    position: relative;
    z-index: 5;
}
.service-content p {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
.service-content {
    padding-top: 30px;
    position: relative;
    z-index: 5;
}
.bottom-content {
    margin-top: 150px;
    width: 73%;
}
.bottom-content p {
    color: #fff;
    font-size: 37px;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
}
.single-service.one {
    background: rgba(0, 0, 0, 0) url("images/service-bg-1.jpg") no-repeat scroll center center / cover ;
}
.single-service.two {
    background: rgba(0, 0, 0, 0) url("images/service-bg-2.jpg") no-repeat scroll center center / cover ;
}
.single-service.three {
    background: rgba(0, 0, 0, 0) url("images/service-bg-3.jpg") no-repeat scroll center center / cover ;
}
.service-area::after {
    background: rgba(0, 0, 0, 0) url("images/service-over.png") no-repeat scroll center center / cover ;
    bottom: 0;
    content: "";
    height: 586px;
    opacity: 0.2;
    position: absolute;
    right: 0;
    width: 100%;
}
.service-area {
    overflow: hidden;
    position: relative;
}.bottom-content-two p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: right;
}
.bottom-content-two p span {
    font-size: 51px;
    line-height: 20px;
}
.bottom-content-two {
    float: left;
    margin-top: 150px;
    width: 57%;
}
.bottom-content-book {
    float: left;
    margin-top: 27px;
    width: 43%;
}
.single-service.one .service-heading {
    background: rgba(28, 27, 9, 0.8) none repeat scroll 0 0;
}
.single-service.three .service-heading {
    background: rgba(165, 93, 13, 0.8) none repeat scroll 0 0;
}
.service_map {
    margin-top: 36px;
    text-align: center;
}
.secondery .header_wrapper {
    background: rgba(0, 0, 0, 0) url("images/secondery_bg.png") no-repeat scroll center bottom / cover ;
    height: 367px;
}
.secondery .bottom_service_area {
    height: 158px;
    overflow: hidden;
}
.secondery .secondery_inner_area {
    padding-top: 80px;
}
.si_sidbar_heading > h2 {
    color: #c05535;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.siderbar_accordion {
    background: #e7e7e7 none repeat scroll 0 0;
}
.siderbar_accordion {
    background: #e7e7e7 none repeat scroll 0 0;
    border-bottom: 1px solid #c05535;
    border-top: 1px solid #c05535;
}
.siderbar_accordion .panel {
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}
.siderbar_accordion .panel-group .panel + .panel {
    margin-top: 0;
}
.siderbar_accordion .panel-group {
    margin-bottom: 0;
}
.siderbar_accordion .panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}
.panel-title a.collapsing.collapsing2 {
    background: rgba(0, 0, 0, 0) linear-gradient(#c05535, #bf5334, #a5301e) repeat scroll 0 0;
}
.panel-title a.collapsing.collapsing2.collapsed {
    background: transparent none repeat scroll 0 0;
}


.secondery .header_wrapper {
    background: rgba(0, 0, 0, 0) url("images/secondery_bg.png") no-repeat scroll center bottom / cover ;
    height: 367px;
}
.secondery .bottom_service_area {
  height: 100px;
  /*margin-bottom: 5px;*/
  overflow: hidden;
}
.secondery .secondery_inner_area {
    padding-bottom: 110px;
    padding-top: 60px;
}
.si_sidbar_heading > h2 {
    color: #c05535;
    font-size: 28px;
    font-weight: 400;
    text-align: left;
    padding-left:15px;
    text-transform: uppercase;
}
.siderbar_accordion {
    background: #e7e7e7 none repeat scroll 0 0;
}
.siderbar_accordion {
    background: #e7e7e7 none repeat scroll 0 0;
    border-bottom: 1px solid #c05535;
    border-top: 1px solid #c05535;
}
.siderbar_accordion .panel {
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    margin-bottom: 0;
}
.siderbar_accordion .panel-group .panel + .panel {
    margin-top: 0;
}
.siderbar_accordion .panel-group {
    margin-bottom: 0;
}
.siderbar_accordion .panel-default > .panel-heading {
    background-color: transparent;
    border-color: transparent;
    color: #333;
}
.panel-title a.collapsing.collapsing2 {
    background: rgba(0, 0, 0, 0) linear-gradient(#c05535, #bf5334, #a5301e) repeat scroll 0 0;
}
.panel-title a.collapsing.collapsing2.collapsed {
    background: transparent none repeat scroll 0 0;
}
.news_e > h2 {
    color: #005395;
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
}
.newsevents {
  margin-bottom: 15px;
  margin-top: 23px;
}
.globalside {
  margin-bottom: 15px;
}
.single_news_item h4 {
    color: #005395;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
.single_news_item > p {
    color: #515151;
    font-size: 14px;
}
.sir_content_inner > h1 {
    color: #c05535;
    font-size: 36px;
    font-weight: 500;
     margin: 0 0 15px 0;
    text-transform: uppercase;
}

.sir_content_inner > h2 {
    color: #FDB20B;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 4px;
}


.news-event-heading-bar {
  float: left;
  overflow: hidden;
  width: 50%;
}
.news-event-heading-bar {
  background: rgba(0, 0, 0, 0) url("images/news-header1.png") no-repeat scroll center center / cover ;
  padding: 10px 0;
}
.global-operations-heading-bar {
  background: rgba(0, 0, 0, 0) url("images/news-header2.png") no-repeat scroll center center / cover ;
   padding: 10px 0;
   color: #ffffff;
}
.news-event-heading h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 25px;
  color: #005395;
  margin-bottom: 0px;
  font-weight:500;
}
.global-operations-heading-bar .news-event-heading h2 {
  color: #ffffff;
}
.news-event-heading a {
  color: #005395;
  display: block;
  float: right;
  font-size: 14px;
  margin-right: 28px;
  margin-top: -21px;
  text-decoration: underline;
  width: 55px;
}
.all-news-and-events.left {
  margin-top: -30px;
}
.all-news-and-events-detail.news {
	margin-right:40px;
}
.all-news-and-events.global-operations {
	border-bottom: 1px solid #005395;
	width:100%;
}
.all-news-and-events-detail.global-operations {
  /*border-bottom: 1px solid #005395;*/
  padding-bottom: 30px;
  margin-left: 40px;
}
.all-news-and-events-detail {
  overflow: hidden;
  padding: 45px 105px;
}
.single-news-and-events h3 {
  color: #005395;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 24px;
}
.single-news-and-events p {
  color: #515151;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 0;
}
.single-news-and-events {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 30px;
  padding-top: 30px;
}
.single-news-and-events.last {
  border-bottom: 1px solid #fdb813;
}
.single-news-and-events a {
  color: #005395;
  /*text-decoration: underline;*/
}
.global-operations h4 {
  color: #005395;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.welcome-area {
  background: #eaeaea none repeat scroll 0 0;
  padding-top: 55px;
  padding-bottom: 20px;
}
.welcome-content h2 {
  color: #005395;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}
.welcome-content {
  padding: 0px 105px;
}
.welcome-content > p {
  color: #454545;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}

.footer-menu ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer-menu ul li{
  display:inline-block;
}
.footer-menu ul li a {
  color: #005395;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  padding: 0 12px;
  /*text-transform: uppercase;*/
}
.footer-menu ul li a:hover{
  text-decoration:none;
}
.footer-area {
  background: rgba(0, 0, 0, 0) url("images/footer-bg.jpg") repeat scroll center center / cover ;
  padding: 30px 0;
}
.footer-logo {
  padding-top: 30px;
  text-align: center;
}
.footer-copyright p {
  color: #005395;
  font-size: 16px;
  font-weight: 300;
  margin-top: 38px;
  text-align: center;
}
.news-event-heading {
  margin-top: 2px;
}


.secondery_inner {
  margin: 0 auto;
  width: 1133px;
}
.right_cimg img {
  width: 100%;
}

.notopmar {
	margin-top: 0px
}
.sir_content_inner h2 {
  color: #FCA20B;;
  font-size: 30px;
  font-weight: 200;
  margin-bottom: 4px;
  /*text-transform: uppercase;*/
  letter-spacing: 2px;
}
.sir_content_inner h4 {
  color: #c05535;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.sir_content_inner p {
  color: #454545;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 27px;
}

.sir_content_inner ul li {
    font-size:16px;
}

.sir_content_inner ol li {
    font-size:16px;
}

.newsevents {
  background: rgba(0, 0, 0, 0) url("images/news-header1.png") no-repeat scroll center center / cover ;
  padding: 10px 0;
}
.globalside {
    background: rgba(0, 0, 0, 0) url("images/news-header2.png") no-repeat scroll center center / cover;
    padding: 10px 0;
    color: white !important;
}
.news_e h2 {
  color: #005395;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 20px;
  text-transform: uppercase;
}
.globalside h2 {
  color: white;
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 0;
  margin-left: 20px;
  text-transform: uppercase;
}
.news_e a {
  color: #005395;
  display: block;
  float: right;
  font-size: 14px;
  margin-right: 7px;
  margin-top: -20px;
  text-decoration: underline;
  width: 55px;
}
.single_news_item{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 30px;
  padding-top: 30px;
}
.single_news_item.last{
  border-bottom: 1px solid #fdb813;
}
.single_news_item p {
  color: #515151;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.single_news_item p a {
  color: #005395;
  text-decoration: underline;
}
.slider_area {
  clear: both;
}
.hemburger_menu {
  display: none;
  margin-top: 20px;
  text-align: center;
}
.hemburger_menu a {
  color: #005395;
}

.news-event-area {
  overflow: hidden;
}
.news-event-left {
  float: left;
  width: 50%;
}
.news-event-right {
  float: left;
  width: 50%;
}
.news-event-heading-bar {
  float: left;
  overflow: hidden;
  width: 100%;
}
.all-news-and-events-detail {
  overflow: hidden;
  padding: 45px 20px 45px 120px;
}
.global-operations.all-news-and-events-detail {
  padding: 45px 90px 30px 20px;
}
.panel-title > a {
  color: #005395;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.siderbar_accordion .panel-default > .panel-heading {
  border-bottom: 1px solid #ddd;
}
.table a {
  color: #c05535;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
}
.one .mega_menu {
  left: 0;
}
.four .mega_menu {
  left: -67%;
}
.accordion_inner > ul {
  background: #e7e7e7 none repeat scroll 0 0;
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.accordion_inner ul li a {
  border-bottom: 1px solid #c4c4c4;
  color: #005395;
  display: block;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
  padding: 11px 0 11px 18px;
  text-transform: uppercase;
}
.accordion_inner ul li a:hover {
  text-decoration: none;
}
ul.level01 {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
ul.level01 li {
  
}
ul.level01 li a {
  padding-left: 31px;
}
.active {
	background-color:#5B6993;
	color:white;
}

.accordion_inner ul li.li-level a {
  background: rgba(0, 0, 0, 0) url("images/accordion_bg.png") no-repeat scroll 0 0 / cover ;
  color: #fff;
  cursor: pointer;
}
.accordion_inner ul li.li-level a:active {
    background: rgba(0, 0, 0, 0) url("images/accordion_bg.png") no-repeat scroll 0 0 / cover;
    color: #fff;
    cursor: pointer;
}

.accordion_inner ul li.li-level ul li a {
  background: transparent;
  border-bottom: 1px solid #c4c4c4;
  color: #005395;
  cursor: pointer;
}

.accordion_inner ul li.li-level ul.level01 li a {
  background: transparent ;
  color: #B94B2F;
}
.accordion_inner ul li.li-level {
  position: relative;
}
.accordion_inner ul li.li-level::before {
  color: #eee;
  content: "";
  font-family: "FontAwesome";
  font-size: 18px;
  position: absolute;
  right: 14px;
  top: 12px;
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "MENU \f0c9";
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    position: absolute;
    right: 14px;
    top: 43%;
}

.browser-disclaimer {
	text-align: center;
	margin:15px;
}

.browser-disclaimer .disclaimer {
    max-width: 800px;
    display: inline-block;
    font-size: 11px;
    line-height: 1.1;
}