* {
  margin: 0;
  padding: 0;
  outline: none !important;
  font-family: 'Montserrat', sans-serif;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.mainHeading img{
	vertical-align:middle;
}
ul, li {
  list-style: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;
}

a, input[type="submit"], input[type="button"], .btn, button {
  -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;
    outline: none !important;
        box-shadow: none !important;
    text-decoration: none !important;
}

input[type="button"]:focus, input[type="text"]:focus, select:focus {
  box-shadow: none;
  outline: none;
}
section {
  clear: both;
}
audio, canvas, progress, video {
  vertical-align: middle;
}
a:focus{text-decoration: none}
body {
  overflow-x: hidden;
  font-family: 'Raleway', sans-serif;
  background: #222222;
}






.headerSec .navbar {
  background: #222222;
  margin: 0px;
  border-radius: 0px;
  border: none;
}
.headerSec .navbar-brand>img {
  height: 40px;
}
.headerSec .navbar-brand {
  float: left;
  height: auto;
}
.headerSec .nav {
  margin-top: 10px;
}
.headerSec .customNavigation {
	display: inline-block;
}
.headerSec .customNavigation li,
.headerSec .nav>li {
  padding: 20px 6px;
  display: inline-block;
}
.headerSec .customNavigation>li>a,
.headerSec .nav>li>a {
  padding: 5px 0px;
  border-bottom: 1px solid transparent !important;
  color: #939598;
}
.headerSec .customNavigation>li>a:hover,
.headerSec .nav>li>a:hover,
.headerSec .customNavigation>.active>a, 
.headerSec .navbar-nav>.active>a, 
.headerSec .navbar-default .navbar-nav>.active>a:focus, 
.headerSec .navbar-default .navbar-nav>.active>a:hover {
    color: #f2bc1a !important;
    background: transparent !important;
    border-bottom: 1px solid #f2bc1a !important;
}
.headerSec .socialMedia {
	float: right !important;
	width: auto !important;
}
.socialMedia li {
  margin-top: 14px;
  padding: 0px 2px !important;
}
.socialMedia li a {
    background: #939598 !important;
    color: #000 !important;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    border-radius: 4px;
    font-size: 15px;
    padding: 0px !important;
    line-height: unset;
    text-align: center;
}


.bannerSlider .item {
  position: relative;
}
.bannerCaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  text-align: center;
}
.bannerCaption img {
  max-width: 120px;
  display: inline-block !important;
}
.bannerCaption h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 300;
  margin-top: 20px;
}
/*.bannerSlider .owl-dots.disabled,
.bannerSlider .owl-nav.disabled {
  display: none !important;
}*/
/*.bannerSlider .owl-nav {
  position: relative;
  z-index: 9;
}*/
.bannerSlider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 999;
  width: calc(100% - 30px);
  left: 15px;
}
.bannerSlider .owl-nav div {
  width: 11px;
  height: 12px;
  color: transparent !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  display: inline-block;
}
.bannerSlider .owl-nav .owl-prev {
  left: 15px;
  background-image: url(../../webview/app/images/pre.png);
}
.bannerSlider .owl-nav .owl-next {
  float: right;
  background-image: url(../../webview/app/images/next.png);
}
.owl-dots {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  z-index: 999999;
}
.owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background: #000;
  float: left;
  margin: 5px;
}
.owl-dots .owl-dot.active {
  background: #f2bc1a;
}


.whoWeAre {
  padding: 50px 0;
}
.whoWeAreContent h2 {
  font-size: 16px;
  color: #f2bc1a;
  margin-bottom: 15px;
}
.whoWeAreContent p {
  font-size: 12px;
  color: #9a9a9b;
}
.whoWeAreContent ul {
  display: inline-block;
  width: 100%;
}
.whoWeAreContent ul li {
  width: 20%;
  float: left;
  border-left: 1px solid #9a9a9b;
  text-align: center;
  padding: 10px;
  min-height: 20px;
}
.whoWeAreContent li img{
	margin-top:10px;
	margin-bottom:10px;
}
.whoWeAreContent li p.title{
	font-weight:600;
	font-size:14px;
}

.awardAndAchivmnt {
  padding: 0 0 50px 0;
}
h1.mainHeading {
  font-size: 25px;
  text-align: center;
  color: #f2bc1a;
  font-weight: normal;
  margin-bottom: 40px;
}
.awardimage img {
  width: 100%;
}
.futuredProjectSlider h2 {
  font-size: 15px;
  color: #f2bc1a;
  text-align: center;
  font-weight: 500;
  margin-top: 15px;
}
.futuredProjectSlider p {
  font-size: 12px;
  color: #9a9a9b;
  text-align: center;
  font-weight: 400;
}

.videoSection {
  padding-top: 50px;
}
.futuredProjectSlider .owl-nav.disabled {
  display: block;
}
.futuredProject .owl-nav .owl-prev {
  position: relative;
  left: -45px;
}
.futuredProject .owl-nav .owl-next {
  position: relative;
  right: -45px;
}
.futuredProject .owl-dots {
  display: none;
}


.footersection {
  margin-top: 50px;
}
.footerTop {
  padding: 30px 0;
  background: #000;
}
.bottomFooter {
  padding: 15px 0;
}
.footersection li,
.footersection a,
.footersection p {
  font-size: 12px;
  color: #939598;
}
.footersection h2 {
    font-size: 15px;
    color: #f2bc1a;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.footersection h2 small {
  display: inline-block;
  width: 100%;
}
.subscriberInput {
  margin-bottom: 25px;
  display: flex;
  width: 100%;
}
.subscriberInput input {
  width: calc(100% - 40px);
  padding: 5px 12px;
  height: 40px;
  border: none;
}
.subscriberInput button {
  width: 40px;
  border-radius: 0px;
  height: 40px;
  padding: 0px;
  background: #f2bc1a !important;
  border: none;
}
.subscriberInput button img{
	width:auto;
	height:auto;
}

.socialMedia li {
  display: inline-block;
}
.socialMedia li a {
  display: inline-block;
    background: #939598 !important;
    color: #000 !important;
    width: 20px;
    height: 20px;
    margin: 0 2px;
    border-radius: 4px;
    font-size: 15px;
    padding: 0px !important;
    line-height: unset;
    text-align: center;
}
.footerAddress li {
  padding-left: 25px;
  position: relative;
  padding-top: 2px;
}
.footerAddress li span {
  color: #f2bc1a;
  position: absolute;
  top: 0px;
  left: 0px;
}
.footerLinks {
  float: left;
  width: 50%;
}
.footerLinks li {
  line-height: 30px;
}

.eventSlider .item {
  position: relative;
}
.eventSlider iframe {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: none !important;
}


  .mobileDisplyBlock {
    display: none !important;
  } 





.headerSec .navbar-collapse.collapse {
        display: none !important;
    }
    .headerSec .navbar-collapse.collapse.in {
        display: block !important;
    }
    .headerSec .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .headerSec .navbar-header {
        float:none;
    }
    .headerSec .nav>li {
      padding: 5px 3px;
    }
    .headerSec .navbar-collapse {
      position: absolute;
      z-index: 9;
      top: 70px;
      left: 15px !important;
      padding: 10px 50px;
      background: rgba(34,34,34,1);
      width: 100%;
      padding-bottom: 20px;
    }
    .headerSec .nav.navbar-nav {
      width: 100%;
    }
    .headerSec .nav.navbar-nav li {
      display: inline-block;
      width: 100%;
    }
    .headerSec .nav.navbar-nav.socialMedia li {
      width: auto;
    }
    .headerSec .navbar-toggle {
      background: transparent !important;
      border: 1px solid rgba(255,255,255,0.6) !important;
      margin-top: 17px;
    }

















body.menu-show {
    max-height: 100vh;
    overflow: hidden;
}
.main-menu {
    background-color: #fdd736;
    width: 75vw;
    padding: 15px 0;
    max-width: 400px;
}
.main-menu div ~ ul li {
    color: #272727;
    font-size: 15px;
}


.main-menu div ~ ul li a {
    padding: 5px 15px;
    width: 100%;
    font-size: 15px;
    color: #1f1f1f;
    display: inline-block;
}
.main-menu div ~ ul li a:hover,
.main-menu div ~ ul li a:focus {
  background-color: #1f1f1f !important;
  color: #fff;
}
.main-menu {
    background-color: #fdd736;
    width: 75vw;
    height: 100vh;
    overflow: auto;
    padding: 5px 0 15px;
    position: fixed;
    left: -80vw;
    top: 0;
    z-index: 9;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.menu-show .main-menu {
  left: 0;
}
.close-menu {
    font-size: 40px;
    padding: 0 15px;
    margin-left: auto;
    line-height: normal;
    float: right;
  cursor: pointer;
}



.menu-profile span {
    width: 80px;
    height: 80px;
    display: inline-block;
    background-color: #f0f0f0;
    padding: 15px;
    -webkit-border-radius: 100%;
            border-radius: 100%;
    margin-right: 15px;
}

.menu-profile span img {
    -o-object-fit: contain;
       object-fit: contain;
       width: 100%;
       height: 100%;
}
.menu-profile {
    padding: 0 15px 15px;
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
  clear: both;
}
.menu-profile li {
  display: inline-block !important;
  width: auto !important;
}

.menu-profile li + li {
  position: relative;
  top: 7px;
}

.languageSelectBox {
  background: transparent;
  border: 1px solid #939598;
  padding: 7px 10px;
  color: #939598;
  background: #222;
  margin: 16px 11px 0 0;
  float: right;
}
.menu-profile img {
  border-radius: 50%;
  max-width: 60px;
  max-height: 60px;
}








@media only screen and (max-width: 1199px) {
  .headerSec .customNavigation li {
    padding: 24px 2px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 991px) {
   .customNavigation {
   	display: none !important;
   }

    .futuredProject .owl-nav .owl-prev {
      left: -10px;
    }
    .futuredProject .owl-nav .owl-next {
      right: -10px;
    }
}
@media only screen and (max-width: 767px) {
	.socialMedia {
		margin-right: 18px;
		margin-left: 0px;
	}
  .headerSec .socialMedia {
    display: none;
  }
  .whoWeAreContent {
    margin-top: 30px;
  }
  .whoWeAreContent ul li {
    width: 30%;
    border: none;
  }
  .footerTop .col-sm-3 {
    order: 3
  } 
  .mobileDisplyBlock {
    display: block !important;
  } 
  .mobileDisplyNone {
    display: none !important;
  } 
  .bottomFooter p {
    font-size: 8px;
  }
  .owl-dots {
    bottom: 5px;
  }
}

@media only screen and (max-width: 520px) {
  .bannerCaption h3 {
    font-size: 15px;
  }
  .bannerCaption img {
    max-width: 70px;
    display: inline-block !important;
  }
  .owl-item .item > img {
    min-height: 230px;
    object-fit: cover;
  }
  .whoWeAreContent ul li {
    width: 100%;
  }
  h1.mainHeading {
    font-size: 15px;
  }
  h1.mainHeading img {
    width: 16px;
  }
  .footerLinks {
    margin-bottom: 15px;
  }
  .footerAddress {
    margin-bottom: 15px;
  }
  .menu-profile span {
    width: 60px;
    height: 60px;
    padding: 12px;
    margin-right: 3px;
  }
  .menu-profile li + li {
    font-size: 16px;
  }
}
