@import url(https://fonts.googleapis.com/css?family=Cabin:400,700,600,500,400italic,500italic);

body {
  background: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #414042;
  line-height: 1.5;
  font-size: 17px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  color: #272727;
}

a {
  color: #2073b9;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}

.content {
  text-align: justify;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}

.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
  margin-bottom: 50px;
}

.section-header .section-title {
  font-size: 44px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}

.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}

.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #2073b9;
}

.btn {
  border-width: 0;
  border-bottom-width: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}

.btn.btn-primary {
  background: #0eac38;
  border-color: #178102;

}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #d91603;
}

.btnslider {
  position: absolute;
  bottom: 0px;
  height: 55px;
  /*text-transform:uppercase;*/
  display: table-cell;
  vertical-align: middle;
  width: 220px;
  font-size: 16px;
}

.btns3 {
  right: 610px;
  padding: 20px 0 0 0
}

.btns1 {
  right: 310px;
}

.btns2 {
  right: 48%;
  padding: 5px 0 0 0
}

.btn.btn-blue {
  background: #1494c9;
  border-color: #1494c9;
  margin-left: 20px;
  color: #ffffff;
}

.btn.btn-blue:hover,
.btn.btn-blue:focus {
  background: #243078;
}

.navbar-nav>li>a {
  text-transform: uppercase;
}

.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}

.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #2073b9;
}

ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

ul.nostyle i {
  color: #2073b9;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

/*************************
*******Header******
**************************/
header {
  position: relative;
}

.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  width: 100%;
  z-index: 999;
}

.navigation {
  position: relative;
  z-index: 999999;
}

.navbar-right .dropdown-menu {
  left: 0px;
  right: auto;
}

.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}

.navwhite {
  background: #0eac38 !important;
}

.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 999;
}

.navbar-brand h5 {
  margin: 0px;
}

.affix .navbar-brand .weblogo {
  display: none;
}

.affix .navbar-brand .mobilelogo {
  display: block !important;
  max-height: 45px;
  margin: 3px 0 0 20px;
}

.mobilelogocsi {
  display: none;
}

.navbar-brand-right h5 {
  margin: 0px;
}

.affix .navbar-brand-right .weblogocsi {
  display: none;
}

.affix .navbar-brand-right .mobilelogocsi {
  display: block !important;
  max-height: 45px;
  margin: -2px 0 0 20px;
}



.showdateouter {
  background: #7067ed;
  color: #ffffff;
  border-bottom: 3px solid #7f7e80;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 20px;

}

.showdateouter h2 {
  color: #ffffff;
}

.showdateouter .shows {
  font-weight: normal;
}


@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    /*    background: #0eac38;
	   background: #7f7e80; 
    background: #0eac38;
    */
    background: linear-gradient(222deg, rgb(14 123 43) 23%, #2a4e0d 80%);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #313A4A;
    text-transform: uppercase;
  }

  #main-menu.navbar-default .navbar-nav>li>a {
    /* padding-top: 40px;
    padding-bottom: 40px;*/
    font-size: 15px;
    color: #fff;
  }

  #main-menu.navbar-default .navbar-nav>li.active>a,
  #main-menu.navbar-default .navbar-nav>li.open>a,
  #main-menu.navbar-default .navbar-nav>li:hover>a {
    background: transparent;
    /*padding-top: 37px;*/
    border-top: 0px solid transparent;
    color: #E28B26;

  }

  .nav>li>a {
    padding: 15px 11px;
  }

  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
    background-color: rgba(26, 28, 40, 0.9);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }

  #main-menu.navbar-default .dropdown-menu>li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }

  #main-menu.navbar-default .dropdown-menu>li>a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #eeeeee;
  }

  #main-menu.navbar-default .dropdown-menu>li:first-child>a {
    border-top: 0;
  }

  #main-menu.navbar-default .dropdown-menu>li.active,
  #main-menu.navbar-default .dropdown-menu>li.open,
  #main-menu.navbar-default .dropdown-menu>li:hover {
    /*border-left-color: #2073b9;*/
  }

  #main-menu.navbar-default .dropdown-menu>li.active>a,
  #main-menu.navbar-default .dropdown-menu>li.open>a,
  #main-menu.navbar-default .dropdown-menu>li:hover>a {
    color: #2073b9;
    background-color: transparent;
  }
}

.topnav {
  float: none;
  display: block;
}

.topnav li {
  float: right;
}

.topnav li a {
  font-size: 12px;
  color: #fff;
}

#main-menu.navbar-default .topnav a.active,
#main-menu.navbar-default .topnav a.open,
#main-menu.navbar-default .topnav a:hover {
  color: #E28B26;
  background: none;
}


#main-slider {
  overflow: hidden;
}

#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}

#main-slider .slider-inner h2>span {
  color: #2073b9;
}

#main-slider .slider-inner .btn {
  margin-top: 10px;
}

#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #2073b9;
}

#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}

#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}

#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #2073b9;
}

#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.aboutshow {
  margin-top: 20px;
}

.aboutshow strong {
  color: #0eac38;
}

/*
.profileimage{
    background:#c6c6d0;
    width:272px;
    margin:30px auto 0 auto;
    text-align:center;
}
*/


.profileimage {

  width: 272px;
  margin: 30px auto 0 auto;
  text-align: center;
  background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(40, 201, 9, 1) 50%);
  /* ff3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(40, 201, 9, 1)));
  /* safari4+,chrome */
  background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(40, 201, 9, 1) 50%);
  /* safari5.1+,chrome10+ */
  background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(40, 201, 9, 1) 50%);
  /* opera 11.10+ */
  background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 1) 0%, rgba(40, 201, 9, 1) 50%);
  /* ie10+ */
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 1) 0%, rgba(40, 201, 9, 1) 50%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FFAF03', GradientType=0);
  /* ie6-9 */
}



.profilebio {
  /*    background:#93919c;*/
  background: #1b7a09;
  color: #ffffff;
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
  font-size: 14px;
}

.profilebio p {
  margin: 0px;
}

.profilebio p strong {
  font-size: 18px;
  color: #ffffff;
}

.profilebio .bio {
  font-size: 13px;
}

.aboutshow h2 {
  color: #0eac38;
  font-size: 32px;
  margin: 0px 0 30px 0;
  padding: 0px;
}

.aboutshow h5 {
  color: #95a5a6;
  font-size: 26px;
  margin: 0px 0 30px 0;
  padding: 0px;
  font-weight: normal;
}

/* ========================== for stay section  ==================*/

#stay {
  background: #ffbb40;
  margin-top: 85px;
  padding: 25px 0;
  color: #fff;
}

#stay h2 {
  color: #fff;
  font-size: 32px;
  margin: 0px 0 8px 0;
  padding: 0px;
}

#stay h5 {
  color: #d4d4d4;
  font-size: 26px;
  margin: 0px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

#stay .btn.btn-primary {
  background: #3949ab;
  border-color: #2e3b8e;
}

#stay .btn.btn-primary:hover,
#stay .btn.btn-primary:focus {
  background: #2e3b8e;
}

/*  ==================== for Exhibit section =====================*/

#exhibit {
  margin-top: 75px;
  padding: 0px 0;
}

#exhibit h2 {
  color: #3949ab;
  font-size: 32px;
  margin: 0px 0 8px 0;
  padding: 0px;
}

#exhibit h5 {
  color: #95a5a6;
  font-size: 22px;
  margin: 0px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

#exhibit .btn-primary {
  margin-top: 50px;
}

/*  =============== for sponsor section =====================*/

#sponsor {
  margin-top: 15px;
  padding: 0px 0;
}

#sponsor h2 {
  color: #3949ab;
  font-size: 32px;
  margin: 0px 0 8px 0;
  padding: 0px;
}

#sponsor h5 {
  color: #95a5a6;
  font-size: 22px;
  margin: 0px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

.col-half-offset {
  margin-left: 4.166666667%
}

.carousel-inner.onebyone-carosel {
  margin: auto;
  width: 100%;
}

.onebyone-carosel .active.left {
  left: -20%;
}

.onebyone-carosel .active.right {
  left: 20%;
}

.onebyone-carosel .next {
  left: 20%;
}

.onebyone-carosel .prev {
  left: -20%;
}

.fdi-Carousel .left,
.fdi-Carousel .right {
  background-image: none;
}



/* ==================== for event time bg==================*/

#eventtime {
  background: url(../images/event_bg.jpg);
  background-size: cover;
  height: auto;
  margin-top: 50px;
  padding: 0px 0;
  color: #fff;
}

#eventtime h2 {
  color: #fff;
}

#eventtime h3 {
  color: #fff;
  margin-bottom: 0;
}

#eventtime .icon-circle {
  background: #ffffff;
  display: inline-block;
  width: 185px;
  height: 185px;
  overflow: hidden;
  line-height: 185px;
  border-radius: 100px;
  position: relative;
}

#eventtime .icon-circle>span {
  border-style: solid;
  border-width: 2px;
  border-color: #2073b9;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}

#eventtime h3 {
  margin-bottom: 50px;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}

#eventtime h3 span {
  font-size: 15px;
}

#eventtime .section-header {
  margin-top: 70px;
  margin-bottom: 0px;
}


/* =================== For Conference Agenda  =======================*/
#ConferenceAgenda {
  margin-top: 75px;
  padding: 0px 0;
}

#ConferenceAgenda h2 {
  color: #3949ab;
  font-size: 32px;
  margin: 0px 0 8px 0;
  padding: 0px;
}

#ConferenceAgenda h5 {
  color: #95a5a6;
  font-size: 22px;
  margin: 0px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

.nav-tabs {
  border-bottom: 5px solid #ffbb40;
  padding-bottom: 5px;
  margin-top: 40px;
}

.nav-tabs>li>a {
  background: #c5cae9;
  border-radius: 0px;
  border: none;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.nav-tabs>li>a:hover {
  background: #ffbb40;
  color: #fff;
  border: none;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  background: #ffbb40;
  color: #fff;
  border: none;
}

.agendatime {
  background: #7986cb;
  color: #fff;
  text-align: center;
  padding: 15px 15px;
}

.seprator {
  border-bottom: 5px solid #fce4ec;
  padding: 45px 0;
}

.seprator h5 {
  margin-bottom: 25px !important;
}

/*  ==================== for speakers section ==================================*/

#ourspeakers {
  margin-top: 75px;
  padding: 0px 0;
}

#ourspeakers h2 {
  color: #3949ab;
  font-size: 32px;
  margin: 0px 0 8px 0;
  padding: 0px;
}

#ourspeakers h5 {
  color: #95a5a6;
  font-size: 22px;
  margin: 0px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

/* Fourth Section */
#fourth-section {}

#fourth-section .fourth-section-area {}

#fourth-section .fourth-section-area .single-effect {}

#fourth-section .fourth-section-area .single-effect h3 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
}

#fourth-section .fourth-section-area .single-effect .hover {
  background-color: #FFF;
  color: #888;
}

.wpf-demo-3 {
  background-color: #FFF;
  display: block;
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wpf-demo-3 img {
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.wpf-demo-3:hover img {
  -moz-transform: translateY(-15%);
  -o-transform: translateY(-15%);
  -ms-transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
  transform: translateY(-15%);
}

.wpf-demo-3:hover .view-caption {
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.wpf-demo-3 .view-caption {
  background-color: #E28A25;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 10px;
}

.wpf-demo-3 .view-caption h4 {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 5px;
}



/* ================= for tour section ======================*/

#Tour {
  background: #1a237e;
  margin-top: 85px;
  padding: 25px 0;
  color: #a7add1;
}

#Tour h2 {
  color: #fff;
  font-size: 32px;
  margin: 0px 0 15px 0;
  padding: 0px;
}

#Tour h5 {
  color: #d4d4d4;
  font-size: 26px;
  margin: 0px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}


/* ================== for media pertner section ===============*/

#mediapartner {
  margin-top: 85px;
  padding: 25px 0;
}

#mediapartner h2 {
  color: #3949ab;
  font-size: 32px;
  margin: 0px 0 8px 0;
  padding: 0px;
}

#mediapartner h5 {
  color: #95a5a6;
  font-size: 22px;
  margin: 0px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

#mediapartner h3 {
  color: #ffbb40;
  font-size: 18px;
  margin: 10px 0 10px 0;
  padding: 0px;
  font-weight: normal;
}

#mediapartner h3 span {
  color: #777777;
  font-size: 14px;
}

#mediapartner .newssortdesc {
  padding: 10px;
}

.controlsmediapartnerarrow {
  position: absolute;
  top: 50%;
  width: 100%;
}

.controlsmediapartnerarrow .right {
  float: right;
  margin-right: -35px;
}

.controlsmediapartnerarrow .left {
  float: left;
  margin-left: -35px;
}

.controlsmediapartnerarrow a {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  line-height: 27px;
}


/* ================= for Our Partner Section ======================*/

#ourpartners {
  margin-top: 55px;
  padding: 0px 0;
}

#ourpartners h2 {
  color: #3949ab;
  font-size: 32px;
  margin: 0px 0 25px 0;
  padding: 0px;
}




/* ================= for Contact Section ======================*/

#contact {
  position: relative;
  overflow: hidden;
  margin-top: 55px;
  padding: 0px 0;
}

.bghighlight {
  background: #1494c9;
  min-height: 300px;
  color: #fff;
}

.bghighlight h3 {
  background: #0eac38;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  padding: 10px 0;
}



/* ================================= 5 column layout =============================*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}




.media.service-box {
  margin: 25px 0;
}

.media.service-box .pull-left {
  margin-right: 20px;
}

.media.service-box .pull-left>i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #2073b9;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}

.media.service-box .pull-left>i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #2073b9;
}

.media.service-box:hover .pull-left>i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}

.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}

.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}

.nav.main-tab>li>a {
  color: #272727;
}

.nav.main-tab>li.active>a {
  background: #222534;
  color: #2073b9;
}

.nav.main-tab>li:first-child>a {
  border-radius: 3px 0 0 0;
}

.nav.main-tab>li:last-child>a {
  border-radius: 0 3px 0 0;
}

.tab-content {
  border: 0px solid transparent;
  border-top: 0;
  padding: 20px 0px 10px;
  border-radius: 0 0 3px 3px;
}

.panel-default {
  border-color: #eee;
}

.panel-default>.panel-heading {
  background-color: #fff;
  border-color: #eee;
}

.panel-default>.panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #eee;
}

#animated-number {
  padding: 100px 0 70px;
  background: #132125 url(../images/animated-number/bg.php) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}

#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}

#animated-number strong {
  display: block;
  margin-bottom: 30px;
}

.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}



/***********************
********* Footer ******
************************/
#footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #ffffff;
  background: #2a4e0d;
  font-size: 17px;
}

#footer h3 {
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
}

#footer a {
  color: #ffffff;
  font-size: 17px;
}

#footer a:hover {
  color: #E28B26;
}

.footerbottom {
  /*    height: 60px;*/
  background: #041701;
  line-height: 60px;
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  #footer .social-icons {
    float: right;
  }
}

.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}

/* ========================= Main slider ========================*/

.sliderhighlights {
  position: absolute;
  left: -50px;
  top: -123px;
  background: #1494c9;
  padding: 200px;
  padding: 123px 0 0 0;
  height: 150%;
  width: 40%;
  z-index: 99;
  -ms-transform: rotate(13deg);
  /* IE 9 */
  -webkit-transform: rotate(13deg);
  /* Safari */
  transform: rotate(13deg);
  /* Standard syntax */
  overflow: hidden;

}

.highlightbox {
  color: #ffffff;
  width: 67%;
  margin: 0px auto 0 140px;
  -ms-transform: rotate(-13deg);
  /* IE 9 */
  -webkit-transform: rotate(-13deg);
  /* Safari */
  transform: rotate(-13deg);
  /* Standard syntax */
  position: relative;
  background: #127fad;
  padding: 10px;
  height: 61%;
  box-shadow: 0px 0px 16px 5px #146b90;
  border: 1px solid #0897ff;
}

.highlightbox h2 {
  color: #ffffff;
  margin: 5px 0 15px 0;
}

.sliderprof {
  position: relative;
  bottom: -10px;
  z-index: 99;
  color: #fff;
  background: #ffbb40;
  width: 105%;
  text-align: center;
  -ms-transform: rotate(-13deg);
  -webkit-transform: rotate(-13deg);
  transform: rotate(-13deg);
  padding-bottom: 20px;

}

.sliderprof strong {
  font-size: 18px;
}

#carouselmain {
  overflow: hidden;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
  overflow: hidden;
}

#carouselmain .item.active img {
  transition: transform 4000ms linear 0s;
  /* This should be based on your carousel setting. For bs, it should be 5second*/
  transform: scale(1.2, 1.2);
  width: 100%;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}


@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


.btn-save {
  border: 2px solid #0eac38;
  border-radius: 30px;
  color: #0eac38;
  padding: 10px 30px;
  font-size: 17px;
  font-weight: bold;
  background: #ffffff;
  cursor: pointer;
}

.btn-save:hover {
  border: 2px solid #0eac38;
  color: #ffffff;
  background: #0eac38;
}


span.cdown {
  display: block;
  width: 10%;
  float: left;
  text-align: center;
}

span.cdown span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #450aff;
  line-height: 20px;
}

span.cdown p {
  padding: 0px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #450aff;
  margin-bottom: 0;
}

.footer-hr {

  margin-left: 0;
  width: 60%;
}

/* ========================= End main slider ===========================*/