@import url(https://fonts.googleapis.com/css?family=Lato:400,300,300italic,400italic,700,700italic,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500,700,900);
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('reset.css');
@import url('et-line-font.css');
@import url('simple-line-icons.css');
@import url('prettyPhoto.css');


body {
  background:#ffffff !important;
  font-family: 'Lato', sans-serif;
  font-size:14px;
  color:#777777;
  overflow-x:hidden;
  overflow-y:auto;
  line-height:21px;
  font-weight: normal;
}

a {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    text-decoration: none;
    outline: none;
    color: #ed1c24;
}

a:hover, 
a:active,
a:focus {
  font-family: 'Lato', sans-serif;
  text-decoration:none;
  color:#000;
  outline:none;
}

li {
  list-style:none
}

ul {
  list-style:none
}

p {	
  font-family: 'Lato', sans-serif;
  color:#777777;
  line-height:21px;
}
.gray-bg{
  background: #ebebeb;
}
.section-padding{
  padding: 70px 0;
}
.green{
  color: #1b1b1b;
  text-shadow:0 1px 0 #1b1b1b;
}
.blue{
  color: #ED1C24;
}
.white{
  color: #fff;
  text-shadow:0 1px 0 #1B88CA;
}
.red{
  color: red;
}
.black{
  color: #000;
}
.padding-top-50{
  padding-top: 50px;
}
.padding-200{
  padding-top: 200px!important;
}
.padding-250{
  padding-top: 250px!important;
}
.padding-300{
  padding-top: 300px!important;
}
.shape-white{
    background: #1b88ca url("../images/shape-white.png") no-repeat scroll center bottom;
}
.shape-white2{
    background: #ebebeb url("../images/shape-white.png") no-repeat scroll center bottom;
}
.shape-blue{
    background: #ffffff url("../images/shape-blue.png") no-repeat scroll center bottom;
}





/*---------NAV SRART-------------*/
.navbar-brand {
  height:auto;
  padding:0;
}

.nav-cvr {
  background:none;
  box-shadow:none;
  margin:0;
  padding:23px 0;
}

.navbar-collapse {
  padding:0;
}

.navbar-toggle {
  margin-right:0;
}

.main-nav li a {
  display:block;
  font:15px 'Lato', sans-serif;
  color:#777777 !important;
  background:none !important;
  transition:0.2s ease-in-out 0s;
  padding:5px 0;
  margin:10px 40px 0 0;
  text-transform:uppercase;
}

.main-nav li:last-child a {
  margin-right:0;
}

.main-nav li.active a, 
.main-nav li a:hover {
  box-shadow:none !important;
  background:none !important;
  color:#ED1C24 !important;
}

.dropdown-menu {
  padding-top:15px;
}

.dropdown-menu li a {
  padding-bottom:10px !important;	
}

.dropdown-menu li:hover {
  border-bottom-color:#fff;
}
.dropdown-menu {
  display:none !important;
}

.nav-section {
  background:#fff !important;
}

.nav-section.affix-top {
  /*position: static;
  top: -35px;*/
  top:0;
  width:100%;
  z-index:999;
  position:relative;
}

.nav-section.affix {
  top:0; 
  width:100%;
  position:fixed;  
  z-index:9999;
  box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
  -webkit-transition: all .5s ease-in-out;
           transition: all .5s ease-in-out;
}

.nav-section .nav-cvr {
  -webkit-transition: all .5s ease-in-out;
     transition: all .5s ease-in-out;
}

.nav-section.affix .nav-cvr {
  padding:20px 0;
}

.nav-section .navbar-brand img {
  max-height:60px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.nav-section.affix .navbar-brand img {
  max-height:55px;
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}

.skew {
    min-height: 170px;
    position: relative;
}
.skew-top {
    padding-top: 170px;
}
.skew-bottom {
    padding-bottom: 170px;
}
.straight {
    padding: 100px 0;
}
.straight-top {
    padding-top: 170px;
}
.straight-bottom {
    padding-bottom: 170px;
}
.skew_appended, .skew_prepended {
    height: 170px;
    left: 0;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    transform: skewY(-5deg);
    width: 100%;
    z-index: 1;
}
.skew_appended.reverse, .skew_prepended.reverse {
    transform: skewY(5deg);
}
.skew_appended.skew_up, .skew_prepended.skew_up {
    height: 170px;
    left: 0;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: absolute;
    transform: skewY(-5deg);
    width: 100%;
    z-index: 1;
}
.skew_appended {
    bottom: -85px;
}
.skew_prepended {
    top: -85px;
}
.skew-title {
    font-size: 15px;
    left: 0;
    line-height: 100%;
    padding: 19px 22px 15px;
    position: relative;
    top: 0;
    z-index: 1;
}
.skew-title::before {
    background-color: #05c3f9;
    bottom: 0;
    content: "";
    height: 200px;
    left: 0;
    position: absolute;
    transform: skewY(-3deg);
    width: 102%;
    z-index: -1;
}
.whiteSection {
    background-color: #fff;
}

/*-- banner 
 -----------*/
.banner-section{
  position:relative;    
  background:#0073AB;
  overflow: hidden;

}
.banner-section .over-bg{
  padding:0 0;
  background: rgba(0, 0, 0, 0) url("../images/3.png") repeat scroll 0 0;
  background-size: cover;
  background-position: 50% 100% !important;
  padding: 50px 0;
}
.banner-section .dest-detail{
  padding-top: 50px;
}
.banner-section .section-padding {
  padding: 95px 0 0 0 ;
}
.banner-section .services-list{
  margin-bottom: 20px;
}

 .banner-section .services-list h5{
  font-size: 17px;
  color: #fff;
  line-height: 17px;
  padding: 10px 0;
  font-weight: 500;
}
.banner-section .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.banner-section .carousel-inner .active {
  opacity: 1;
}
.banner-section .carousel-inner .active.left, 
.banner-section .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.banner-section .carousel-inner .next.left, 
.banner-section .carousel-inner .prev.right {
  opacity: 1;
}
.banner-section .carousel-control {
  z-index: 2;
}
@media not all, not all {
  .banner-section .carousel-inner > .item.next, 
  .banner-section .carousel-inner > .item.active.right {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
  }
  .banner-section .carousel-inner > .item.prev, 
  .banner-section .carousel-inner > .item.active.left {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
  }
  .banner-section .carousel-inner > .item.next.left, 
  .banner-section .carousel-inner > .item.prev.right, 
  .banner-section .carousel-inner > .item.active {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
.banner-section .item {
  background-size: cover;
  height: 500px;
}
.banner-section .item span img{
  margin-top: 50px;
}
.banner-section .item .carousel-caption {
  left: 10%;
  right: 10%;
  text-shadow: none;
  top: 22%;
}
.banner-section .item .carousel-caption h2 {
  animation-duration: 0.8s;
  animation-name: fadeInDown;
  font-family: "Ubuntu",sans-serif;
  font-size: 60px;
  font-weight: 700;
  margin: 20px 0;
  text-transform: uppercase;
}
.banner-section .item .carousel-caption h3 {
  animation-duration: 0.8s;
  animation-name: fadeInUp;
  font-family: "Roboto",sans-serif;
  font-size: 20px;
  font-weight: 100;
}
.banner-section .item .carousel-caption .btn {
  animation-duration: 0.8s;
  animation-name: fadeInUp;
  margin: 30px 15px;
}
.banner-section .active {
  opacity: 1;
}
.banner-section .active.left, 
.banner-section .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.banner-section .carousel-control {
  background-image: none;
  box-shadow: none;
  height: 55px;
  margin-top: -35px;
  padding: 10px 5px;
  text-shadow: none;
  top: 50%;
  width: 35px;
  z-index: 10;
}
.banner-section .carousel-control i {
  border: 2px solid #fff;
  border-radius: 100%;
  height: 50px;
  padding: 15px;
  width: 50px;
}
.banner-section .carousel-control i:hover {
  background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
}
.banner-section .left.carousel-control {
  left: 2%;
}
.banner-section .right.carousel-control {
  right: 4%;
}
.banner-section .carousel-indicators {
  bottom: 45px;
}
.banner-section .carousel-indicators li {
  border-radius: 4px;
  height: 8px;
  margin: 0 5px;
  opacity: 0.5;
  width: 40px;
}
.banner-section .carousel-indicators li:hover, 
.banner-section .carousel-indicators li.active {
  opacity: 1;
}
.banner-section:hover .carousel-control {
  display: block;
}
.banner-section i {
  margin-right: 10px;
}

.revolutionary{
  letter-spacing:16.5px;
  text-transform:uppercase;
}
.banner-section .titles h1{
  font-family:"Raleway", "Helvetica Neue", sans-serif;
  color:#fff;
  font-size:40px;
  margin:3px 0px;
  text-transform: uppercase;
  font-weight: 600;
}
.banner-section .grow{
  font-family:"Raleway", "Helvetica Neue", sans-serif;
  text-transform:uppercase;
  font-size:25px;
  font-weight:400;
  color:#fff;
}
.banner-section p{
  font-size:18px;
  padding: 20px 0px 10px;
  color:#fff;
  font-weight: 400;
  line-height: 30px;
}
.banner-section .btn{
  font-size: 18px;
  font-weight: 500;
  padding: 7px 28px;
  text-transform: uppercase;
  height: 55px;
}

/* ends  slider */

/* About  sec */
.about {
    background: #ED1C24 none repeat scroll 0 0 / cover ;
    color: #2f363e;
    padding: 70px 0;
}
.cloud-bg {
    background: #ED1C24 url("../images/clouds-white.png") repeat-x scroll center bottom;
    padding-bottom: 150px;
}
.about .content h2 {
    color: #fff;
    font-family:'Lato' sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}
.about span {
    color: #fff;
    font-family:'Lato' sans-serif;
    font-weight: normal;
}
.about .post-img {
  width: 100px;
  height: 100px;
  margin:0 auto 30px auto;
  background: #fff;
  border-radius: 5px;
}
.about p{
  font-size: 15px;
}
.about .content .des {
    line-height: 30px;
    padding: 10px 0;
    color: #fff;
}
.about .btn-theme {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    float: right;
    height: 50px;
    margin-top: 50px;
    min-width: 180px;
    padding: 5px 15px;
    text-align: center;
    vertical-align: middle;
}

/* ABout  END */
/*############ 5. Hero Styles ############*/

.hero-text-container{
  color: #ffffff;
}
.hero-text-container h1{
  font-size: 60px;
}
.hero-text-container h2{
  color: #908f90;
}

.hero-block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 15px;
  z-index: 10;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.hero-text-container h2 {
  font-size: 60px;
  font-weight: 600;
  line-height: 60px;
  color: #ffffff;
  text-transform: uppercase;
}
.hero-text-container p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 36px;
  font-style: italic;
  letter-spacing: 0.7px;
}

.hero-background-video {
  width: 100%;
  height: 500px;
}
.video-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:100%;
}
.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0,0,0,0.8);
  -webkit-backface-visibility: hidden;
}
@media (max-width: 767px) {

  .cd-hero-slider .btn {
      font-size: 13px;
  }
  .cd-hero-slider .btn:hover::before {
      top: 9px;
  }

  .cd-slider-nav a {
      font-size: 0;
      padding-top: 0;
  }
  .cd-slider-nav li .slide-number {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
      border-radius: 0;
      color: #000;
      font-size: 15px;
      height: 54px;
      line-height: 55px;
      margin: 0;
      width: 59px;
  }
  .cd-slider-nav li a:hover .slide-number, .cd-slider-nav li.selected .slide-number {
      color: #fff;
  }
  .cd-slider-nav a::before, .cd-slider-nav li:last-child a::after {
      height: 55px;
  }
  .hero-background-video{
    height:340px;
  }

}


.history-section {
  padding:0;
}

.history-section h3 {
    color: #ED1C24;
    font: bold 40px "Lato",sans-serif;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}
.history-section h3 .green {
    color: #f0f0f0;
    font: bold 40px "Lato",sans-serif;
    margin-bottom: 40px;
    text-align: center;
    text-transform: uppercase;
}

.center {
  float: left;
  margin: 3px;
  width: 167px;
}

.our-services-fluid{
  position: relative;
  padding: 100px 0;
}

.our-services-fluid h1 {
  font:40px 'Lato', sans-serif;
  font-weight:bold;
  margin-bottom:15px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

.our-services-fluid p {
  max-width:960px;
  margin:0 auto;
  color:#777777;
  height:44px;
  overflow:hidden;
  text-align: center;
  margin-bottom: 20px;
}

.services-section{
  margin-top: 50px;
}
.icons {
  width: 100px;
  background: #ED1C24;
  margin: 0 auto;
  border-radius: 5px;
  padding: 15px;
}

.services-block {
  background-color:#fff;
  text-align:center;
  padding:30px 20px;
  overflow:hidden;
}

.services-block h3 {
  font-size:20px;
  color:#77A731;
  margin-bottom:10px;
  line-height:26px;
  font-family: 'Lato', sans-serif;
  text-transform: uppercase;
}

.services-block p {
  color:#878787;
  margin-bottom:5px;
  padding:0 10px;
  line-height:24px;
  max-height:73px;
  overflow:hidden;
}
.services-block .btn{
  padding: 5px 10px;
  line-height: 25px;
  height: 35px;
  font-size: 13px;
  margin-top: 30px;
}
.activities-link{
  width: 300px;
  margin:0 auto;
}
.activities-link img{
  max-width: 100%;
}
.past-exp-fluid {
  background:#1B88CA;
  overflow: hidden;
  position: relative;
}
.shape-white {
    background: #242525 url("../images/shape-white.png") no-repeat scroll center bottom;
    padding: 50px 0;
}
.past-exp-fluid .over-bg{
  padding: 50px 0;

}

.past-exp-section  h3 {
  text-align:center;
  font:40px 'Lato', sans-serif;
  font-weight:bold;
  margin-bottom:40px;
}
.exp-area{
  padding: 0;
}
.past-exp-block .row {
  margin:0 -1px;
}

.past-exp-block .row > div {
  padding:0 1px;
}
.owl-theme .owl-controls {
    margin-top: 40px;
    text-align: center;
}
.preview-item {
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.preview-item_header {
    background-color: #e7e7e7;
    display: table;
    height: 300px;
    position: relative;
    width: 100%;
}
.preview-item_header img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: all 0.2s linear 0s;
    filter: grayscale(100%);
}
.preview-item:hover .preview-item_header img {
    opacity: 1;
    transition-delay: 0.2s;
    transform: scale(1.1);
}

.preview-item_body {
    padding: 32px 26px 26px;
    position: relative;
}
.preview-item_body .colorIcon {
    position: absolute;
    right: 22px;
    top: -48px;
}
.preview-item_body {
    background: #ED1C24 none repeat scroll 0 0;
    min-height: 105px;
    padding: 32px 26px 26px;
    position: relative;
}
.preview-item_title {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    text-align: center;
}
ul.rating {
    margin: 0;
    padding: 0;
}
ul.rating li.active {
    color: #ff9c1c;
}
ul.rating li {
    color: #e0e0e0;
    display: block;
    float: left;
    font-size: 14px;
}
.preview-item_pricebox {
    padding: 13px 0 0;
}
.preview-item_price {
    font-size: 17px;
    margin-right: 7px;
}
.clear {
    clear: both;
}
.modal-dialog{
  margin: 150px auto;
}
.modal-header{
  background: #1B88CA;
}
.modal-title{
  color: #fff;
}
.modal-body li{
  list-style: inside;
  padding: 15px;
}
.level-one,
.level-two,
.level-three {
  background-color:#2C2C28;
}

.level-three {
  border-bottom:solid 2px #fff;
}

.level-one a,
.level-two a,
.level-three a {
  display:block;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.level-one a:hover,
.level-two a:hover,
.level-three a:hover {
  opacity:0.7;
}

.level-one a img,
.level-two a img,
.level-three a img {
  width:100%;
}

.innovation-section {
  text-align:center;
  padding:100px 0 ;
}

.innovation-section > h4 {
  text-align:center;
  font:40px 'Lato', sans-serif;
  font-weight:bold;
  margin-bottom:40px;
}

.innvt-block {
  text-align:center;
}

.innvt-block > .row > div {
  margin-bottom:30px;
  display:inline-block;
  float:none;
  margin-left:-5px;
}

.innvt-div {
    border: 1px solid #d3d3d3;
    height: 150px;
    line-height: 162px;
    background: #fff;
    overflow: hidden;
    margin-left: 2px;
}

.innvt-div a {
  display:block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding:0 20px;
}

.innvt-div a:hover {
  background-color:#fff;
}

.innvt-div img {
  display:inline-block;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	filter: grayscale(0%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.innvt-div:hover img {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
	filter: grayscale(80%);
}
.innvt-div  img{
  max-width: 100%!important;
}

.btn {
    background-color: #ED1C24;
    border: medium none;
    border-radius: 0;
    color: #fff !important;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    min-width: 100px;
    padding: 0 15px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
}
.btn:hover {
    background-color: #c8181e;
}
/*------------------*/
/*footer styles */
/*------------------------------------------------------*/  
footer {
  width: 100%;
  float: left;
  margin:0;
  color:#727272;
}
.footer-bg {
  background:#1d1d1d url(../images/shape-white-top.png) no-repeat center top;
  padding: 70px 0;
}
.font-white{
  color: #fff!important;
}
.m-top5{
  margin-top: 50px;
}
.font-thin {
    font-weight: 300 !important;
}
.m-bottom3 {
    margin-bottom: 30px;
}
.uppercase {
    text-transform: uppercase;
}
.font-thin {
    font-weight: 300 !important;
}
.title-line {
    background-color: #ED1C24;
    height: 3px;
    margin: 10px auto 25px 0;
    padding: 0;
    width: 36px;
}
ul.address-info {
    margin: 0;
    padding: 0;
}
ul.address-info.map {
    background: rgba(0, 0, 0, 0) url("../images/map.png") no-repeat scroll center bottom;
    padding-bottom: 20px;
}
ul.address-info li {
    margin-bottom: 15px;
}
ul.address-info i {
    font-size: 20px;
    margin-right: 10px;
}
ul.address-info.one li {
    margin-bottom: 40px;
}
.scrollup {
    background: #49a32b url("../images/scroll-top-arrow.png") no-repeat scroll 15px 14px;
    bottom: 22px;
    display: none;
    height: 40px;
    opacity: 1;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 40px;
    z-index: 999;
}
ul.listitems {
    padding-left: 0;
}
ul.listitems li {
    margin-bottom: 10px;
}
ul.listitems li a {
  color: #fff;
  font-family: "Lato",sans-serif;
  font-size: 16px;
  outline: medium none;
  text-decoration: none;
}
ul.listitems li a:hover {
    color: #a4a4a4;
}
ul.listitems.half {
    overflow: hidden;
}
ul.listitems.half li {
    float: left;
    width: 50%;
}
footer  .widgets {
    margin-bottom: 40px;
}
footer  .widgets ul.flickr-list {
    margin: 0;
    padding: 0;
    width: 100%;
}
footer .widgets ul.flickr-list li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
}
footer  .widgets ul.flickr-list li a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out 0s;
}
footer  .widgets ul.flickr-list li a img {
    border: 2px solid #555555;
    max-width: 80px;
}
footer  .widgets ul.flickr-list li a:hover {
    opacity: 0.7;
}
.bullet.carousel-indicators {
    left: 0;
    margin: 0;
    right: 0;
    text-align: right;
    top: -50px;
    width: 100%;
    height: 25px;
}
.copyrights {
    background: #222222 none repeat scroll 0 0;
    float: left;
    margin: 0;
    padding: 30px 0 20px;
    width: 100%;
}
.copyrights ul.social-icons {
    float: right;
    margin: 0;
    padding: 0;
}
.copyrights ul.social-icons li {
    float: left;
    margin: 0 8px 0 0;
    padding: 0;
}
.copyrights ul.social-icons li i {
    color: #fff;
}
.copyrights ul.social-icons li a {
    background-color: #3d434b;
    border-radius: 100%;
    color: #fff;
    float: left;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 36px;
}
.copyrights ul.social-icons li a:hover {
    background-color: #ED1C24;
}
.copyrights ul.social-icons li a:hover i {
    color: #fff;
}

.inner-banner-fluid {
  padding: 50px 0;
  background-size:cover !important;
}

.breadcrumb-section {
  float:left;
  width: 100%;
}

.breadcrumb-section .breadcrumb {
  border-radius:0;
  padding:0;
  background:none;
}

.breadcrumb-section h1 {
  font-size:36px;
  color:#fff;
  text-transform: uppercase;
}

.breadcrumb-section h1 strong {
  font-family:'Lato', sans-serif;
  font-weight:normal;
}
.breadcrumb-section h1 small{
  font-size:18px;
  color:#fff;
   text-transform: lowercase;
}
.breadcrumb-section .breadcrumb {
    background-color: transparent;
    display: inline-block;
    text-transform: uppercase;
}

.breadcrumb-section .breadcrumb li, 
.breadcrumb-section .breadcrumb li a {
    color: #1b1b1b;
    font-size: 16px;
    transition: all 0.2s ease-in-out 0s;
} 

.breadcrumb-section .breadcrumb > li + li::before {
    color: #1b1b1b;
    content: "|";
    font-size: 16px;
    padding: 0 7px 0 5px;
}

.breadcrumb-section .breadcrumb > .active a, .breadcrumb > .active {
    color: #fff !important;
}

.breadcrumb-section .breadcrumb li a:hover {
    color:#fff !important;
}

.inner-content-fluid {
  padding:50px 0 20px;
}

/*====== PAGE ABOUT US =========*/

.about-section h2,
.team-section h2 {
  font:30px 'Lato', sans-serif;
  font-weight:bold;
  position: relative;
}

.about-detail{
  margin-bottom: 50px;
  overflow: hidden;
}
.about-detail p{
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #4d4d4d;
}
/*============= team ===============*/

/*team */
.team-col {
  float: left;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.team-col.imgbox {
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.team-thumb .imgbox img {
  -webkit-transform: scale(1);
  transform: scale(1);
 -webkit-transition: .3s ease-in-out;
 transition: .3s ease-in-out;
}
.team-thumb:hover .imgbox img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.team-col .team-overlay {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 345px;
  transition: top 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 100;
  text-align:center;
}
.team-thumb:hover .team-col .team-overlay, .team-thumb.active .team-col .team-overlay {
  position: absolute;
  top: 216px;
  background:#49a32b;
  padding:13px 0;
}
.team-thumb .team-col .team-overlay a {
  color:#fff;
  padding:0 10px;
}
.team-thumb .team-col .team-overlay a:hover {
  color:#000;
}
.team-thumb .team-dis {
  border-bottom:solid 1px #e6e6e6;
  padding:20px;
  width:100%;
  float:left;
  transition: top 0.3s ease-in-out 0s;
}
.team-thumb:hover .team-dis, .team-thumb.active .team-dis {
  border-bottom:solid 1px #dcdcdc;
  background:#f6f6f6;
}
.team-col.one .team-overlay {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 370px;
  transition: top 0.3s ease-in-out 0s;
  width: 100%;
  z-index: 100;
  text-align:center;
}
.team-thumb.one:hover .team-col .team-overlay, .team-thumb.one.active .team-col .team-overlay {
  top: 313px;
}


/*==== PAGE SERVICES =========*/

/*---------------------------------------------------
  Icons
------------------------------------------------------*/
.iconbox {
  height:80px;
  width:80px;
  line-height:92px;
  z-index: 5;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  margin:auto;
  color:#49a32b;
  font-weight:normal;
}
.iconbox-left {
  height:80px;
  width:80px;
  line-height:92px;
  z-index: 5;
  vertical-align: middle;
  text-align: left;
  transition: all 0.3s ease-out 0s;
  font-weight:normal;
  float:left;
}
.fea-col:hover .iconbox, .iconbox:hover, .iconbox.active {
  border-radius:100%;
  background:#49a32b;
  color:#fff;
}
.iconbox.circle {
  border-radius:100%;
}
.icon-boxed {
  height:58px;
  width:58px;
  line-height:68px;
  z-index: 5;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  margin:auto;
  color:#fff;
  font-weight:normal;
  background:#1B88CA;
  border-radius:8%;
  float:left;
}
.fea-sce-col:hover .icon-boxed, .fea-sce-col.active .icon-boxed {
  color:#fff;
  background:#49a32b;
}
.fea-col-box {
  background:#e5e5e5;
  padding:20px 20px 15px 20px;
  transition: all 0.3s ease-out 0s;
}
.fea-col-box:hover, .fea-col-box.active {
  background:#49a32b;
  color:#FFF;
}
.fea-col-box:hover h2 {
  color:#FFF;
}
.icon-boxed.wide100 {
  width:100px;
  height:100px;
  line-height:110px;
  vertical-align: middle;
  text-align: center;
  border-radius:0;
  transition: all 0.3s ease-out 0s;
}
.fea-sce-col:hover .icon-boxed.wide100 {
  background:#151515;
}
.icon-boxed.wide100.gray-color-box {
  background:#e5e5e5;
  color:#949494;
}
.fea-sce-col:hover .icon-boxed.wide100.gray-color-box {
  background:#000;
  color:#fff;
}
.icon-boxed.wide100.box-blue {
  background:#1B88CA;
}
.icon-boxed.wide100.box-orange {
  background:#f2675d;
}
.icon-boxed.wide100.box-sea {
  background:#13baa8;
}
.icon-boxed.wide100.box-green {
  background:#ED1C24;
}
.icon-boxed.wide100.box-yellow {
  background:#ebc631;
}
.icon-boxed.wide100.box-l-green {
  background:#9bc666;
}
.icon-boxed.wide90 {
  width:90px;
  height:90px;
  line-height:105px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  background:#eaeaea;
  color:#49a32b;
  border-radius:0;
}
.icon-boxed.wide80 {
  width:80px;
  height:80px;
  line-height:95px;
  vertical-align: middle;
  text-align: center;
  transition: all 0.3s ease-out 0s;
  background:#ffffff;
  color:#949494;
}
.fea-col-box:hover .wide80 {
  color:#49a32b;
}
.box-round {
  border-radius:100% !important;
}
.col-fea-box {
  margin:0;
  padding:60px 30px 40px 30px;
  background: rgba(73, 163, 43, .8);
  overflow:hidden;
}
.col-fea-box::before {
 border: 1px solid rgba(255, 255, 255, 1);
 bottom: 5px;
 content: "";
 display: block;
 left: 5px;
 position: absolute;
 right: 5px;
 top: 5px;
}
.col-fea-box-white {
  margin:0;
  padding:60px 30px 38px 30px;
  background: rgba(255, 255, 255, .95);
  overflow:hidden;
}
.col-fea-box-white::before {
 border: 1px solid rgba(73, 163, 43, 1);
 bottom: 5px;
 content: "";
 display: block;
 left: 5px;
 position: absolute;
 right: 5px;
 top: 5px;
}
.col-fea-box-image {
  margin:0;
  padding:80px 30px 102px 30px;
  background:url(../images/site-img89.jpg) no-repeat center bottom;
  background-size:cover;
  overflow:hidden;
}
.col-fea-box-image::before {
 border: 1px solid rgba(255, 255, 255, 1);
 bottom: 5px;
 content: "";
 display: block;
 left: 5px;
 position: absolute;
 right: 5px;
 top: 5px;
}


/*image hovers */
.col-img-hover {
  position: relative;
  width: 100%;
  padding: 10px;
  margin: 0px;
  float: left;
  border: 1px solid #e1e1e1;
}
.img-hover-st-1 {
  position: relative;
  width: 100%;
  height: 233px;
  padding: 0px;
  margin: 0px;
  float: left;
  overflow: hidden;
}
.img-hover-st-1 .text {
  position: absolute;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  height: 233px;
  left: 0px;
  top: 0px;
  z-index: 10;
  background-color: #1cbac8;
 transition: left .3s ease-in-out;
}
.img-hover-st-1 .text.red {
  background-color: #e71a1a;
}
.img-hover-st-11 .text.green {
  background-color: #3fc35f;
}
.img-hover-st-1 .text.violet {
  background-color: #8a5ed9;
}
.img-hover-st-1 .imgbox {
  position: absolute;
  padding: 0px;
  margin: 0px;
  float: left;
  width: 100%;
  height: 235px;
  left: 0px;
  top: 0px;
  z-index: 100;
 transition: top .3s ease-in-out;
}
.imgbox img {
  width:100%;
}
.img-hover-st-1 .text .title {
  color: #fff;
  margin: 15px 0 0 19px;
}
.img-hover-st-1 .text p {
  color: #fff;
  font-weight: normal;
  margin: 5px 15px 0 19px;
}
.img-hover-st-1 .text a {
  color: #FFF;
  margin: 15px 15px 0 19px;
}
.img-hover-st-1 .text a:hover {
  color: #161616;
}
.img-hover-st-1:hover .imgbox {
  position: absolute;
  top: 250px;
 transition: top .3s ease-in-out;
}

.ul-blocks ul li {
  position:relative;
  padding:0 0 0 18px;
  margin:12px 0;
}

.ul-blocks ul li:before,
.ul-blocks ul li:after {
  content: ''; 
  position: absolute; 
  left: 0px; 
  width: 0; 
  height: 0;
  border: 3px solid transparent;
}

.ul-blocks ul li:before { 
  top: 5px; 
  border-bottom-color: #777777;
}  

.ul-blocks ul li:after { 
  top: 11px; 
  border-top-color: #777777; 
}

.ul-blocks ul li {
  font-size:14px;
}

.ul-blocks ul li a {
  display:inline-block;
  font-size:14px;
}

.ul-blocks ul li a:hover,
.ul-blocks ul li.active a,
.ul-blocks ul li.active a:hover,
.ul-blocks ul li.active {
  color:#1985CA;
}

.ul-blocks ul.ul-listing li:hover:before,
.ul-blocks ul.ul-listing li.active:before,
.ul-blocks ul.ul-listing li.active:hover:before,
.ul-blocks ul li.active:before {
  border-bottom-color: #1985CA;
}

.ul-blocks ul.ul-listing li:hover:after,
.ul-blocks ul.ul-listing li.active:after,
.ul-blocks ul.ul-listing li.active:hover:after,
.ul-blocks ul li.active:after {
  border-top-color: #1985CA;
}

.inner-content-wrapper > .row > div {
  margin-bottom:30px;
  overflow: hidden;
}

.inner-part {
  position:relative;
}

.inner-left-fixed-part {
  position:absolute;
  top:0;
}

.sidebar-block {
  padding-bottom:30px;
}

.side-menu-block {
    background: #eee none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 0 5px 5px;
}
.side-menu-block h2{
  color: #fff
}
.side-menu-block ul {
  padding:15px;
}

.sidebar-block > div {
  margin-bottom:20px;
}

.sidebar-block > div:last-child {
  margin-bottom:0;
}

.side-menu-block h2 {
    background: #1b88ca none repeat scroll 0 0;
    border-image: none;
    font: 20px "Lato",sans-serif;
    margin-bottom: 0;
    padding: 7px 15px;
    border-radius: 5px 5px 0 0;
}

.side-menu-block h2 strong {
  font-family: 'Lato', sans-serif;
}

.inner-banner {
  margin-bottom:20px;
}
.inner-right-part{
  background: #fff;
}
.main-head-block {
  margin-bottom:10px;
}

.main-head-block > h3 {
  color: #1b88ca;
  font-size: 22px;
  text-transform: capitalize;
}

.develops-details-blocks {
  padding:30px 0;
  border-bottom:solid 1px #dddddd;
}

.develops-details-blocks:last-child {
  border-bottom:none;
}

.develops-left-block {
  padding:20px 0 0;
}

.develops-left-block img {
  float:left;
}

.develops-right-block h3 {
  font-size:22px;
  color:#393939;
  margin-bottom:15px;
}

.inner-ads {
  border:solid 1px #EEEEEE;
}

.powered-section{
  padding:5px 0 0;
}

.powered-section > h4 {
  font-size:22px;
  color:#393939;
  margin-bottom:20px;
}

.powered-div {
  text-align:center;
  margin-bottom:20px;
}

.powered-div > a {
  display:block;
  border:solid 1px #CCCCCC;
  text-align:center;
  padding:0 15px;
  height:108px;
  margin-bottom:7px;
  line-height:108px;
}

.powered-div > a img {
  display:inline-block;
    -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
		  filter: grayscale(100%);
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}

.powered-div > a:hover img {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
		  filter: grayscale(0%);
}

.powered-div p a:hover {
  color:#373737;
}

.how-works-section {
  padding:30px 0 0;
}

.how-works-list {
  position:relative;
  padding:0 0 45px;
}

.works-icon {
  display:inline-block;
  float:left;
  width:150px;
  height:150px;
}

.works-icon:before {
  background-color: #1B88CA;
  content: "";
  height: 100%;
  left: 74px;
  position: absolute;
  top: 0;
  width: 2px;
  z-index: 99;
}

.how-works-list:last-child .works-icon:before {
  height:150px;
}

/*
Team
=========================== */
.team-wrapp{
  position:relative;
  display:block;
  width:100%;
  height:auto;
  margin:0 auto;
  margin-bottom:30px;
}

.team-wrapp h1, .team-wrapp h2, .team-wrapp h3, .team-wrapp h4, .team-wrapp h5, .team-wrapp h6{
  margin-bottom:5px;
}

.team-frame{
  border:1px solid #d4d4d4;
  background:#fff;
  height:auto;
  padding:5px;
  border-radius:2px;
  -webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
}

.team-wrapp .team-avatar{
  width:100%;
  height:100%;
  overflow:hidden;
  position:relative;
  border-radius:50%;
}

.team-wrapp .team-avatar.avatar-frame{
  border-radius:0;
}

.team-wrapp .team-avatar.avatar-frame img{
  width:100%;
  height:100%;
  border:1px solid #d4d4d4;
  background:#fff;
  padding:5px;
  border-radius:0;
}

.team-position{
  width:100%;
  display:block;
  font-style:italic;
  margin-bottom:5px;
}

.show-caption{
  position:relative;
  z-index:4;
  width:42px;
  height:42px;
  border-radius:50%;
  color:#fff;
  text-align:center;
  font-size:18px;
  line-height:12px;
  border:none;
  top:-25px;
  margin:0 0 -30px 0;
}

.show-caption .fa{
  margin-right:-2px;
}

.show-caption:hover,
.show-caption:focus,
.show-caption:active{
  color:#fff;
}

.open-caption{
  z-index:5;
}

.team-caption{
  position:absolute;
  width:100%;
  height:100%;
  padding-top:50%;
  text-align:center;
  display:block;
  z-index:2;
}

.team-caption .fa{
  display:inline-block;
  width:32px;
  height:32px;
  color:#fff;
  border-radius:50%;
  font-size:16px;
  line-height:32px;
  margin-top:-32px;
}

.team-caption .fa.fa-facebook{
  background:#4c7aa4;
}

.team-caption .fa.fa-twitter{
  background:#38d4f0;
}

.team-caption .fa.fa-dribbble{
  background:#ea80bd;
}

.team-info{
  width:100%;
  position:relative;
  display:block;
  padding:0 0 20px 0;
}

.team-frame .team-info{
  padding:15px 0 5px 0;
}

.team-info h5{
  font-size:16px;
  line-height:16px;
}

.team-network{
  display:block;
  width:100%;
  color:#fff;
}

.team-network a,
.team-network a:hover,
.team-network a:focus,
.team-network a:active{
  display:inline-block;
  color:#fff;
  padding:0 5px;
}

.team-network a:hover{
  opacity:0.8;
}

.works-icon span {
  display:block;
  width:150px;
  height:150px;
  padding:20px;
  text-align:center;
  border-radius:100%;
  background-color:#1B88CA;
  position:relative;
  z-index:999;
  line-height:110px;
}

.works-icon span img {
  display:inline-block;
}

.works-desc {
  padding:0 0 0 194px;
}

.works-desc h4 {
    color: #ED1C24;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}
.works-desc h4::after {
    background-color: #1b88ca;
    content: "";
    display: block;
    height: 4px;
    width: 30px;
}
.works-desc h5 {
    color: #444444;
    font: 18px "Lato",sans-serif;
    margin-bottom: 10px;
}

.works-section {
  max-width:970px;
  margin:0 auto;
}

.works-blocks {
  border-bottom:solid 1px #EEEEEE;
  padding:0 0 5px;
}

.works-section .filter {
  width:20%;
  text-align:center;
  cursor:pointer;
}

.works-section .filter span {
  display:block;
  height:100px;
}

.ft-web span {
  background:url(../images/filter-web-app.png) no-repeat center top;
}

.ft-web.active span,
.ft-web:hover span {
  background:url(../images/active-filter-web-app.png) no-repeat center top;
}

.ft-mb span {
  background:url(../images/filter-mobile-app.png) no-repeat center top;
}

.ft-mb.active span,
.ft-mb:hover span {
  background:url(../images/active-filter-mobile-app.png) no-repeat center top;
}

.ft-grp span {
  background:url(../images/filter-graphics.png) no-repeat center top;
}

.ft-grp.active span,
.ft-grp:hover span {
  background:url(../images/active-filter-graphics.png) no-repeat center top;
}

.ft-ecom span {
  background:url(../images/filter-e-commerce.png) no-repeat center top;
}

.ft-ecom.active span,
.ft-ecom:hover span {
  background:url(../images/active-filter-e-commerce.png) no-repeat center top;
}

.ft-infgrp span {
  background:url(../images/filter-infographics.png) no-repeat center top;
}

.ft-infgrp.active span,
.ft-infgrp:hover span {
  background:url(../images/active-filter-infographics.png) no-repeat center top;
}

.works-section .filter p {
  font-size:14px;
  margin:0;
}

.works-section .filter.active p,
.works-section .filter:hover p {
  color:#1B88CA;
}

#filter-list {
  margin-bottom:45px;
}

#portfolio .item {
  display: none;
  text-align:center;
  margin-bottom:25px;
}

#portfolio .item:first-child {
  width:100%;
}

#portfolio .item a {
  display:block;
  max-width: 100%;
  position:relative;
  overflow:hidden;
}

#portfolio .item a > img {
  max-width: 100%;
  display:inline-block;
  transition: all 0.2s linear;
}

#portfolio .item:hover a > img {
  transform: scale(1.1);
}
 
.overlay-items {
  opacity:0;
  background: rgba(27, 136, 202, 0.7);
  transition: all 0.4s ease-in-out; 
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index:999;
  display:none;
  opacity:0;
}

.overlay-items img {
  opacity:0;
  display:inline-block;
  position:absolute;
  top:50%;
  left:50%;
  z-index:999;
  margin:-36px 0 0 -36px;
  transition: all 0.2s linear;
}

#portfolio .item:hover .overlay-items {
  display:block;
  opacity:9;
  transition-delay: 0.2s
}

.overlay-items:hover img {
  opacity:1;
  transition-delay: 0.1s
}

 
/*   --------------------   start of service page by swift ------------------------ */
.service-upper-content {
  margin-bottom:60px;
  text-align:center;
}

.service-upper-content p {
  text-align:center;
  max-width:729px;
  margin:0 auto;
  display:table;
}

.service-content-group {
  height:220px;
  border:1px dashed #DDDDDD;
  padding:32px 30px 13px 62px; 
  display:block;
  margin-bottom:30px;
  -webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
		  filter: grayscale(100%);
  -webkit-transition: all .3s ease-in-out;
		  transition: all .3s ease-in-out;
}

.service-content-group:hover {
  -webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
		  filter: grayscale(0%);
}

.service-right-group h3{
	font-family:'Lato', sans-serif;
	color:#1B88CA;
}

.service-right-group p {
	color:#5B5B5B;
	height: 77px;
	overflow: hidden;
	font-size: 18px;

}
/*   --------------------   end of service page by swift ------------------------ */

/*   --------------------   start of activity page by swift ------------------------ */
.activity-block-wrapper {
	border-bottom:1px solid #EEEEEE;
	padding-top: 14px;
	padding-bottom:30px;
	margin-bottom:10px;
}

.activity-block-wrapper h5 {
	font-size:28px;
	padding-bottom:15px;
}

.activities-image-wrapper {
	padding-top:20px;
}
.activities-image-wrapper > .row > a {
	max-height:195px;
	
}
.activities-image-wrapper > .row > div:last-child a {
	border:1px solid #EEEEEE;
	display:block;

}

.pagination-acitivity ul.pagination{
	
	float:right;
}

/*   --------------------   end of activity page by swift ------------------------ */

/*  --------------------   start of activity-detail page by swift ------------------------ */

.activity-block-wrapper.detail-wrapper {
	border-bottom:0px;
}

.activity-block.dtl {
	margin-bottom:25px;
}

.activity-block a {
  -webkit-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
}

.activity-block a:hover {
  opacity:0.8;
}

/* --------------------   end of activity-detail page by swift ------------------------ */

/* --------------------   start of contact page by swift ------------------------ */
.contact-us .inner-content-fluid {
  padding: 0 0 50px 0;
}
.contact-wrapper h2{
	text-align:center;
}

.contact-group label {
  color:#888888;
  font-size:14px;
  font-weight:normal;
  margin-bottom:7px;
}
.contact-group .required{
  font-size:12px;
  color:#ff0000;
}
.contact-group input.form-control,
 .contact-group select.form-control{
  background:none;
  border-radius:0;
  height:39px;
  border:solid 1px #D9D9D9;
  color:#666666;
  box-shadow:none !important;
}

.contact-group textarea.form-control {
  background:none;
  border-radius:0;
  border:solid 1px #D9D9D9;
  color:#666666;
  box-shadow:none !important;
} 

.contact-group input.form-control:focus,
.contact-group textarea.form-control:focus {
  border-color:#C5C5C5;  
}
.message-box {
    width: 50%;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 30%;
    z-index: 99999;
}
.message-box .alert{
  margin-bottom: 0;
}
.form-control.logic {
	 width:100px;
	 height:39px;
	 text-align:center;
	 font-size:18px;
	 display:inline-block;
	 float:left;
	 margin-right:7px;
	
}

.contact-group span {
	display:inline-block;
	color:#333333;
	font-size:26px;
	padding:3px 0 0;
}

.contact-group span i,
.contact-group span b {
  font-style:normal;
  float:left;
  font-weight:normal;
  padding:3px 0 0;
}

.contact-group span i {
  font-size:35px;
  padding:5px 6px 0;
}

.contact-group .lbl{
	display:block;
}

.btn-submit.snd {
	font-size:16px;
	padding:5px 15px;
	height:43px;
	border-radius: 4px;
}

.ad-wrapper {
	padding-top:28px;
}

.ad-block {
	display:block;
	padding:21px 16px;
	border:1px dashed #E0E0E0;
	min-height:100px;
	margin-bottom:13px;
}

.img-block {
	width:70px;
	float:left;
	display:inline-block;
}

.text-blog {
	padding-left:75px;
	
}

.text-blog span {
	font-size:15px;
	color:#444444;
	display:block;
	padding-bottom:6px;
	line-height: 1.3;
}

.text-blog a {
	color:#1B88CA;
	font-size:14px;
}

.contact-wrapper .upper-contact-block {
	margin-bottom:50px;
}

.tab-block {
	border-bottom:0px;
	margin:0px;
}

.tab-block .col{
	padding:0px;
}

.tab-block li.active a {
	border:0px !important;
}

.tab-block li {
	border:1px solid #D9D9D9;
	border-left:0px;
	padding: 20px 10px 0px !important;
	text-align: center;
	min-height: 138px;
	position: relative;
	margin-bottom:0px;
	
}

.tab-block li:hover,
.tab-block li.active {
  border-top-color:#ED1C24;
}

.tab-block li:first-child {
	border-left:1px solid #D9D9D9;
}

.tab-block li a p {
	color:#666666;
	margin-bottom:2px;
}

.tab-block li a {
	border:0px;
	outline:none !important;
}

.tab-block li a span{
	display:block;
	font-size:14px;
	color:#BEBEBE;
}

.tab-block li a i {
	color:#77A631;
	font-size:16px;
	font-style:normal;
	
}

.contact-fluid {
	padding-bottom:0px;
}


.tab-block li.active:after, .tab-block li.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.tab-block li.active:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
}
.tab-block li.active:before {
	border-color: rgba(217, 217, 217, 0);
	border-top-color: #D9D9D9;
	border-width: 11px;
	margin-left: -11px;
}

.tab-block li a:focus, .tab-block li a:hover {
	background:none;
	border:none;
	
}

/* --------------------   end of contact page by swift ------------------------ */

/* --------------------   start of career page by swift ------------------------ */

.service-upper-content.career p {
	max-width:100% !important;
	color:#444444;
	font-size:18px;
	
}

.service-upper-content.career p a {
color:#77A631;
}

.tab-style1 {
	border:0px;
	margin:0px;
}

.career-tab li {
	min-height:140px;
	padding:0px;
	border-radius:0px;
	position:relative;
	/*border-right:1px solid #F7F7F7;*/
	border:solid 1px #ED1C24;
	border-right-color:#F7F7F7;
	margin-left:-1px;
	border-left-color:#F7F7F7;
}

.career-tab li:first-child {
  border-left-color:#ED1C24;
}

.career-tab li:last-child {
	border-radius:0px;
	border-right-color:#ED1C24;
}

.career-tab li:last-child a {
	border-radius:0px;
}

.career-tab li a {
	padding:35px 39px 10px;
	min-height:140px;
	margin-right:0px;
	border-radius:0px;
	background-color:#ED1C24;
	outline:none !important;
	border:none !important;
	text-align:center;
}

.career-tab li:hover a,
.career-tab li a:focus {
	background-color:#628927;
	border-radius:0px;
	border:1px solid #ED1C24;
	
}

.career-list a p {
	font-size:16px;
	color:#fff;
	margin-bottom:0px;
}

.career-list a span {
	display:block;
	color:#C3D9A5;
	font-size:14px;
}

.career-list a i {
	color:#fff;
	font-style:normal;
}

.career-tab li.active{
	border:1px solid #ED1C24;
}
.career-tab li.active a p {
	color:#666666;
}

.career-tab li.active a span {
	color:#A9A9A9;
}

.career-tab li.active a i {
	color:#ED1C24;
}

.career-tab li.active:after, 
.career-tab li.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.career-tab li.active:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #fff;
	border-width: 10px;
	margin-left: -10px;
	
}
.career-tab li.active:before {
	border-color: rgba(238, 238, 238, 0);
	border-top-color: #ED1C24;
	border-width: 11px;
	margin-left: -11px;
}
.career-tab li.active > a:hover, .career-tab li.active > a{
	border:none;
	 /*margin-right:-1px;
	 box-sizing:none;*/
	
}
.tab-style1 .nav-tabs{
  border: 0;
}
.tab-style1 .nav-tabs li{
  width: 100%;
  float: left;
  min-height: 90px;
  border: none;
}
.tab-style1 .nav-tabs li a{
  float: left;
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.tab-style1 .block-tab-left {
	max-width:275px;
	float:left;
	padding:3px 0 0;
}
.tab-style1 .block-tab-left h5 {
	display:block;
	color:#444444;
	font-size:15px;
	margin-bottom:2px;
}

.tab-style1 .block-tab-left p {
	font-style:normal;
	color:#ED1C24;
	font-size:14px;
}

.tab-style1 .career-demand {
  position: relative;
  width: 46px; 
  height: 26.56px;
  background-color: #ED1C24;
  margin: 13.28px 0;
}

.tab-style1 .career-demand:before,
.tab-style1 .career-demand:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
}

.tab-style1 .career-demand:before {
  bottom: 100%;
  border-bottom: 13.28px solid #ED1C24;
}

.tab-style1 .career-demand:after {
  top: 100%;
  width: 0;
  border-top: 13.28px solid #ED1C24;
}
.tab-style1 .nav-tabs > li.active > a, 
.tab-style1 .nav-tabs > li.active > a:focus, 
.tab-style1 .nav-tabs > li.active > a:hover{
  background:#ED1C24;
  color: #fff;
}
.tab-style1 .active .block-tab-left p{
  color: #fff;
}
.tab-style1 .nav-tabs > li.active  h5{
  color:#fff;
  font-weight: 600;
}
.tab-style1 .active .career-demand {
  position: relative;
  width: 46px; 
  height: 26.56px;
  background-color: #fff;
  margin: 13.28px 0;
}

.tab-style1 .active .career-demand:before,
.tab-style1 .active .career-demand:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
}

.tab-style1 .active .career-demand:before {
  bottom: 100%;
  border-bottom: 13.28px solid #fff;
}

.tab-style1 .active .career-demand:after {
  top: 100%;
  width: 0;
  border-top: 13.28px solid #fff;
}
.tab-style1 .active .career-demand b{
  color: #ED1C24;
}
.block-tab-right {
	float:right;
}
.career-demand b {
	position:absolute;
	color:#fff;
	z-index:9999;
	left:16px;
	font-size:25px;
  line-height: 25px;
}
.career-sec {
	margin-bottom:20px;
}
.m-top2 ul li .fa{
  color:#ED1C24;
  padding-right: 5px;
  font-size: 9px;
}
.jobs-details-section .m-top ul{
  padding-left: 5px;
}
.career-fluid {
	
  /* IE10+ */ 
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #D2D2D2 100%);
  
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #D2D2D2 100%);
  
  /* Opera */ 
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #D2D2D2 100%);
  
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(100, #D2D2D2));
  
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #D2D2D2 100%);
  
  /* W3C Markup */ 
  background-image: linear-gradient(to bottom, #FFFFFF 0%, #D2D2D2 100%);
  padding-bottom:0 !important;
}

/* --------------------   end of career page by swift ------------------------ */

.jobs-details-section {
  background:#fff;
  padding:30px;
}

.jobs-details-head {
  border-bottom:solid 1px #E8E8E8;
  position:relative;
  padding:0 0 15px;
  margin:0 0 20px;
}

.jobs-head-title {
  float:left;
}

.jobs-head-title h3 {
  font-size:23px;
  color:#444444;
  margin-bottom:5px;
}

.location-deadline p {
  font-size:14px;
  margin-bottom:0;
}
.location-deadline p label {
  color:#ED1C24;
  font-weight:normal;
  margin:0;
  width:70px;
  display:inline-block;
  float:left;
}

.location-deadline p label i {
  font-style:normal;
  float:right;
}

.location-deadline p span {
  display:block;
  padding-left:74px;
}

.jobs-head-button {
  float:right;
  padding:35px 0 0;
}

.btn-close {
  position:absolute;
  top:-10px;
  right:0;
}

.btn-close i {
  font-size:22px;
}

.jobs-details-section h4 {
    font-size: 17px;
    color: #000000;
    margin-bottom: 10px;
}

.jobs-details-section h5 {
  font-size:16px;
  color:#333333;
  margin-bottom:8px;
}

.jobs-details-section h6 {
  font-size:14px;
  color:#878787;
  margin-bottom:7px;
}

.ul-horizontal ul li {
  padding:0 15px 0 33px;
  margin:5px 0;
}

.ul-horizontal ul li::before, 
.ul-horizontal ul li::after {
  left:15px;
}

.maps-blocks iframe {
  border:none !important;
  width:100% !important;
  height:500px;
}

.act-dtl {
  display:block;
  position:relative;
}

.overlay-view-more {
  display:block;
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
  background:rgba(27, 136, 202, 0.7);
  text-align:center;
  font-size:14px;
  color:#fff;
  padding:60% 0 0;
  transition: opacity 0.3s linear;
  opacity:0;
  display:none;
}

.act-dtl:hover .overlay-view-more {
  display:block;
  opacity:9;
}

.highslide-container {
  z-index:9999 !important;
}

.highslide-caption {
  display:none !important;
}

/* Shine */
.hover-shine {
	position: relative;
	overflow:hidden;
}
.hover-shine::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
}

.hover-shine:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}

@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

.tab-pane .panel-body {
  background:#fff !important;
}
@media (max-width: 480px) {
  .hero-text-container h2{
    font-size: 40px;
  }
  .hero-text-container p{
    margin-top: 15px;
  }
}

@media (max-width: 360px) {

.cd-hero-slider .btn {
    font-size: 13px;
}
.video {
  top:50%;
  }
  .video-overlay {
    top:0%;
  }
  .hero-block {
     top:65%;
  }
  .hero-text-container h2 {
    color: #ffffff;
    font-size: 30px;
  }
.hero-background-video {
    height: 200px;
    width: 100%;
}
.innvt-div {
    height: 235px;
  }
}