
body
	{
   background: #edeff2;
   font-family:  'Rajdhani', Arial, Helvetica, sans-serif;
    font-weight: 400;
	}

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}

h1,h2,h3 {
  font-weight: 500;
  text-transform: uppercase;
}

h1 {
  font-size: 2.6rem;
  font-weight: 700;
}

h2 {
  color: #ffffff;
  padding-bottom: 10px;
}

h3 {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

p {
  color: #555;
  line-height: 28px;
}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
strong {
  font-weight: 700;
}

#about,
#feature,
#contact {
  background: #ffffff;
}

#about,
#feature,
#contact{
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-title {
  padding-bottom: 0px;
}
.section-title h1 {
  padding-bottom: 10px;
}
#about .section-title {
  padding-bottom: 22px;
}
#contact .section-title {
  text-align: center;
}

.default-header {
  background-color: transparent;
  width: 100% !important;
}

@media (max-width: 992px) {
  .default-header {
    background-color: #222;
  }
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.navbar-nav .dropdown-menu li a{ font-size:14px; padding:0px 4px; font-weight:normal;}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.sticky-wrapper {
  height: 48px !important;
}

@media screen and (max-width:768px){
.navbar-light .navbar-brand img{ width:80%;}
}


/* preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
            animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
            transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
        -ms-transform: rotate(60deg);
            transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
        -ms-transform: rotate(120deg);
            transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
        -ms-transform: rotate(150deg);
            transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
        -ms-transform: rotate(210deg);
            transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
        -ms-transform: rotate(240deg);
            transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
            transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
        -ms-transform: rotate(300deg);
            transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
        -ms-transform: rotate(330deg);
            transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

#slideshow {
  top: 0;
  left: 0;
  z-index: -10;
  width: 100vw;
  backface-visibility: hidden;
}


/* home section */
#home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  height: 90vh;
  color: #ffffff;
}

#home .home-thumb {
  text-align: center;
}

#home .home-thumb h3{
  text-transform:none;
  margin-bottom:0;
}

#home .btn {
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 36px;
    margin-top: 25px;
    margin-right: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#home .btn:hover {
  background: #0075b7;
  color: #ffffff;
  border-color: transparent;
}

#home .btn-success {
    background: #ffffff;
    color: #242424;
    border-color: transparent;
}


/* about section */
#about h3 {
    margin-top: 0px;
}

#about .about-thumb {
  padding-top: 10px;
}


/* feature section */
#feature {
  background: #f1c11a;
}

#feature .icon {
  color: #ffffff;
  font-size: 42px;
  padding-right: 14px;
}

#feature p {
  color: #333;
}

#feature .btn {
    background: transparent;
    border: 3px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 36px;
    margin-top: 62px;
    margin-right: 16px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#feature .btn:hover {
  background: #ffffff;
  color: #333;
  border-color: transparent;
}



/* contact section  */
#contact .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 16px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

#contact .form-control:hover {
  border-color: #999;
}

#contact input {height: 55px;}

#contact input[type='submit'] {
  background: #242424;
  border: none;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 0.4s ease-in-out;
  margin-top: 10px;
}

#contact input[type='submit']:hover {
  background: #f1c11a;
}


/* footer section  */

footer .copyright-text {
  padding-top: 10px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #FF6;
}

/* svg */
.svgcolor-light {
  /*position: absolute;
  top: 0;
  left: 0; */
  position: relative;
  bottom: 104px;
}
.svgcolor-light > path {
  fill: white;
  stroke: white;
  stroke-width: 0;
}

/* modal */
.modal-dialog .modal-content {
  background: url('../images/modal-bg.jpg') no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0;
  text-align: center;
  padding: 100px 50px 100px 50px;
  position: relative;
}

.btn:focus {
  outline: none;
}

.modal-header {
  border-bottom: 0px;
}

.modal-dialog .close {
  color: #f1c11a;
  font-size: 40px;
  font-weight: 300;
  text-shadow: none;
  opacity: 1;
  position: absolute;
  top: 40px;
  right: 40px;
  border: 2px solid #ffffff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
}
.modal-dialog .close:focus {
  outline: none;
}

.modal-dialog form {
  padding: 20px;
}
.modal-dialog form input {
  height: 55px;
}
.modal-dialog form .form-control {
  background: transparent;
  border: 1px solid #f0f0f0;
  border-radius: 0px;
  box-shadow: none;
  font-size: 20px;
  color: #fff;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}

.modal-dialog form input[type="submit"] {
  background: #ffffff;
  color: #242424;
  text-transform: uppercase;
  margin-top: 30px;
}
.modal-dialog form input[type="submit"]:hover {
  background: #f1c11a;
  border-color: transparent;
  color: #ffffff;
}

/* Back top */
.go-top {
  background-color: #eee;
  bottom: 2em;
  right: 2em;
  color: #111112;
  font-size: 22px;
  display: none;
  position: fixed;
  text-decoration: none;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.go-top:hover {
    background: #f1c11a;
    color: #ffffff;
}


/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  margin-top: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background-color: #ffffff;
  color: #111112;
}

/* Mobile Responsive */
@media (max-width: 980px) {

  h1 {
    font-size: 2.4rem;
  }

  #home {
    height: 65vh;
  }

  #about .section-title {
    padding-bottom: 12px;
  }

  #feature .col-md-4 {
    padding-bottom: 32px;
  }

}


@media (max-width: 768px) {

  h1 {
    font-size: 1.5rem;
	line-height:36px;
  }

  h2 {
    font-size: 1.6rem;
  }

  h3 {
    font-size: 1.0rem;
	line-height:2em;
  }

}


@media (max-width: 700px) {

  #home {height: 100vh;}

  .modal-dialog .modal-content {
    padding: 50px 20px;
  }

  footer {text-align: center;}
  footer .col-sm-6 {
    padding-bottom: 32px;
  }

  .modal-dialog .close {
  font-size: 35px;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

}

/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;
	margin-top:40px;
	background:#000;
}
.main-banner .banner-text .sub-text {
	font-weight: 600;
	color: #ffffff;
	font-size: 16px;
	display: block;
	margin-bottom: 5px ;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px ;
	line-height: 1 ;
}

.main-banner .banner-text h2 {
	font-size: 60px;
	color: #ffffff;
	font-weight:800;
	margin-bottom: 10px;
	line-height: 1.3 ;
	text-transform: capitalize;
	padding: 10px 0;
}
.main-banner .banner-text h2 span{
	color: #daa106;
}
.main-banner .banner-text p {
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 20px;
	line-height: 1.8 ;
}
.main-banner .tp-parallax-wrap {
}
.main-banner .tp-mask-wrap {
	height: auto ;
}
.main-banner .more-btn {
	background: #daa106;
	line-height: 30px ;
	padding-left: 38px ;
	padding-right: 38px ;
	font-weight: 700;
	color: #fff;
}
.main-banner li .btn-text {
	line-height: 60px ;
	padding-left: 38px ;
	padding-right: 38px ;
	font-size: 13px ;
	font-weight: 700;
	margin-bottom:100px;
}
#wrapper .main-banner .tp-bullets {
	top: auto ;
	left: 52% ;
	display: block ;
	visibility: visible ;
	opacity: 1 ;
	bottom: 66px ;
}
.main-banner .tp-bullet {
	width: 26px ;
	height: 3px ;
	background: #8f8f8f;
}
.main-banner .tp-bullet.selected {
	background: #ffaf36;
}

.slotholder:before {
	border-top: none;
	border-bottom: none;
	position: absolute ;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background-color: rgba(0,0,0,0.49);
	content: '';
}
@media (max-width: 480px) {
.main-banner .banner-text h2 {
	font-size: 18px ;
}
.main-banner .banner-text p {
	line-height: 1.2 ;
	font-size: 15px ;
}
}


.btn-text {
	font-size: 14px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	line-height: 41px;
	border: 2px solid #19255f;
	padding: 0 22px;
	border-radius: 30px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #19255f;
	height: 44px;
	text-align: center;
	-webkit-transition: all 0.2s linear 0s ;
	-moz-transition: all 0.2s linear 0s ;
	-ms-transition: all 0.2s linear 0s ;
	-o-transition: all 0.2s linear 0s ;
	transition: all 0.2s linear 0s ;
}
.small-btn {
	padding: 10px 30px;
}
.btn-text:hover {
	background: #0075b7;
	color: #fff;
	text-decoration: none;
}


/**
 * Footer
 */
.footer{ 
font-size:14px;
}

.footer-toparea {
  background: #2d343e;
}

.footer-bottomarea {
  padding: 15px 0 25px 0;
  background: #272d35;
}

.footer-copyright {
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}

.footer-copyright a {
  font-weight: 500;
  color: #ffffff;
}

.footer-copyright a:hover {
  color: #0075b7;
}

.footer-widgets {
  margin-top: -50px;
}

.footer-widgets .single-widget {
  color: #ebebeb;
  text-align:left;
  margin-top: 50px;
  margin-bottom:50px;
}

.footer-widgets .single-widget p{
color:#fff;
}

.footer-widgets .single-widget a {
  color: #ebebeb;
}

.footer-widgets .single-widget a:hover {
  color: #0075b7;
}

.footer-widgets .widget-title {
  color: #ffffff;
  padding-bottom: 0;
  margin-bottom: 25px;
}

.footer-widgets .widget-title:after {
  display: none;
}

.footer-widgets .widget-recentpost ul {
  padding-top: 6px;
}

.footer-widgets .widget-recentpost ul li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-widgets .widget-recentpost-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  max-width: 60px;
}

.footer-widgets .widget-recentpost-content h6 {
  color: #ffffff;
  font-size: 14px;
}

.footer-widgets .widget-recentpost-content h6 a {
  color: #ffffff;
}

.footer-widgets .widget-recentpost-content h6 a:hover {
  color: #0075b7;
}

.footer-widgets .widget-recentpost-content span {
  color: #d2d2d2;
  font-size: 12px;
}

.footer-widgets .widget-newsletter-form {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-widgets .widget-newsletter-form input[type="text"],
.footer-widgets .widget-newsletter-form input[type="email"] {
  color: #ffffff;
}

.footer-widgets .widget-newsletter-form input[type="text"]::-webkit-input-placeholder,
.footer-widgets .widget-newsletter-form input[type="email"]::-webkit-input-placeholder {
  color: #ffffff;
}

.footer-widgets .widget-newsletter-form input[type="text"]:-moz-placeholder,
.footer-widgets .widget-newsletter-form input[type="email"]:-moz-placeholder {
  color: #ffffff;
}

.footer-widgets .widget-newsletter-form input[type="text"]::-moz-placeholder,
.footer-widgets .widget-newsletter-form input[type="email"]::-moz-placeholder {
  color: #ffffff;
}

.footer-widgets .widget-newsletter-form input[type="text"]:-ms-input-placeholder,
.footer-widgets .widget-newsletter-form input[type="email"]:-ms-input-placeholder {
  color: #ffffff;
}

.footer-widgets .widget-newsletter-form input[type="text"]:focus,
.footer-widgets .widget-newsletter-form input[type="email"]:focus {
  border-color: #ffffff;
}

.footer-widgets .widget-contact ul:not(.widget-contact-social) li a {
  color: #ebebeb;
}

.footer-widgets .widget-contact ul:not(.widget-contact-social) li a:hover {
  color: #0075b7;
}

@media screen and (max-width:768px){
.footer-widgets .single-widget{
margin-top:30px; margin-bottom:20px;
}
.footer-widgets .widget-title{ margin-bottom:15px;}
}

/**
 * Widgets
 */
.widgets {
  margin-top: -40px;
}

.widget-title {
  position: relative;
  padding-bottom: 15px;
  font-weight: 500;
  margin-bottom: 30px;
  line-height: 1;
}

.widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 70px;
  background: #0075b7;
}

.single-widget {
  margin-top: 40px;
}

.single-widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.single-widget ul li {
  list-style: none;
}

/* Widget Info */
.widget-info-logo {
  display: inline-block;
  margin-bottom: 28px;
}

/* Widget Contact */
.widget-contact ul:not(.widget-contact-social) li {
  position: relative;
  padding-left: 0px;
}

.widget-contact ul:not(.widget-contact-social) li:not(:last-child) {
  margin-bottom: 10px;
}

.widget-contact ul:not(.widget-contact-social) li b {
  /* position: absolute; */
  left: 0;
  /* top: 0; */
}

.widget-contact ul:not(.widget-contact-social) li a {
  color: #444444;
}

.widget-contact ul:not(.widget-contact-social) li a:hover {
  color: #0075b7;
}

.widget-contact-social {
  margin-top: 30px;
}

.widget-contact-social li {
  display: inline-block;
  padding-left: 0;
}

.widget-contact-social li:not(:last-child) {
  margin-right: 10px;
}

.widget-contact-social li a {
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  background: #2b2b2b;
  color: #ffffff;
  border-radius: 100px;
}

.widget-contact-social li a i {
  line-height: 35px;
}

.widget-contact-social li a:hover {
  background: #0075b7;
  color: #ffffff !important;
}

/* Widget Recentpost */
.widget-recentpost ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.widget-recentpost ul li:not(:last-child) {
  margin-bottom: 20px;
}

.widget-recentpost-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px;
  max-width: 80px;
  margin-right: 20px;
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.widget-recentpost-image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.widget-recentpost-image::after {
  content: "\f18e";
  font-family: "Material-Design-Iconic-Font";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ffffff;
  font-size: 18px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 15px;
}

.widget-recentpost-image:hover::before {
  opacity: 1;
  visibility: visible;
}

.widget-recentpost-image:hover::after {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

.widget-recentpost-content {
  margin-top: -6px;
}

.widget-recentpost-content h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin-bottom: 0;
}

.widget-recentpost-content h6 a {
  color: #333333;
}

.widget-recentpost-content h6 a:hover {
  color: #0075b7;
}

.widget-recentpost-content span {
  font-size: 14px;
  color: #444444;
}

/* Widget Quicklinks */
.widget-quicklinks ul li:not(:last-child) {
  margin-bottom: 7px;
}

/* Widget Newsletter */
.widget-newsletter-form button,
.widget-newsletter-form [type="submit"] {
  border-radius: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  max-width: 50px;
  padding: 0;
  border: 1px solid #fff;
  border-left: none;
}

.widget-newsletter-form button::before, .widget-newsletter-form button::after,
.widget-newsletter-form [type="submit"]::before,
.widget-newsletter-form [type="submit"]::after {
  display: none;
}

.widget-newsletter img {
  margin-top: 0px;
}

/* Widget Form */
.widget-search-form {
  position: relative;
}

.widget-search-form input[type="text"],
.widget-search-form input[type="search"] {
  background: #f7f7f7;
  padding-right: 50px;
}

.widget-search-form input[type="text"]:focus,
.widget-search-form input[type="search"]:focus {
  border-color: #d2d2d5;
}

.widget-search-form button,
.widget-search-form input[type="submit"] {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  font-size: 22px;
  line-height: 1;
  text-align: center;
  padding: 0;
  border: none;
}

.widget-search-form button i,
.widget-search-form input[type="submit"] i {
  line-height: 48px;
}

.widget-search-form button:hover,
.widget-search-form input[type="submit"]:hover {
  background: #0075b7;
  border-color: #0075b7;
  color: #ffffff;
}


input,
button,
select,
textarea {
  background: transparent;
  border: 1px solid #d2d2d5;
  -webkit-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  color: #444444;
  font-family: "Open Sans", sans-serif;
}

input::-webkit-input-placeholder,
button::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #444444;
}

input:-moz-placeholder,
button:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: #444444;
}

input::-moz-placeholder,
button::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #444444;
}

input:-ms-input-placeholder,
button:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #444444;
}

input:focus, input:active,
button:focus,
button:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  outline: none;
  border-color: #0075b7;
}

input,
select,
textarea {
  width: 100%;
  font-size: 14px;
  vertical-align: middle;
}

input,
select,
button {
  height: 50px;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  input,
  select,
  button {
    height: 44px;
  }
}

textarea {
  padding: 10px 15px;
}

.sp {
  padding-top: 50px;
  padding-bottom: 90px;
}
  
/* section title */
.section-title {
  text-align: center;
  font-size: 16px;
  color: #7d91aa;
  font-weight: 300;
  margin-bottom: 30px;
}
.section-title h2 {
    margin: 0 0 5px;
    font-size: 40px;
    font-weight: 700;
    color: #222538;
}
.section-title.white {
    color: #ffffff;
}
.section-title.white h2 {
      color: #fff;
}

/*****************************
 *   05. portfolio-area
 ***************************** */
.isotope-menu {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 400; }
.isotope-menu li {
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
    color: #7286a0;
}

.single-portfolio {
  margin: 20px 0;
}
.single-portfolio .inner .portfolio-img {
    position: relative;
}
.single-portfolio .inner .portfolio-img img {
      width: 100%;
}
.single-portfolio .inner .portfolio-img .hover-content {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0;
      top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
      flex-direction: column;
      text-align: center;
      opacity: 0;
      visibility: hidden;
}
.single-portfolio .inner .portfolio-img .hover-content .button {
        background-color: #fff;
        border-color: #fff !important;
}
.single-portfolio .inner .portfolio-img .hover-content .button:hover {
          background-color: #fff;
          color: #19255f;
          border-color: #fff !important;
}
.single-portfolio .inner .portfolio-img:hover .hover-content {
      opacity: 1;
      visibility: visible;
}
.single-portfolio .inner .portfolio-content {
    padding-top: 25px;
    color: #6d7784;
	font-size:15px;
	padding-right:0px;
}
.single-portfolio .inner .portfolio-content a {
      display: block;
}
.single-portfolio .inner .portfolio-content h3 {
      font-weight: 400;
      margin: 0;
      font-size: 24px;
	  padding-bottom:5px;
}


.c1 {
  color: #2d3666; }

.c1-bg {
  background-color: #2d3666; }

.c1-bo {
  border-color: #2d3666 !important; }

.c2 {
  color: #222538; }

.c2-bg {
  background-color: #222538; }

.c2-bo {
  border-color: #222538 !important; }

.c3, #menu ul ul li a:hover, .single-service.bordered .inner:hover .icon, .bordered.single-service-2 .inner:hover .icon, .bordered.single-service-3 .inner:hover .icon,
.single-service.bordered .inner:hover h4,
.bordered.single-service-2 .inner:hover h4,
.bordered.single-service-3 .inner:hover h4, .single-service-3 .inner:hover .title .icon, .isotope-menu li.active, .isotope-menu li:hover, .single-portfolio .inner .portfolio-img .hover-content .button, .single-portfolio .inner .portfolio-content h3:hover, .faq-sidebar li a, .single-pricing .inner a.button:hover, .single-pricing-2 .inner a.button:hover, .single-pricing-2.active .inner a.button {
  color: #19255f; }

.c3-bg, .bg1, .button, .hero-slider .owl-dots .owl-dot.active, .single-service-2:hover .inner, .single-portfolio .inner .portfolio-img .hover-content, .faq .single-item.active, .single-faq h2 span, .footer_widget .nw_form button, .tabs-area .tabs-nav li a.active, .single-team .inner .team-img::after, .single-pricing.active .inner, .active.single-pricing-2 .inner, .single-pricing-2.active .inner .title .price {
  background-color:rgba(45,52,62,0.85);}

.c3-bo, .button, .single-service.bordered .inner:hover, .bordered.single-service-2 .inner:hover, .bordered.single-service-3 .inner:hover, .testimonial-slider .single-slide, .tabs-area .tabs-nav li a::after, .tabs-area .tabs-nav li a.active, .contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
  border-color: #4698ff !important; }

.trns, .button, .button-2, .nav-column a, .nav-column span, .nav-column .right-nav span, form.search-form, #menu ul > li > a, #menu ul ul, #menu ul ul::after, #menu ul ul li a, .hero-slider .owl-dots .owl-dot, .single-service .inner, .single-service-2 .inner, .single-service-3 .inner, .single-service .inner .title .icon, .single-service-2 .inner .title .icon, .single-service-3 .inner .title .icon, .single-service .inner .title h4, .single-service-2 .inner .title h4, .single-service-3 .inner .title h4, .single-service .inner .content, .single-service-2 .inner .content, .single-service-3 .inner .content, .isotope-menu li, .single-portfolio .inner .portfolio-img .hover-content, .single-portfolio .inner .portfolio-content h3, .faq-sidebar li a, .single-team .inner .team-img::after, .contact-form input:not([type="submit"]),
.contact-form textarea {
  -webkit-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
  transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s; }


a:focus,
a:hover,
a:visited,
input,
input:hover,
input:focus,
input:active,
select {
  text-decoration: none;
  outline: none !important; }


a,
span {
  display: inline-block; }



/* button */
.button {
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid;
  color: #fff;
  border-radius: 3px;
  font-weight: 400;
}
  
.button:hover {
    color: #fff;
    background-color: #333;
    border-color: #333 !important; 
}
	
@media only screen and (max-width: 767px) {
    .button {
      font-size: 13px;
      padding: 0 15px;
      line-height: 32px; }
}

.button-2 {
  font-size: 14px;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid;
  color: #fff;
  background-color: transparent;
  border: 2px solid #c1c2c5;
  color: #2d3666;
  border-radius: 3px;
  font-weight: 400;
}
  
.button-2:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}
	
@media only screen and (max-width: 767px) {
    .button-2 {
      font-size: 13px;
      padding: 0 15px;
      line-height: 32px; } 
}

.banner_inner {  position:relative; height:300px; overflow:hidden; margin-top:98px; background:#000; background-image:url(../images/banner_inner1.jpg); background-position:center;}
.banner_inner img {  width:100%; height:100%;}
.banner_inner_txt { position:absolute; height:52px; top:26%; left:20%; margin-left:-20px;}
.banner_inner_txt h2 { height:52px; color:#fff; font-size:35px; font-weight:bold; position:relative;}
.banner_inner_txt em { position:absolute; bottom:0; width:74px; height:4px; display:block; left:0; background:#fff;}
.fnt_32 { font-size:32px; line-height:34px;}

.banner_inner_txt .down-ico {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin-top: 65px;
  position: relative;
  overflow: hidden;
}
.banner_inner_txt .down-ico i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ico_16.png) no-repeat center;
  animation: downico 1.5s ease-out infinite;
  position: relative;
}

@media only screen and (max-width: 767px) {
    .banner_inner {  position:relative; height:300px; overflow:hidden; margin-top:78px; background-image:url(../images/banner_inner1.jpg); background-position:center;}
	.banner_inner_txt { position:absolute; height:52px; top:30%; left:15%; margin-left:-20px;}
    .banner_inner_txt h2 { height:52px; color:#fff; font-size:26px; font-weight:bold; position:relative;}
	.banner_inner_txt .down-ico {margin-top: 55px;}
}


  
#mu-breadcrumb {
	background-color: #e8e8e8;
	display: inline;
	float: left;
	width: 100%;
}

.mu-breadcrumb li {
	font-size: 14px;
}

.mu-breadcrumb li.active {
	color: #0075b7;
}

.mu-breadcrumb li a {
	color: #323232;
}

/*--------------------*/
/* ABOUT US */
/*--------------------*/


.mu-about {
	background-color: #fff;
	display: inline;
	float: left;
	width: 100%;
}

.mu-about-area {
	display: inline;
	float: left;
	padding: 50px 0 100px 0;
	width: 100%;
}

.mu-title {
	display: inline;
	float: left;
	text-align: left;
	width: 100%;
	margin-bottom: 15px;
	padding: 0 0;
}

.mu-title h2 {
	color: #323232;
	font-size: 30px;
	font-weight:600;
	text-transform: none;
	margin-bottom: 15px;
}

.mu-title p {

}
@media screen and (max-width:768px){
.mu-title { padding: 0 5%;}
}

.mu-about-left {
	display: inline;
	float: left;
	width: 100%;
	margin-bottom:10px;
}
.mu-about-left img{ margin-bottom:15px;}

.mu-about-right {
	display: inline;
	float: left;
	width: 100%
}

.mu-about-right ul {}

.mu-about-right ul li {
	list-style: none;
	float: left;
	margin-bottom: 25px;
}

.mu-about-right ul li h3 {
	border-bottom: 3px solid #dadada;
	color: #323232;
	font-size: 20px;
	display: inline-block;
}

.mu-about-right p {
	font-size: 16px;
	line-height:30px;
	padding-top:10px;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
}

.main_grid_contact {
    display: block;
    width: 100%;
	-webkit-box-shadow: 5px 6px 15px 2px rgba(0,0,0,0.55);
	-moz-box-shadow: 5px 6px 15px 2px rgba(0,0,0,0.55);
	box-shadow: 5px 6px 15px 2px rgba(0,0,0,0.55);
}
.form {
    width:60%;
    padding: 2.86em 4em;
    background: #fff;
	float:left;
}
.w3ls-contact {
    width:40%;   
    padding: 3em 2em;
    background: #272d35;
	float:left;
}
.input-group input[type="text"], .input-group input[type="email"] {
    font-size: 14px;
    text-transform: capitalize;
    padding: 15px 10px;
    margin: 10px 0;
    width: 49%;
	color: #666;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #999;
    background: transparent;
}
.input-group input.margin2 {
    margin-right: 2%;
}
.input-group1 button.btn {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    outline: none;
    box-sizing: border-box;
    cursor: pointer;
    color: #fff;
    background: #0075b7;
    padding: 10px;
    border: none;
    width: 25%;
    margin: 10px 0 0 auto;
	border-radius: 0;
    transition: all 0.5s ease-in;
}
textarea {
    font-size: 14px;
    resize: none;
	text-transform: capitalize;
    padding: 15px 10px;
    letter-spacing: 1px;
    width: 100%;
	margin: 10px 0;
    box-sizing: border-box;
    outline: none;	
    color: #666;
	border: 1px solid #999;
	background: transparent;
}

.w3ls-contact address p span.fa {
    width: 25px;
    margin-left: 0px;
	margin-right:5px;
    display: inline-block;
	color: #00bcd4;
}
.w3ls-contact p,.w3ls-contact address p, .w3ls-contact address p a{
    color: #bbb;
}
.w3ls-contact address {
    margin-bottom: 2rem;
    margin-top: 2rem;
}

@media only screen and (max-width: 767px) {
.form {
    width:100%;
    padding: 1em 2em;
    background: #fff;
	float:left;
}
.w3ls-contact {
    width:100%;   
    padding: 3em 2em;
    background: #222;
	float:left;
}
}

.probootstrap-section{padding:4em 0 6em 0;position:relative;z-index:2}
.probootstrap-section.probootstrap-section-sm{padding:3em 0}
.probootstrap-section.probootstrap-border-top{border-top:1px solid rgba(0,0,0,.1)}
.probootstrap-section.probootstrap-border-bottom{border-bottom:1px solid rgba(0,0,0,.1)}
.probootstrap-section>.container.probootstrap-border-top{padding-top:50px;border-top:1px solid rgba(0,0,0,.1)}
.probootstrap-cta,.probootstrap-footer{border-top:2px solid rgba(255,255,255,.1)}
.probootstrap-section.probootstrap-section-colored,.probootstrap-section.probootstrap-section-dark{background:#ddf0f3;background:-webkit-gradient(linear,left top,right top,from(#ddf0f3),to(#5068a9));background:linear-gradient(to right,#ddf0f3 0,#5068a9 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr=$firstcolor, endColorstr=$secondcolor, GradientType=1 )}.probootstrap-section.probootstrap-section-colored .section-heading h2,.probootstrap-section.probootstrap-section-dark .section-heading h2{color:#fff}.probootstrap-section.probootstrap-section-colored .section-heading p,.probootstrap-section.probootstrap-section-dark .section-heading p{color:rgba(255,255,255,.6)}
.probootstrap-section.probootstrap-section-colored .heading-with-icon,.probootstrap-section.probootstrap-section-colored .heading-with-icon i,.probootstrap-section.probootstrap-section-dark .heading-with-icon,.probootstrap-section.probootstrap-section-dark .heading-with-icon i{color:#5068A9}
.probootstrap-section.probootstrap-section-colored p,.probootstrap-section.probootstrap-section-dark .section-heading h2,.probootstrap-section.probootstrap-section-dark p{color:#fff}.probootstrap-section.probootstrap-section-dark{background:#222;color:#fff}
.probootstrap-section.probootstrap-section-dark .section-heading p,.probootstrap-section.probootstrap-section-dark p{color:rgba(255,255,255,.6)}
.probootstrap-section.probootstrap-section-lighter{background:#f7f7f7}
@media screen and (max-width:768px){
.probootstrap-section{padding:3em 0}
}
.probootstrap-section.probootstrap-bg{background-size:cover;background-repeat:no-repeat;background-attachment:fixed;padding:8em 0}
.probootstrap-section.probootstrap-bg:before{position:absolute;content:"";background:rgba(0,0,0,.6);top:0;left:0;right:0;bottom:0;z-index:-1}
.probootstrap-section.probootstrap-bg .heading{margin-top:0;margin-bottom:10px;color:#fff;font-family:Abel,sans-serif;font-size:30px;line-height:30px}
.probootstrap-cta :last-child,.probootstrap-panel .panel .panel-body :last-child{margin-bottom:0}
.probootstrap-section.probootstrap-bg .sub-heading{font-size:20px;line-height:1.5;color:rgba(255,255,255,.7)}
.probootstrap-section.probootstrap-bg .container{position:relative;z-index:2}
.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto; margin-bottom:15px;}
.page-title h1,.probootstrap-card .probootstrap-card-text .probootstrap-card-heading,.probootstrap-panel .panel .panel-title h3,h2,h4{margin:0em 0 .5em;line-height:1.2;font-weight:600;color:#323232; }


/* Portfolio List */
.portfolio{ margin:40px auto;}
.portfolio .nav{ padding-bottom:20px; margin-bottom:20px; border-bottom:1px #dddee2 solid;}
.portfolio .text{ font-size:20px; padding-bottom:10px;}
.portfolio .more{ color:#ababab; padding-top:10px;}
.portfolio .page{ width:100%; text-align:center; padding:50px 0px; margin:0 auto;}
ul.portfolio-list {
	list-style: none;
	margin: 15px auto;
	padding: 0 0 15px 0;
	border-bottom:1px #dddee2 solid;
    width:100%;
}

ul.portfolio-list .portfolio-item {
	margin-bottom: 35px;
}

/* Portfolio Details */
ul.portfolio-details {
	list-style: none;
	padding: 0;
	margin: 45px 0 0 5px;
	font-size: 0.9em;
}

ul.portfolio-details li {
	padding: 0;
	margin: 0 0 20px;
}

ul.portfolio-details p {
	padding: 0;
	margin: 0;
}

ul.portfolio-details blockquote {
	padding: 0 0 0 10px;
	margin: 15px 0 0;
	color: #999;
}

ul.portfolio-details ul.list-skills li {
	margin-right: 10px;
	margin-bottom: 5px;
}

.product-images {border: 2px solid #19255F; margin:0 20px 20px 0;}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	-moz-animation-name: fadeInUp;
	-o-animation-name: fadeInUp;
	animation-name: fadeInUp;
}
.appear-animation {
	opacity: 0;
}

.appear-animation-visible {
	opacity: 1;
}

.animated,
.appear-animation {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

@media screen and (min-width: 768px){
.col-sm-4{ 
width:33.33333333%;
float:left;
padding-right:50px;
}
.col-sm-4 img{ width:100%;}
.col-sm-8{
width:66.66666667%;
float:left; padding:10px 30px}
}
@media screen and (max-width:768px){
.col-sm-4{ width:100%; }
.col-sm-4 img{ max-width:100%;}
.col-sm-8{width:100%;;}
}

.downloads{ height:100%; overflow:hidden;}
.av_one_fourth{ width:23%; float:left; text-align:center; margin:1.5% 1%;}
.av_one_fourth .text{ font-size:15px; margin:20px 0;}
.avia-color-theme-color{ background:#ed1c23; color:#ffffff; border-color:#cb0a01;}
.avia-color-theme-color:hover{color:#ffffff;}
.avia-button.avia-size-large{
padding: 15px 30px 13px;
font-size: 13px;
min-width: 139px;
}
.avia-button{/* border-radius: 3px; *//* padding:10px; *//* font-size: 12px; *//* text-decoration: none; *//* display:inline-block; *//* border-bottom-style: solid; *//* border-bottom-width: 1px; *//* margin:3px 0; *//* line-height: 1.2em; *//* position: relative; */font-weight: normal;/* text-align: center; *//* max-width: 100%; */}

.avia-button:hover{opacity: 0.9;}
.avia-button:active{border-bottom-width: 0px; border-top-width: 1px; border-top-style: solid;}
.avia-button.avia-color-theme-color-subtle{background-image: none;}
.avia-button.avia-color-theme-color-subtle:hover{}

@media screen and (max-width:768px){
.av_one_fourth{ width:100%; float:left; text-align:center; font-size:14px;}
}

.pr_detail td{ line-height:26px;border-right:1px #fff solid; padding:5px 10px;}
.pr_detail .bg{ background:#cdcdcd; padding-left:10px;}
.pr_detail .bg1{  background:#b3b3b3; padding-left:10px;}

.pr_miaoshu { width:70%; margin:0 auto 60px auto;}
.pr_miaoshu td{ line-height:26px;border-right:1px #fff solid; padding:5px 10px;}
.pr_miaoshu .bg{ background:#cdcdcd; padding-left:10px;}
.pr_miaoshu .bg1{  background:#b3b3b3; padding-left:10px;}

@media screen and (max-width:768px){
.pr_miaoshu { width:100%; margin:0 auto 50px auto;}
}

.works{ width:100%; text-align:center; margin:0 auto;}
.works a{
	display: block;
	background: url(../images/img_78.png) no-repeat center center;
	width: 240px;
	height: 50px;
	padding-right: 30px;
	text-align: center;
	font-size: 16px;
	color: #666666;
	line-height: 50px;
	transition: all 0.3s;
	margin:0 auto 100px auto;
}
.works a:hover{
	background: url(../images/img_79.png) no-repeat center  center;
	color: #333;
	transition: all 0.3s;
}

@keyframes downico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 50%;
    opacity: 0;
  }
  65% {
    top: -50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }

