@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Oswald:300,400,700|Roboto:300,400,700|Poppins:300,400,700");
.navbar-brand {
  padding: 0 !important; }
  .navbar-brand img {
    max-height: 75px; }

.topmenu {
  border-bottom: 0px solid #ddd; }

.navbar-inverse .navbar-toggle {
  border: 0; }

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: transparent; }

.navbar-inverse {
  background-image: none;
  border: 0;
  background-color: transparent; }

.navbar {
  box-shadow: none;
  margin-bottom: 0;
  min-height: 100px;
  margin-bottom: 5px; }

.navbar-inverse .navbar-nav > li > a {
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 0 0;
  background-image: none;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 15px;
  margin-left: 2px; }
  @media (min-width: 1200px) {
    .navbar-inverse .navbar-nav > li > a {
      padding: 30px 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .navbar-inverse .navbar-nav > li > a {
      padding: 17px 10px; } }
  @media (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a {
      padding-top: 17px;
      padding-bottom: 17px; } }
  .navbar-inverse .navbar-nav > li > a.btn {
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 8px 15px;
    margin-top: 20px;
    font-size: 12px; }
    .navbar-inverse .navbar-nav > li > a.btn:hover {
      background-color: #3EA2EE !important;
      color: #fff !important;
      border-color: #3EA2EE !important; }

.logocenter {
  padding: 0 30px !important; }

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 100vh;
  border-color: #ccc; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > a:hover, .navbar-inverse .navbar-nav > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  background-color: transparent !important;
  color: #3EA2EE !important;
  background-image: none !important;
  box-shadow: none; }
  .navbar-inverse .navbar-nav > .active > a span, .navbar-inverse .navbar-nav > .active > a:hover span,
  .navbar-inverse .navbar-nav > a:hover span, .navbar-inverse .navbar-nav > a:focus span,
  .navbar-inverse .navbar-nav > li > a:hover span {
    border-bottom: 2px solid #3EA2EE;
    padding-bottom: 5px; }

ul.nav li.dropdown:hover > ul.dropdown-menu {
  display: block;
  left: 0; }

.dropdown-toggle b {
  color: #3EA2EE; }

.navbar {
  box-shadow: none;
  margin-bottom: 0;
  min-height: 70px; }

.menu {
  padding: 15px 0;
  border-bottom: 0;
  letter-spacing: 1px;
  -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
  -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
  transition: background .5s ease-in-out, padding .5s ease-in-out; }

.menu-collapse {
  padding: 5px 0;
  background: rgba(0, 0, 0, 0.9); }

.dropdown-menu {
  background-color: #fff;
  text-transform: uppercase; }
  .dropdown-menu > li > a {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.9px;
    padding: 9px 15px; }
    .dropdown-menu > li > a:hover {
      background-color: #2797ec;
      color: #fff;
      background-image: none; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #999; }

#testimonials-slider li {
  height: auto !important; }

.topheader {
  display: none;
  color: #999;
  font-size: 11px;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0; }
  .topheader ul {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none; }
    .topheader ul li {
      float: left;
      margin-left: 20px; }
      .topheader ul li i {
        margin-right: 10px; }

@media (max-width: 767px) {
  .navbar-toggle {
    padding: 21px 10px; } }

#news {
  background-color: #F3F3F3; }
  #news a {
    background-color: #fff;
    display: block;
    min-height: 400px;
    overflow: hidden;
    position: relative; }
    #news a b {
      display: block;
      padding: 20px 0;
      font-size: 17px; }
    #news a p {
      color: #999; }
    #news a .btn {
      border-radius: 30px !important;
      margin-top: 20px; }
    #news a .content {
      position: absolute;
      top: 220px;
      background-color: #fff;
      padding: 20px;
      text-align: center;
      height: 180px;
      transition: all .3s; }
    #news a:hover b {
      color: #3EA2EE; }
    #news a:hover .more {
      color: #3EA2EE; }
    #news a:hover .content {
      top: 150px;
      height: 230px; }

.h-prod-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .h-prod-list li {
    float: left;
    width: 25%; }
    .h-prod-list li img {
      width: 100%;
      -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    .h-prod-list li a {
      display: block;
      text-align: center;
      border: solid 1px #fff;
      margin: 10px; }
      .h-prod-list li a:hover img {
        -webkit-transform: scale3d(1.2, 1.2, 1);
        transform: scale3d(1.2, 1.2, 1); }
    .h-prod-list li b {
      padding: 10px 0;
      display: block; }
    .h-prod-list li h2 {
      text-align: center;
      margin-bottom: 30px; }
    .h-prod-list li .imgbox1 {
      overflow: hidden; }
  @media (max-width: 1024px) {
    .h-prod-list li {
      width: 50%; } }
  @media (max-width: 767px) {
    .h-prod-list li {
      width: 100%; } }

#gal1 {
  background-color: #000;
  color: #fff;
  /*.col100{width:100%}
	.col50{width:50%}
	.col33{width:30%}
	.col70{width:70%}
	.col25{width:25%}*/ }
  #gal1 .heading h2 {
    color: #fff; }
  #gal1 .heading .separator {
    border-color: #fff; }
  #gal1 .grid:after {
    content: '';
    display: block;
    clear: both; }
  #gal1 .grid-item {
    width: 25%;
    padding: 15px; }
  #gal1 .grid-item {
    float: left; }
    #gal1 .grid-item img {
      display: block;
      width: 100%; }
    #gal1 .grid-item a {
      position: relative; }
      #gal1 .grid-item a span {
        display: none;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        padding: 10px;
        background: rgba(255, 255, 255, 0.8);
        z-index: 999; }
      #gal1 .grid-item a:hover span {
        display: block; }
    #gal1 .grid-item figure a {
      position: absolute; }
  #gal1 .overlay-bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center; }
    #gal1 .overlay-bg img {
      transition: all 0.2s ease-in-out; }
    #gal1 .overlay-bg .btn-b {
      margin-top: 20px !important; }
    #gal1 .overlay-bg .content {
      opacity: 0;
      background-color: rgba(0, 0, 0, 0.5);
      transition: all 0.4s ease-in-out;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      overflow: hidden;
      padding-bottom: 50px;
      left: 0;
      color: #fff; }
      #gal1 .overlay-bg .content > div {
        top: 35%;
        position: absolute;
        left: 40px;
        right: 40px; }
      #gal1 .overlay-bg .content h2 {
        color: #FFF;
        width: 100%;
        right: 0;
        opacity: 0;
        transition: all 0.2s ease-in-out;
        font-size: 18px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        letter-spacing: 3px; }
      #gal1 .overlay-bg .content p {
        transition: all 0.2s linear;
        line-height: 20px;
        padding-top: 20px; }
      #gal1 .overlay-bg .content div {
        opacity: 0;
        transition: all 0.2s linear; }
    #gal1 .overlay-bg:hover img {
      filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
      filter: gray;
      -webkit-filter: grayscale(100%);
      transform: scale(1.1); }
    #gal1 .overlay-bg:hover p {
      transition-delay: 0.1s; }
    #gal1 .overlay-bg:hover a {
      transition: none;
      transition-delay: 0s; }
  #gal1 .arrow-item {
    background: url(../img/arrow-right.svg);
    content: "";
    width: 38px;
    height: 14px;
    margin-top: 3%;
    right: 10%;
    position: absolute; }
  #gal1 .button {
    display: inline-block;
    padding: 0.5em 1.0em;
    border: none;
    color: #ccc;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400; }
    #gal1 .button:hover {
      color: #127dcd; }
  #gal1 .button:active, #gal1 .button.is-checked {
    color: #3EA2EE; }
  #gal1 .filters {
    text-align: center; }
  #gal1 .ui-group {
    display: inline-block; }
  #gal1 .button-group {
    display: inline-block;
    margin-left: 20px; }
    #gal1 .button-group:after {
      content: '';
      display: block;
      clear: both; }
    #gal1 .button-group .button {
      border-radius: 0;
      margin-left: 0;
      margin-right: 1px;
      outline: none; }
      #gal1 .button-group .buttonfocus, #gal1 .button-group .button:active {
        outline: none !important; }
  @media (max-width: 767px) {
    #gal1 .grid-item {
      width: 100%;
      padding: 5px;
      position: relative !important;
      top: auto !important;
      left: auto !important; } }

#testimonials1 {
  background: #000 url(../img/slide1.jpg) fixed no-repeat center center;
  background-size: 100% auto;
  padding: 0;
  z-index: 2;
  color: #fff;
  text-align: center; }
  #testimonials1 .overlay {
    background-color: rgba(0, 0, 0, 0.8) !important;
    min-height: 600px;
    padding: 80px 0; }
  #testimonials1 .testimonials img {
    border-radius: 50%;
    width: 100px; }
  #testimonials1 .testimonials h2 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300; }
  #testimonials1 .testimonials .desc {
    padding: 25px 15px; }
  #testimonials1 .testimonials p {
    margin: 0; }
  #testimonials1 .testimonials .desgn {
    color: #999;
    font-style: italic;
    padding-bottom: 10px; }
  @media (max-width: 767px) {
    #testimonials1 {
      background-size: auto 100%; } }

#testimonials2 {
  background: #000 url(../img/slide1.jpg) fixed no-repeat center center;
  background-size: 100% auto;
  padding: 0;
  text-align: center;
  z-index: 2;
  color: #fff; }
  #testimonials2 .overlay {
    background-color: rgba(0, 0, 0, 0.8) !important;
    min-height: 600px;
    padding: 100px 0 150px 0; }
  #testimonials2 .testimonials h2 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 300; }
  #testimonials2 .testimonials .desc {
    padding: 25px 15px;
    background-color: rgba(51, 51, 51, 0.8); }
  #testimonials2 .testimonials p {
    margin: 0; }
  #testimonials2 .testimonials .desgn {
    color: #999;
    font-style: italic;
    padding-bottom: 10px; }
  @media (max-width: 767px) {
    #testimonials2 {
      background-size: auto 100%; } }

#testimonials3 {
  background: #000 url(../img/slide1.jpg) fixed no-repeat center center;
  background-size: 100% auto;
  padding: 0;
  z-index: 2;
  color: #fff; }
  #testimonials3 .overlay {
    background-color: rgba(0, 0, 0, 0.8) !important;
    min-height: 600px;
    padding: 100px 0 150px 0; }
  #testimonials3 .testimonials h2 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #3EA2EE; }
  #testimonials3 .testimonials .desc {
    padding: 25px 15px; }
  #testimonials3 .testimonials p {
    margin: 0; }
  #testimonials3 .testimonials .desgn {
    color: #999;
    font-style: italic;
    padding-bottom: 10px; }
  #testimonials3 .testimonials li {
    overflow: hidden; }
  #testimonials3 .testimonials .col-sm-4 {
    margin-left: -60px; }
  #testimonials3 .testimonials .desc {
    background-color: rgba(51, 51, 51, 0.8);
    margin: 0  0 0 80px; }
  @media (max-width: 767px) {
    #testimonials3 {
      background-size: auto 100%; }
      #testimonials3 img {
        max-width: 150px !important;
        margin-bottom: 30px; }
      #testimonials3 .col-sm-4 {
        margin-left: 0 !important;
        text-align: center; }
      #testimonials3 h2 {
        text-align: center; }
      #testimonials3 .desc {
        margin: 0 !important; } }

#testimonials4 {
  background: #000 url(../img/home.jpg) fixed no-repeat center center;
  background-size: 100% auto;
  padding: 0;
  z-index: 2;
  color: #fff; }
  #testimonials4 .overlay {
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.8); }
  #testimonials4 .heading h2 {
    color: #fff; }
  #testimonials4 .heading .separator {
    border-color: #fff; }
  #testimonials4 .testimonials table {
    width: 95%;
    margin: auto;
    position: relative; }
    #testimonials4 .testimonials table:before {
      font-family: FontAwesome;
      content: "\f10e";
      opacity: 0.1;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 85px;
      transition: all 0.3s ease; }
    #testimonials4 .testimonials table td {
      vertical-align: top; }
      #testimonials4 .testimonials table td:first-child {
        width: 100px; }
  #testimonials4 .testimonials .tcont {
    padding: 30px 0;
    margin: 0px;
    text-align: left; }
  #testimonials4 .testimonials img {
    border-radius: 50%;
    width: 150px;
    -webkit-box-shadow: -3px 3px 15px 0 #D1D1D1;
    box-shadow: -3px 3px 15px 0 #D1D1D1;
    margin: auto auto 30px auto; }
  #testimonials4 .testimonials h2 {
    margin: 10px 0 0 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    color: #fff; }
    #testimonials4 .testimonials h2 span {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 6px;
      font-weight: 400;
      font-size: 12px; }
  #testimonials4 .testimonials p {
    color: #fff; }
  #testimonials4 .testimonials .desc {
    padding: 0 15px; }
  #testimonials4 .bx-wrapper .bx-pager.bx-default-pager a:hover, #testimonials4 .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #3EA2EE; }
  #testimonials4 .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: transparent;
    border: 1px solid #3EA2EE; }
  @media (max-width: 767px) {
    #testimonials4 {
      background-size: auto 100%; } }

.flexslider {
  width: 100%;
  margin: 0 auto 0 auto;
  box-shadow: none; }

.flexslider .slides {
  margin: 0;
  padding: 0;
  list-style: none; }

#mainslider img {
  width: 100%;
  z-index: 1; }

.flexslider .slides li {
  position: relative;
  background-size: 100% auto;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center; }
  .flexslider .slides li a {
    margin: auto; }
  .flexslider .slides li .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .flexslider .slides li .meta {
    position: absolute;
    color: #E6A440;
    text-align: left;
    top: 50%;
    margin-top: -130px;
    left: 20%;
    right: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 900px; }
  .flexslider .slides li h1 {
    margin-bottom: 10px;
    font-size: 55px;
    font-weight: 700;
    width: 100%;
    font-family: "Poppins", sans-serif;
    color: #fff; }
  .flexslider .slides li h2 {
    font-size: 29px;
    margin: auto;
    width: 100%;
    text-transform: inherit !important;
    padding-bottom: 10px;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0;
    color: #fff;
    font-weight: 400; }
  .flexslider .slides li p {
    margin-right: 7px;
    padding: 50px 18px 10px 0;
    width: 100%; }
    .flexslider .slides li p a {
      background-color: #DD4A2D;
      color: #fff;
      border-radius: 30px;
      padding: 10px 30px; }

/*.flexslider li.flex-active-slide .meta h2 { -webkit-animation-delay: .5s; animation-delay: .5s; }
.flexslider li.flex-active-slide .meta .category p { -webkit-animation-delay: .6s; animation-delay: .6s; }
.flexslider li.flex-active-slide .meta .category span { -webkit-animation-delay: .8s; animation-delay: .8s; }*/
.flexslider li.flex-active-slide .meta h1 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

.flexslider li.flex-active-slide .meta h2 {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

.flexslider li.flex-active-slide .meta p {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

.flex-control-nav li {
  height: auto !important; }

.flex-control-nav {
  bottom: 30px !important;
  z-index: 100 !important; }

.flex-control-paging li a {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.flex-control-paging li a.flex-active {
  background-color: white !important; }

.flex-direction-nav a {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  width: 40px; }
  .flex-direction-nav a:before {
    color: rgba(255, 255, 255, 0.8);
    padding: 18px 0 0 13px;
    text-shadow: none; }

.flex-direction-nav .flex-prev, .flex-direction-nav .flex-next {
  font-size: 0; }

.flex-direction-nav .flex-next {
  right: 40px !important;
  margin-right: -40px;
  opacity: 1 !important; }
  .flex-direction-nav .flex-next:before {
    content: '\f105' !important; }

.flex-direction-nav .flex-prev {
  left: 55px !important;
  opacity: 1 !important;
  margin-left: -55px; }
  .flex-direction-nav .flex-prev:before {
    content: '\f104' !important; }

@media (max-width: 767px) {
  .flexslider {
    margin: 82px 0 0 0; }
    .flexslider li {
      background-size: auto 100% !important; }
      .flexslider li .meta {
        bottom: 50px !important;
        left: 20px !important;
        right: 20px !important;
        left: 20px !important;
        right: 20px !important; }
        .flexslider li .meta h1 {
          margin-bottom: 20px;
          font-size: 1.8em;
          font-weight: 400;
          letter-spacing: 3px; }
        .flexslider li .meta h2 {
          font-size: .7em;
          margin-bottom: 0;
          padding-left: 0;
          padding-bottom: 0; }
  .flex-direction-nav, .flex-control-nav {
    display: none; } }

.loading {
  min-height: 300px;
  background: url("../img/loader.gif") no-repeat center center !important; }

a {
  outline: none; }

.btn {
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 0;
  padding: 9px 18px; }

.btn-b {
  background-color: #333;
  color: #fff; }
  .btn-b:hover {
    background-color: #555;
    color: #fff; }

.btn-b-outline {
  border: 2px solid #999;
  color: #333; }
  .btn-b-outline:hover {
    border: 2px solid #333;
    background-color: #333;
    color: #fff; }

.btn-w {
  background-color: #fff;
  color: #333; }
  .btn-w:hover {
    background-color: #3EA2EE;
    color: #fff; }

.btn-w-outline {
  border: 2px solid #fff;
  color: #fff !important;
  background-color: transparent;
  transition: all .5s; }
  .btn-w-outline:hover {
    border: 2px solid #fff;
    color: #333 !important;
    background-color: #fff; }

.btn-mini {
  padding: 4px 13px;
  font-size: 11px; }

.btn-main {
  background-color: #3EA2EE;
  color: #fff; }
  .btn-main:hover {
    background-color: #148be5;
    color: #fff; }

input[type=text], textarea, select {
  padding: 3px 8px;
  border-radius: 0 !important;
  border: 1px solid #ddd; }

input[type=text] {
  height: 30px; }

select.form-control {
  height: 40px; }

input[type=radio] {
  float: left;
  margin-right: 5px; }

.filterBar {
  width: 100%;
  border: 1px solid #ccc;
  border-bottom: 0;
  background-color: #ddd;
  margin-top: 5px;
  padding: 5px 5px 0 5px;
  display: block; }

.filterBar table {
  background-color: #eee;
  margin-bottom: 5px; }

.filterBar td {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 3px;
  width: 100%; }

.addNew {
  float: right;
  margin-top: 10px;
  background-color: #444;
  color: #fff;
  padding: 3px 10px; }

.loadmore {
  text-align: center;
  padding: 50px 0; }

.innertable td {
  padding-right: 10px !important; }

.innertable td td {
  padding: 1px !important; }

.alert-success {
  background-image: none;
  background-color: #D4EBCA;
  border-radius: 0;
  font-weight: bold; }

blockquote {
  margin: 30px 0;
  width: 85%;
  line-height: 180%;
  color: #666; }

#back-to-top {
  position: fixed;
  bottom: 60px;
  right: 40px;
  z-index: 9999;
  text-align: center;
  line-height: 40px;
  width: 40px;
  background: #ccc;
  color: #444;
  cursor: pointer;
  border: 0;
  border-radius: 2px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  font-size: 18px; }

#back-to-top:hover {
  background: #666;
  color: #fff; }

#back-to-top.show {
  opacity: 1; }

label.error {
  font-size: 11px;
  color: #FA4B54;
  margin-left: 2px; }

body {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #000;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 180%;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  line-height: 130%;
  margin: 0;
  padding: 10px 0; }

h2 {
  font-size: 26px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px; }

p {
  color: #898b92; }

a {
  transition: all .5s;
  color: #333; }
  a:hover {
    text-decoration: none; }

section {
  padding: 80px 0;
  overflow: hidden; }
  @media (min-width: 1400px) {
    section {
      padding: 100px 0; } }

a {
  outline: none !important; }

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

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.heading {
  margin-bottom: 30px;
  text-align: center; }
  .heading h2 {
    font-size: 35px;
    text-align: center;
    line-height: 180%;
    padding: 0 0 0 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    color: #E6A440; }
  .heading .separator {
    border-bottom: 3px solid #E6A440;
    width: 60px;
    display: inline-block; }
  .heading.heading-white h2 {
    color: #fff; }
  .heading.heading-white .separator {
    border-color: #fff; }
  .heading.heading-red h2 {
    color: #C03A54; }
  .heading.heading-red .separator {
    border-color: #C03A54; }
  .heading.heading-blue h2 {
    color: #3EA2EE; }
  .heading.heading-blue .separator {
    border-color: #3EA2EE; }
  .heading.heading-teal h2 {
    color: #29BAB0; }
  .heading.heading-teal .separator {
    border-color: #29BAB0; }
  .heading.heading-gold h2 {
    color: #E5A32C; }
  .heading.heading-gold .separator {
    border-color: #E5A32C; }

.subheading {
  font-size: 15px;
  text-align: center;
  line-height: 180%;
  padding: 0 0 30px 0;
  margin: 0; }

.page-header {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 0;
  background-color: #333;
  background-attachment: scroll;
  background-position: center center;
  background-size: 100% auto;
  color: #fff; }
  .page-header .overlay {
    padding: 150px 0 100px 0;
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center; }
    .page-header .overlay h2 {
      margin: 0;
      padding: 0;
      font-size: 50px;
      letter-spacing: 4px;
      font-weight: 700; }
  @media (max-width: 767px) {
    .page-header {
      background-size: auto 100%; }
      .page-header .overlay {
        padding: 50px 0; }
        .page-header .overlay h2 {
          font-size: 30px;
          letter-spacing: 3px; } }

.comingsoon {
  font-size: 50px;
  text-align: center;
  padding: 100px 0; }

.social {
  margin: 20px 0 10px 0;
  text-align: right; }
  .social a {
    background-color: #333;
    display: inline-block;
    margin-left: 5px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    color: white; }
    .social a i {
      text-decoration: none;
      font-size: 1.2em;
      margin: 0;
      padding: 0;
      line-height: 30px; }

.social1 {
  margin: 0;
  padding: 0;
  list-style: none; }
  .social1 li {
    float: left;
    padding-right: 10px; }
  .social1 i {
    font-size: 15px;
    line-height: 27px; }
  .social1 a {
    display: inline-block;
    border: 1px solid #fff;
    margin: 0 3px;
    background: #fff;
    color: #333;
    border-radius: 50%;
    width: 30px;
    text-align: center; }
    .social1 a:hover {
      background: #3EA2EE;
      color: #fff !important;
      border: 1px solid #3EA2EE;
      color: #fff !important; }

.fullh {
  min-height: 100%;
  min-height: 100vh;
  display: table;
  margin: auto;
  width: 100%; }

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

input[type=text] {
  padding: 10px 10px;
  border-radius: 0 !important;
  height: 40px; }

textarea {
  padding: 10px 10px;
  border-radius: 0 !important; }

select {
  padding: 10px 10px;
  border-radius: 0 !important; }

#about2 {
  background: #fff url("../img/img_bg_car.png") scroll no-repeat center bottom;
  font-size: 14px;
  padding-bottom: 150px; }
  #about2 .separator {
    display: inline-block;
    border: 2px solid #3EA2EE;
    width: 80px;
    margin-bottom: 15px; }
  #about2 h3 {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px; }
  #about2 h4 {
    font-size: 15px;
    font-weight: 700; }
  #about2 p b {
    color: #3EA2EE;
    font-weight: 400; }

.quickBox .box {
  background-color: #F3F3F3;
  padding: 40px;
  min-height: 275px; }
  .quickBox .box h3 {
    font-weight: 700;
    color: #3EA2EE;
    margin-bottom: 10px; }
  .quickBox .box:hover {
    background-color: #3EA2EE;
    color: #fff; }
    .quickBox .box:hover h3 {
      color: #fff; }
    .quickBox .box:hover p {
      color: #fff; }

#services1 {
  background: #fff url("../img/slide1_.jpg") fixed no-repeat center top;
  background-size: 100% auto;
  text-align: center;
  padding: 0; }
  #services1 .overlay {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 80px 0; }
  #services1 h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    margin: 0;
    letter-spacing: 2px;
    color: #3EA2EE; }
  #services1 img {
    width: 60px;
    margin-top: 10px; }
  #services1 a {
    display: block;
    border: 1px solid #fff;
    padding: 10px; }
    #services1 a:hover {
      border: 1px solid #fff;
      -webkit-box-shadow: 0 0 15px 5px rgba(62, 162, 238, 0.2);
      box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.4); }

#services2 {
  background: #eee url("../img/slide1_.jpg") fixed no-repeat center top;
  background-size: 100% auto;
  padding: 0; }
  #services2 .overlay {
    padding: 0; }
  #services2 .container-fluid {
    padding: 0; }
  #services2 h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0;
    margin: 0;
    letter-spacing: 2px;
    color: #3EA2EE; }
  #services2 .left img {
    width: 100%; }
  #services2 .right {
    text-align: left;
    max-width: 800px;
    float: left;
    padding: 80px 40px; }
    #services2 .right ul li {
      float: left;
      width: 33%; }
      #services2 .right ul li a {
        padding-right: 30px;
        display: block; }
      #services2 .right ul li i {
        font-size: 30px; }
      #services2 .right ul li b {
        display: block;
        padding: 15px 0; }
      #services2 .right ul li p {
        color: #999; }

#services3 {
  background: #eee url("../img/slide1_.jpg") fixed no-repeat center top;
  background-size: 100% auto;
  padding: 0; }
  #services3 .overlay {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 80px 0; }
  #services3 p {
    color: #666; }
  #services3 h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 20px 0;
    margin: 0;
    letter-spacing: 2px;
    color: #3EA2EE;
    font-family: "Poppins", sans-serif; }
  #services3 table tr td {
    vertical-align: top; }
    #services3 table tr td:first-child {
      padding-right: 15px; }
    #services3 table tr td img {
      width: 40px;
      border-radius: 50%; }
    #services3 table tr td .more {
      color: #3EA2EE;
      font-size: 12px;
      transition: all .5s; }
    #services3 table tr td:first-child {
      padding-right: 15px; }
  #services3 .col-sm-4:first-child img {
    background-color: #C03A54; }
  #services3 .col-sm-4:nth-child(2n) img {
    background-color: #29BAB0; }
  #services3 .col-sm-4:nth-child(3n) img {
    background-color: #E5A32C; }
  #services3 .col-sm-4:nth-child(4n) img {
    background-color: #C03A54; }
  #services3 .col-sm-4:nth-child(5n) img {
    background-color: #29BAB0; }
  #services3 .col-sm-4:last-child img {
    background-color: #E5A32C; }
  #services3 .col-sm-4:hover img {
    background-color: #3EA2EE; }
  #services3 a {
    display: block;
    margin-bottom: 30px; }
    #services3 a:hover .more {
      margin-left: 10px; }

footer {
  background-color: #111;
  color: rgba(141, 149, 157, 0.8);
  padding: 50px 0 0 0;
  font-size: 12px;
  line-height: 160%; }
  footer a {
    color: rgba(141, 149, 157, 0.8); }
  footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer ul li {
      padding: 2px 0;
      transition: all .5s; }
      footer ul li:hover {
        text-indent: 5px;
        color: #3EA2EE;
        transition: all .5s;
        cursor: pointer; }
  footer h3.title {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 3px;
    padding: 20px 0;
    color: #fff; }
  footer .separator1 {
    border-top: 1px solid rgba(141, 149, 157, 0.8);
    width: 100px;
    margin-bottom: 20px; }
  footer h5 {
    margin-top: 10px; }
    footer h5:hover {
      color: #3EA2EE;
      transition: all .5s;
      cursor: pointer; }
  footer hr {
    border-bottom: 0;
    border-top: 1px solid #333; }
  footer .footer-logo {
    max-width: 180px;
    margin-top: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); }
  footer .credit {
    padding: 15px 0 10px 0; }
    footer .credit .dacredit {
      float: right; }
  footer .footnav li a {
    padding: 3px 0;
    text-transform: uppercase;
    color: rgba(141, 149, 157, 0.8);
    display: block; }
    footer .footnav li a i {
      margin-right: 10px; }
  footer .qcontact table tr td {
    vertical-align: top;
    padding-bottom: 10px; }
    footer .qcontact table tr td:first-child {
      padding-right: 15px; }
  footer .social-footer {
    margin: 0 0 10px 0; }
    footer .social-footer a {
      background-color: #444;
      display: inline-block;
      margin-right: 10px;
      width: 35px;
      border-radius: 50%;
      text-align: center;
      color: #fff; }
      footer .social-footer a i {
        text-decoration: none;
        font-size: 1.2em;
        margin: 0;
        padding: 0;
        line-height: 35px; }
      footer .social-footer a:hover {
        background-color: #ccc;
        color: #000; }
    footer .social-footer a.fb {
      background-color: #4665AE !important; }
    footer .social-footer a.tw {
      background-color: #23A0ED !important; }
    footer .social-footer a.gplus {
      background-color: #E05047 !important; }
    footer .social-footer a.ty {
      background-color: #FF000E !important; }
    footer .social-footer a.li {
      background-color: #0776B1 !important; }
    footer .social-footer a.insta {
      background-color: #DA2975 !important; }
    footer .social-footer a:hover {
      background-color: #3EA2EE !important;
      color: #fff !important; }

footer#footer2 .social-footer a {
  border-radius: 0; }

footer#footer2 .footnav {
  text-align: center; }
  footer#footer2 .footnav li {
    display: inline; }
    footer#footer2 .footnav li a {
      padding: 5px 20px; }

footer#footer2 .credit {
  padding-top: 0; }
  footer#footer2 .credit hr {
    margin-bottom: 40px; }

footer#footer3 {
  text-align: center; }
  footer#footer3 .social-footer a {
    border-radius: 4px;
    width: 40px; }
    footer#footer3 .social-footer a i {
      text-decoration: none;
      font-size: 17px;
      margin: 0;
      padding: 0;
      line-height: 40px; }
  footer#footer3 .credit .dacredit {
    float: none;
    margin-left: 100px; }

#contact1 .social-footer {
  margin: 0 0 10px 0; }
  #contact1 .social-footer a {
    background-color: #444;
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    border-radius: 5px;
    text-align: center;
    color: #fff; }
    #contact1 .social-footer a i {
      text-decoration: none;
      font-size: 18px;
      margin: 0;
      padding: 0;
      line-height: 30px; }
    #contact1 .social-footer a:hover {
      background-color: #3EA2EE;
      color: #fff; }

#contact1 table td {
  vertical-align: top;
  padding: 10px 0;
  font-size: 110%; }
  #contact1 table td:first-child {
    width: 40px; }

.highlight {
  background: transparent url(../img/highlight.jpg) fixed no-repeat center center;
  background-size: 100% auto;
  padding: 0; }
  .highlight .content {
    margin: 180px 0; }
  @media (max-width: 767px) {
    .highlight {
      background-size: auto 100%; } }

.highlight1 .overlay {
  background-color: rgba(0, 0, 0, 0.5); }

.highlight1 .content {
  padding: 50px !important;
  color: #000;
  background-color: rgba(255, 255, 255, 0.7); }

.highlight2 .overlay {
  background-color: rgba(0, 0, 0, 0); }

.highlight2 .content {
  color: #fff;
  text-align: center; }
  .highlight2 .content .separator {
    border-bottom: 2px solid #E6A440;
    width: 80px;
    margin: auto;
    margin-bottom: 20px; }
  .highlight2 .content .btn {
    border-radius: 30px;
    margin-top: 50px; }
  .highlight2 .content h2 {
    font-size: 40px;
    font-weight: 700; }
  .highlight2 .content p {
    color: #fff; }

#newsletter1 {
  background: #eee url(../img/slide1.jpg) scroll no-repeat center center;
  background-size: 100% auto; }
  #newsletter1 .overlay {
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }

.clients li {
  text-align: center; }

.clients li img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  width: 200px; }

.clients li img:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: none;
  filter: none; }

#map-wrap {
  position: relative; }
  #map-wrap #map {
    height: 700px;
    position: relative; }
  #map-wrap .map-indication {
    position: absolute;
    z-index: 999;
    right: 10%;
    top: 50px; }
    #map-wrap .map-indication span {
      width: 14px;
      height: 14px;
      display: inline-block;
      border-radius: 50%; }
    #map-wrap .map-indication ul {
      margin: 20px 0 0 20px;
      padding: 0; }
      #map-wrap .map-indication ul li {
        font-size: 11px;
        line-height: 150%;
        color: #000; }

.tblCareer td, .tblCareer th {
  padding: 15px !important; }

.tblCareer td:nth-child(3) {
  text-align: center; }

.quick-fbform {
  position: fixed;
  width: 300px;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
  border-radius: 6px 0 0 0;
  border: 2px solid #fff;
  border-bottom: 0;
  border-right: 0; }
  .quick-fbform .ftitle {
    display: block;
    background-color: #3EA2EE;
    color: #fff;
    text-align: center;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 8px;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 6px 0 0 0; }
    .quick-fbform .ftitle i {
      margin-right: 5px; }
  .quick-fbform .qform {
    display: none;
    padding: 20px;
    border: 1px solid #ccc; }
    .quick-fbform .qform .type label {
      font-size: 13px !important; }
    .quick-fbform .qform label.title {
      font-size: 11px !important; }

.list-clients {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list-clients li {
    float: left;
    text-align: center;
    padding: 5px; }
    .list-clients li img {
      max-width: 100%;
      border: 1px solid #ddd;
      display: inline-block; }
  @media (min-width: 768px) {
    .list-clients li {
      width: 25%; } }

.services-inner .featured h3 {
  color: #3EA2EE; }

.services-inner .whywe {
  background-color: #E6A440; }
  .services-inner .whywe ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .services-inner .whywe ul li {
      float: left; }
      .services-inner .whywe ul li a {
        display: block;
        text-align: center;
        background-color: #fff;
        color: #333;
        padding: 35px 20px;
        margin: 5px; }
        .services-inner .whywe ul li a b {
          text-transform: uppercase;
          font-size: 17px;
          color: #C03A54; }
        .services-inner .whywe ul li a em {
          font-style: normal; }

.services-inner .op-excel ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .services-inner .op-excel ul li {
    position: relative; }
    .services-inner .op-excel ul li .number {
      position: absolute;
      font-size: 40px;
      color: #ddd;
      font-weight: 700; }
    .services-inner .op-excel ul li a {
      display: block;
      position: relative;
      padding: 0 0 40px 50px; }
      .services-inner .op-excel ul li a b {
        text-transform: uppercase;
        font-size: 17px;
        color: #333;
        display: block; }
      .services-inner .op-excel ul li a em {
        font-style: normal; }
    .services-inner .op-excel ul li:last-child a {
      padding-bottom: 0; }

.services-inner .operational .number {
  top: 7px; }

.services-inner .premium-car {
  background-color: #C03A54;
  color: #fff; }
  .services-inner .premium-car ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .services-inner .premium-car ul li .number {
      font-size: 14px;
      color: #fff; }
    .services-inner .premium-car ul li a {
      padding-left: 25px;
      color: #fff; }
    .services-inner .premium-car ul li:last-child a {
      padding-bottom: 0; }

.services-inner .monthlytrips ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .services-inner .monthlytrips ul li .number {
    font-size: 14px;
    color: #C03A54; }
  .services-inner .monthlytrips ul li a {
    padding-left: 25px; }
    .services-inner .monthlytrips ul li a b {
      color: #333; }
  .services-inner .monthlytrips ul li:last-child a {
    padding-bottom: 0; }

.services-inner .whyskil ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .services-inner .whyskil ul li .number {
    font-size: 14px;
    color: #E5A32C; }
  .services-inner .whyskil ul li a {
    padding-left: 25px; }
  .services-inner .whyskil ul li:last-child a {
    padding-bottom: 0; }

.services-inner .skildomestic ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .services-inner .skildomestic ul li .number {
    font-size: 14px;
    color: #29BAB0; }
  .services-inner .skildomestic ul li a {
    padding-left: 25px; }
  .services-inner .skildomestic ul li:last-child a {
    padding-bottom: 0; }

.services-inner .client-benefit {
  background-color: #fff; }
  .services-inner .client-benefit ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .services-inner .client-benefit ul li .number {
      position: absolute;
      font-size: 14px;
      color: #29BAB0;
      font-weight: 700; }
    .services-inner .client-benefit ul li a {
      display: block;
      position: relative;
      padding: 0 0 20px 25px; }
      .services-inner .client-benefit ul li a b {
        text-transform: uppercase;
        font-size: 17px;
        color: #29BAB0;
        display: block; }
      .services-inner .client-benefit ul li a em {
        font-style: normal; }
    .services-inner .client-benefit ul li:last-child a {
      padding-bottom: 0; }

.services-inner .contstrip-color1 {
  background-color: #fff; }
  .services-inner .contstrip-color1 ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .services-inner .contstrip-color1 ul li .number {
      position: absolute;
      font-size: 14px;
      color: #E6A440;
      font-weight: 700; }
    .services-inner .contstrip-color1 ul li a {
      display: block;
      position: relative;
      padding: 0 0 20px 25px; }
      .services-inner .contstrip-color1 ul li a b {
        text-transform: uppercase;
        font-size: 17px;
        color: #E6A440;
        display: block; }
      .services-inner .contstrip-color1 ul li a em {
        font-style: normal; }
    .services-inner .contstrip-color1 ul li:last-child a {
      padding-bottom: 0; }

.services-inner .contstrip-color2 ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .services-inner .contstrip-color2 ul li .number {
    position: absolute;
    font-size: 14px;
    color: #3EA2EE;
    font-weight: 700; }
  .services-inner .contstrip-color2 ul li a {
    display: block;
    position: relative;
    padding: 0 0 20px 25px; }
    .services-inner .contstrip-color2 ul li a b {
      text-transform: uppercase;
      font-size: 17px;
      color: #3EA2EE;
      display: block; }
    .services-inner .contstrip-color2 ul li a em {
      font-style: normal; }
  .services-inner .contstrip-color2 ul li:last-child a {
    padding-bottom: 0; }

.services-inner .skil-intl ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .services-inner .skil-intl ul li .number {
    position: absolute;
    font-size: 14px;
    color: #29BAB0;
    font-weight: 700; }
  .services-inner .skil-intl ul li a {
    display: block;
    position: relative;
    padding: 0 0 20px 25px; }
    .services-inner .skil-intl ul li a b {
      text-transform: uppercase;
      font-size: 17px;
      color: #29BAB0;
      display: block; }
    .services-inner .skil-intl ul li a em {
      font-style: normal; }
  .services-inner .skil-intl ul li:last-child a {
    padding-bottom: 0; }

.services-inner .meetingIncentive {
  color: #fff; }
  .services-inner .meetingIncentive ul li {
    color: #fff; }
    .services-inner .meetingIncentive ul li .number {
      color: #fff; }
    .services-inner .meetingIncentive ul li a {
      color: #fff; }
      .services-inner .meetingIncentive ul li a b {
        color: #fff; }

.services-inner .conferenceEvents ul li .number {
  color: #3EA2EE !important; }

.services-inner .conferenceEvents ul li a {
  color: #000; }

.services-inner .testimonial-bgwhite .heading h2 {
  color: #E6A440 !important; }

.services-inner .testimonial-bgwhite .heading .separator {
  border-color: #E6A440 !important; }

.services-inner .testimonial-bgwhite .overlay {
  background-color: #fff !important; }

.services-inner .testimonial-bgwhite .tcont {
  padding: 10px 10px !important; }

.services-inner .testimonial-bgwhite p {
  color: #333 !important;
  text-align: justify; }

.services-inner .testimonial-bgwhite h2 {
  color: #333 !important; }
  .services-inner .testimonial-bgwhite h2 span {
    font-size: 12px !important; }

@media (min-width: 768px) {
  .services-inner .whywe ul li {
    width: 33%; } }

.harrow {
  text-align: center;
  bottom: 80px;
  left: 48%;
  position: absolute;
  width: 50px;
  height: 50px;
  display: inline-block;
  z-index: 99; }

.mice-planning .col-sm-4 > div {
  border: 1px solid #ddd;
  padding: 20px;
  min-height: 205px; }
  .mice-planning .col-sm-4 > div h3 {
    font-size: 18px;
    font-weight: 700; }
    .mice-planning .col-sm-4 > div h3 i {
      margin-right: 10px; }
  .mice-planning .col-sm-4 > div .separator {
    border-bottom: 2px solid #ddd;
    width: 100px;
    margin-bottom: 20px; }
  .mice-planning .col-sm-4 > div ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc; }
    .mice-planning .col-sm-4 > div ul li {
      font-size: 14px; }

.mice-didu .col-sm-6 > div {
  background-color: #fff;
  color: #222;
  padding: 20px;
  min-height: 205px; }
  .mice-didu .col-sm-6 > div h3 {
    font-size: 18px;
    font-weight: 700; }
  .mice-didu .col-sm-6 > div .separator {
    border-bottom: 2px solid #3EA2EE;
    width: 50px;
    margin-bottom: 20px; }
  .mice-didu .col-sm-6 > div ul {
    margin: 0;
    padding: 0 0 0 20px;
    list-style: disc; }
    .mice-didu .col-sm-6 > div ul li {
      font-size: 13px; }

.aboutnew {
  background: #f6f6f6 url("../img/s2.jpg") fixed no-repeat center top;
  background-size: 100% auto;
  padding: 0; }
  .aboutnew .overlay {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 90px 0; }
    .aboutnew .overlay h4 {
      font-size: 16px;
      color: #E6A440;
      padding-bottom: 20px; }

.aboutintro .cont {
  border: 1px solid #ddd;
  padding: 40px;
  margin-right: 15px; }
  .aboutintro .cont p {
    text-align: justify; }

.bg-blue {
  background-color: #252E7C !important; }

.bg-yellow {
  background-color: #E5A32C !important; }

.bg-teal {
  background-color: #29BAB0 !important; }

.bg-red {
  background-color: #C03A54 !important; }

#branches .wrap {
  padding: 30px;
  background-color: #F3F3F3;
  min-height: 265px;
  margin-bottom: 30px;
  transition: all .5s;
  color: rgba(85, 88, 98, 0.8); }
  #branches .wrap i {
    margin-right: 10px; }
  #branches .wrap h3 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
    color: #3EA2EE;
    text-transform: uppercase; }
  #branches .wrap:hover {
    -webkit-box-shadow: 0 0 15px 5px rgba(62, 162, 238, 0.2);
    box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.4); }
  #branches .wrap .email {
    text-transform: lowercase; }

#list-team h4 {
  font-weight: 700;
  color: #3EA2EE;
  text-transform: uppercase;
  font-size: 37px; }
  #list-team h4 span {
    font-weight: 400;
    display: block;
    font-size: 13px;
    padding-top: 5px; }

#list-team img {
  border-radius: 5px;
  width: 100%;
  margin: auto;
  border: 1px solid #ddd; }

#list-team .content {
  padding: 25px;
  min-height: 360px;
  -webkit-box-shadow: 0 3px 10px 3px #eee;
  box-shadow: 0 3px 10px 3px #eee; }

#list-team hr {
  border-color: #fff;
  margin: 50px 0; }

#list-team .social-icons {
  padding-top: 20px; }
  #list-team .social-icons a {
    background-color: #ddd;
    color: #fff;
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    display: inline-block;
    text-align: center; }
    #list-team .social-icons a:hover {
      background-color: #3EA2EE; }

#list-team .left {
  text-align: right; }

#list-team .right {
  text-align: left; }

.calltoaction-split {
  padding: 0;
  color: #fff; }
  .calltoaction-split p {
    color: #fff; }
  .calltoaction-split .container-fluid, .calltoaction-split .left, .calltoaction-split .right {
    padding: 0; }
  .calltoaction-split .bg {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: auto 100%; }
  .calltoaction-split .overlay {
    background-color: rgba(62, 162, 238, 0.8);
    overflow: auto; }
  .calltoaction-split .content {
    max-width: 700px;
    padding: 60px 100px;
    min-height: 500px;
    color: #fff; }
    .calltoaction-split .content h3 {
      font-size: 35px;
      font-weight: 700; }
    .calltoaction-split .content .separator {
      border-bottom: 2px solid #fff;
      width: 70px;
      margin-bottom: 20px; }
    .calltoaction-split .content .btn {
      border-radius: 30px;
      margin-top: 10px; }
    .calltoaction-split .content .btn-w {
      border: 2px solid transparent; }
  .calltoaction-split .left {
    position: relative; }
    .calltoaction-split .left .overlay {
      background-color: rgba(62, 162, 238, 0.1); }
      .calltoaction-split .left .overlay .content {
        float: right; }
  .calltoaction-split .right .overlay {
    background-color: rgba(109, 103, 175, 0); }
  @media (min-width: 1400px) {
    .calltoaction-split .bg {
      background-size: 100% auto; } }

.team {
  background-color: #eee; }
  .team ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .team ul li .wrap {
      padding: 10px;
      text-align: center; }
      .team ul li .wrap img {
        width: 100%; }
      .team ul li .wrap .content {
        padding: 20px 5px;
        background-color: #fff; }
      .team ul li .wrap h3, .team ul li .wrap h4 {
        margin: 0;
        padding: 0; }
      .team ul li .wrap h3 {
        font-size: 16px;
        margin-bottom: 12px;
        font-weight: 700; }
      .team ul li .wrap h4 {
        font-size: 14px; }

.services-split {
  background-color: #F3F3F3; }
  .services-split table tr td {
    vertical-align: top;
    padding-bottom: 30px; }
    .services-split table tr td h3 {
      margin: 0;
      padding: 0 0 10px 0;
      font-weight: 700;
      color: #555862;
      font-size: 19px; }
    .services-split table tr td i {
      margin-right: 30px;
      background-color: #EBEBEB;
      border-radius: 50%;
      line-height: 70px;
      width: 70px;
      text-align: center;
      font-size: 25px;
      color: #555862; }
  .services-split table tr:hover td i {
    background-color: #3EA2EE;
    color: #fff; }
  .services-split .right td {
    text-align: right; }
    .services-split .right td i {
      margin-left: 30px;
      margin-right: 0; }

.sys-team-list .wrap {
  background-color: #ccc;
  display: block;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  padding: 0 !important; }
  .sys-team-list .wrap b {
    display: block;
    padding: 10px 0;
    font-size: 17px; }
  .sys-team-list .wrap p {
    color: #999; }
  .sys-team-list .wrap .btn {
    border-radius: 30px !important;
    margin-top: 20px; }
  .sys-team-list .wrap h4 {
    color: #3EA2EE;
    font-size: 13px; }
  .sys-team-list .wrap .content {
    position: absolute;
    left: 0;
    right: 0;
    top: 250px;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    height: 180px;
    transition: all .3s; }
  .sys-team-list .wrap:hover b {
    color: #3EA2EE; }
  .sys-team-list .wrap:hover .more {
    color: #3EA2EE; }
  .sys-team-list .wrap:hover .content {
    top: 180px;
    height: 200px; }
  .sys-team-list .wrap .social-icons {
    padding-top: 20px; }
    .sys-team-list .wrap .social-icons a {
      background-color: #ddd;
      color: #fff;
      width: 30px;
      line-height: 30px;
      border-radius: 50%;
      display: inline-block; }
      .sys-team-list .wrap .social-icons a:hover {
        background-color: #3EA2EE; }

.contact-block {
  background-color: #F3F3F3; }
  .contact-block .wrap {
    background-color: #fff;
    padding: 40px;
    text-align: center;
    min-height: 210px; }
    .contact-block .wrap h3 {
      font-size: 20px;
      font-weight: 700;
      color: #555862;
      padding-bottom: 20px; }
    .contact-block .wrap p {
      color: #898b92; }

.cont-form .btn, .cont-form input[type=text] {
  border-radius: 30px !important; }

.cont-form textarea {
  border-radius: 15px !important; }

.cont-form .control-label {
  text-align: left; }
