/*
  Theme Name: DevFolio
  Theme URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*======================================
//--//-->   STYLES GENERALES
======================================*/

body {
  background-color: #f5f5f5;
  color: #4e4e4e;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}

a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #0078ff;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: #0078ff;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}

.overlay-mf {
  background-color: #0078ff;
}

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .7;
}

.paralax-mf {
  position: relative;
  padding: 8rem 0;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

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

/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.subtitle-a {
  color: #4e4e4e;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #0078ff;
  margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #0078ff;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #0078ff;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #0078ff;
  color: #fff;
  box-shadow: 0 0 0 3px #cde1f8;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: #0078ff;
  margin-right: 10px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #0078ff;
  display: block;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #0078ff;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #0078ff;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #0078ff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   NAVBAR
======================================*/

.navbar-b {
  transition: all .5s ease-in-out;
  background-color: transparent;
  padding-top: 1.563rem;
  padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item,
.navbar-b.navbar-reduce .nav-item {
  position: relative;
  padding-right: 10px;
  padding-left: 0;
}

.navbar-b.navbar-trans .nav-link,
.navbar-b.navbar-reduce .nav-link {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

.navbar-b.navbar-trans .nav-link:before,
.navbar-b.navbar-reduce .nav-link:before {
  content: '';
  position: absolute;
  margin-left: 0px;
  width: 0%;
  bottom: 0;
  left: 0;
  height: 2px;
  transition: all 500ms ease;
}

.navbar-b.navbar-trans .nav-link:hover,
.navbar-b.navbar-reduce .nav-link:hover {
  color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover:before,
.navbar-b.navbar-reduce .nav-link:hover:before {
  width: 35px;
}

.navbar-b.navbar-trans .show > .nav-link:before,
.navbar-b.navbar-trans .active > .nav-link:before,
.navbar-b.navbar-trans .nav-link.show:before,
.navbar-b.navbar-trans .nav-link.active:before,
.navbar-b.navbar-reduce .show > .nav-link:before,
.navbar-b.navbar-reduce .active > .nav-link:before,
.navbar-b.navbar-reduce .nav-link.show:before,
.navbar-b.navbar-reduce .nav-link.active:before {
  width: 35px;
}

.navbar-b.navbar-trans .nav-link:before {
  background-color: #fff;
}

.navbar-b.navbar-trans .nav-link:hover {
  color: #fff;
}

.navbar-b.navbar-trans .show > .nav-link,
.navbar-b.navbar-trans .active > .nav-link,
.navbar-b.navbar-trans .nav-link.show,
.navbar-b.navbar-trans .nav-link.active {
  color: #fff;
}

.navbar-b.navbar-reduce {
  transition: all .5s ease-in-out;
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-b.navbar-reduce .nav-link {
  color: #0078ff;
}

.navbar-b.navbar-reduce .nav-link:before {
  background-color: #0078ff;
}

.navbar-b.navbar-reduce .nav-link:hover {
  color: #0078ff;
}

.navbar-b.navbar-reduce .show > .nav-link,
.navbar-b.navbar-reduce .active > .nav-link,
.navbar-b.navbar-reduce .nav-link.show,
.navbar-b.navbar-reduce .nav-link.active {
  color: #0078ff;
}

.navbar-b.navbar-reduce .navbar-brand {
  color: #0078ff;
}

.navbar-b.navbar-reduce .navbar-toggler span {
  background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu,
.navbar-b .dropdown.show .dropdown-menu,
.navbar-b .dropdown-btn.show .dropdown-menu {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible !important;
}

.navbar-b .dropdown-menu {
  margin: 1.12rem 0 0;
  border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
  padding: .7rem 1.7rem;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
  background-color: #0078ff;
  color: #fff;
  transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
  background-color: #0078ff;
}

/*--/ Hamburger Navbar /--*/

.navbar-toggler {
  position: relative;
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: -webkit-transform .35s ease-in-out;
  transition: transform .35s ease-in-out;
  transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  height: 12px;
  visibility: hidden;
  background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  position: absolute;
  left: 12px;
  top: 10px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  opacity: 0.9;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.intro .intro-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #0078ff;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*======================================
//--//-->   ABOUT
======================================*/

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
}

.about-mf .about-img img {
  margin-left: 10px;
}

.skill-mf span {
  color: #4e4e4e;
}

.skill-mf .progress {
  background-color: #cde1f8;
  margin: .5rem 0 1.2rem 0;
  border-radius: 0;
  height: .7rem;
}

.skill-mf .progress .progress-bar {
  height: .7rem;
  background-color: #0078ff;
}

/*======================================
//--//-->   SERVICES
======================================*/

.service-box {
  background-color: #fff;
  padding: 2.5rem 1.3rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
}

.service-box:hover .ico-circle {
  transition: all 500ms ease;
  color: #fff;
  background-color: #0078ff;
  box-shadow: 0 0 0 10px #cde1f8;
}

.service-box .service-ico {
  margin-bottom: 1rem;
  color: #1e1e1e;
}

.service-box .ico-circle {
  transition: all 500ms ease;
  font-size: 4rem;
}

.service-box .s-title {
  font-size: 1.4rem;
  text-transform: uppercase;
  text-align: center;
  padding: .4rem 0;
}

.service-box .s-description {
  color: #4e4e4e;
}

/*======================================
//--//-->   COUNTER
======================================*/

.counter-box {
  color: #fff;
  text-align: center;
}

.counter-ico {
  margin-bottom: 1rem;
}

.counter-ico .ico-circle {
  height: 60px;
  width: 60px;
  line-height: 1.8;
  box-shadow: 0 0 0 10px #cde1f8;
}

.counter-num .counter {
  font-size: 2rem;
  margin-bottom: 0;
}

/*======================================
//--//-->   PORTFOLIO
======================================*/

.work-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.work-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.work-img {
  display: block;
  overflow: hidden;
}

.work-img img {
  transition: all 1s;
}

.work-content {
  padding: 2rem 3% 1rem 4%;
}

.work-content .w-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.work-content .w-more .w-ctegory {
  color: #0078ff;
}

.work-content .w-like {
  font-size: 2.5rem;
  color: #0078ff;
  float: right;
}

.work-content .w-like a {
  color: #0078ff;
}

.work-content .w-like .num-like {
  font-size: .7rem;
}

.w-title {
  font-size: 1.2rem;
}

/*======================================
//--//-->   TESTIMONIALS
======================================*/

.testimonials .owl-carousel .owl-item img {
  width: auto;
}

.testimonial-box {
  color: #fff;
  text-align: center;
}

.testimonial-box .author-test {
  margin-top: 1rem;
}

.testimonial-box .author-test img {
  margin: 0 auto;
}

.testimonial-box .author {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1rem 0;
  display: block;
  font-size: 1.4rem;
}

.testimonial-box .comit {
  font-size: 2rem;
  color: #0078ff;
  background-color: #fff;
  width: 52px;
  height: 52px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 1.6;
}

/*======================================
//--//-->   BLOG
======================================*/

.card-blog .card-body {
  position: relative;
}

.card-blog .card-category-box {
  position: absolute;
  text-align: center;
  top: -16px;
  left: 15px;
  right: 15px;
  line-height: 25px;
  overflow: hidden;
}

.card-blog .card-category {
  display: inline-block;
  color: #fff;
  padding: 0 15px 5px;
  overflow: hidden;
  background-color: #0078ff;
  border-radius: 4px;
}

.card-blog .card-category .category {
  color: #fff;
  display: inline-block;
  text-transform: uppercase;
  font-size: .7rem;
  letter-spacing: .1px;
  margin-bottom: 0;
}

.card-blog .card-title {
  font-size: 1.3rem;
  margin-top: .6rem;
}

.card-blog .card-description {
  color: #4e4e4e;
}

.card-blog .post-author {
  display: inline-block;
}

.card-blog .post-date {
  color: #4e4e4e;
  display: inline-block;
  float: right;
}

/*======================================
//--//-->   BLOG-SINGLE
======================================*/

.post-box,
.form-comments,
.box-comments,
.widget-sidebar {
  padding: 2rem;
  background-color: #fff;
  margin-bottom: 3rem;
}

.blog-wrapper .article-title {
  font-size: 1.5rem;
}

.blog-wrapper .post-meta {
  margin: 1rem 0;
}

.blog-wrapper .post-meta ul {
  border-left: 4px solid #0078ff;
  margin-top: 1rem;
}

.blog-wrapper .post-meta ul li {
  display: inline-block;
  margin-left: 15px;
}

.blog-wrapper .post-meta ul a {
  color: #0078ff;
}

.blog-wrapper .post-meta ul span {
  color: #1e1e1e;
}

.blog-wrapper .blockquote {
  border-left: 4px solid #0078ff;
  padding: 18px;
  font-style: italic;
}

/*------/ Comments /------*/

.box-comments .list-comments li {
  padding-bottom: 40px;
}

.box-comments .list-comments .comment-avatar {
  display: table-cell;
  vertical-align: top;
}

.box-comments .list-comments .comment-avatar img {
  width: 80px;
  height: 80px;
}

.box-comments .list-comments .comment-author {
  font-size: 1.3rem;
}

.box-comments .list-comments .comment-details {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}

.box-comments .list-comments a {
  color: #0078ff;
}

.box-comments .list-comments span {
  color: #1e1e1e;
  font-style: italic;
}

.box-comments .comment-children {
  margin-left: 40px;
}

/*------/ Sidebar /------*/

.widget-sidebar .sidebar-title {
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 5px solid #0078ff;
  padding-left: 15px;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.widget-sidebar .list-sidebar li {
  position: relative;
  padding: 6px 0 6px 24px;
}

.widget-sidebar .list-sidebar li:before {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 0;
  background-color: #0078ff;
  top: 20px;
}

.sidebar-search input {
  background-color: #fff;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
}

.sidebar-search .btn-search {
  background-color: #0078ff;
  border-color: #0078ff;
  border-radius: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.widget-tags ul li {
  display: inline-block;
  background-color: #0078ff;
  padding: .2rem .6rem;
  margin-bottom: .5rem;
  border-radius: 15px;
}

.widget-tags ul li a {
  color: #fff;
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

/*======================================
//--//-->   FOOTER
======================================*/

footer {
  text-align: center;
  color: #fff;
  padding-bottom: 4rem;
}

footer .copyright {
  margin-bottom: .3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}

/*======================================
//--//-->   CONtaCT FORM
======================================*/

#sendmessage {
  color: #0078ff;
  border: 1px solid #0078ff;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

#sendmessage.show,
#errormessage.show,
.show {
  display: block;
}

.validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*======================================
//--//-->   BUTTON
======================================*/

.button {
  display: inline-block;
  padding: .3rem .6rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1rem;
  border-radius: .3rem;
  border: 1px solid transparent;
  transition: all 500ms ease;
  cursor: pointer;
}

.button:focus {
  outline: 0;
}

.button:hover {
  background-color: #0062d3;
  color: #fff;
  transition: all 500ms ease;
}

.button-a {
  background-color: #0078ff;
  color: #fff;
  border-color: #cde1f8;
}

.button-big {
  padding: .9rem 2.3rem;
  font-size: 1.2rem;
}

.button-rouded {
  border-radius: 5rem;
}

.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem;
}

@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }

  .navbar-b.navbar-trans .nav-item,
  .navbar-b.navbar-reduce .nav-item {
    padding-left: 10px;
  }

  .navbar-b.navbar-trans .nav-link:before,
  .navbar-b.navbar-reduce .nav-link:before {
    margin-left: 18px;
  }

  .intro .intro-title {
    font-size: 4.5rem;
  }

  .intro .intro-subtitle {
    font-size: 2.5rem;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}


.b-link-stripe{position:relative;display:inline-block;vertical-align:top;overflow:hidden;width:100%;}
.b-link-stripe .b-wrapper{position:absolute;width:100%;top:0;left:0;text-align:center;color:#fff;overflow:hidden;}
.b-animate-go{text-decoration:none}
.b-animate{transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;-webkit-transition:all .5s;visibility:hidden}
.b-animate img{margin-top:4%;display:-webkit-inline-box; }
.b-animate span{font-size:20px;padding-top:2em;display:block;font-weight:300;}
.b-animate p{padding:.2em 0 1em;color:#fff;font-size:1em;font-weight:400;border-bottom:1px solid #fff;display:inline-block;margin:0 0 1em}
.b-animate i{width:70px;height:70px;display:block;margin:0 auto}
.b-animate-go:hover .b-animate{visibility:visible}
.b-from-left{position:relative;left:-100%;background:#FF979F;background-size:100% 100%;top:0;margin:0; min-height:370px;}
.b-animate-go:hover .b-from-left{left:0}
.gallery {
    display: block;
    margin-top: 20px;
}
.pad-0{ padding:0!important;}
.gallery ul {
    margin: 0;
    padding: 0;
}
.gallery ul li {
    float: left;
    display: block;
    margin-right: 10px;
margin-bottom: 10px;
    border: solid 1px #FF979F;
}
.gallery ul li img {
    width: 290px;
	height:370px;
	max-width:100%;
}

h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*-- ui-kit --*/
.ui-kit{
	padding:1em 4em;
}
@keyframes top-name
 {
    from {color: #FFF;}
    to {color: yellow;}
}
.ui-kit h1{
	font-size: 3em;
	color: #FF979F;
	text-align: center;
	padding:5px 0;
	margin: 0 0 .5em;
	font-weight: 900;
	text-transform:capitalize;
	font-family: 'Playball', cursive;
	text-shadow:1px 1px 2px #FFF;
}
.ui-kit span
{

	color: #fff;
	text-align: center;
	display:block;
	text-align:center; padding-bottom:10px;
	line-height:30px;
}
.ui-kit span a{ color:#FF979F; font-weight:bold; font-size:40px;text-shadow:1px 1px 2px #FFF;}
/*-- ui-kit-left --*/
.ui-kit-left{
	float:left;
	width:53%;
}
.ui-kit-left-dash{
	float:left;
	width:48%;
}
.board-left{
	float:left;
	width: 19.3%;
	border-right: 1px solid #55DF8E;
}
.board-left span{
	padding: 20px 20px;
	width: 100%;
	background-color: #F6D554;
	font-size: 18px;
	color: #fff;
	display: inline-block;
	margin-top: -1px;
}
.board:hover div.board-left span{
	background-color:#FF979F;
}
.board:hover div.board-right p{
	background-color:#FF979F;
}
.board{
	border-bottom:1px solid #55DF8E;
	  cursor: pointer;
}
.board-right{
	float:left;
	width: 80.7%;
}
.board-right p{
	font-size: 17px;
	color: #fff;
	background-color: #FF979F;
}
.board-right p a{ display:block; color:#fff;
	padding: 17px 20px;}
.ui-kit-left-twi{
	float:right;
	width:48%;
}
.ui-kit-left-twi ul{ padding:0; margin:0;}
.ui-kit-left-twi ul li{ display:list-item; list-style-type:none;}
.ui-kit-left-twi ul li a
{
display:block;
padding: 8px 0px;
text-align: center;
background: #FF979F none repeat scroll 0% 0%;
font-size: 17px;
font-weight:bold;
color: #fff;
margin-bottom:2px;
}
.ui-kit-left-twi ul li span
{
display:block;
padding: 15px 0px;
text-align: center;
background: #F6D554 none repeat scroll 0% 0%;
font-size: 20px;
font-weight:bold;
color:#506270;
margin-bottom:2px;
text-transform: capitalize;
border-radius:5px 5px 0 0;
}
.ui-kit-left-twi ul li a:hover
{
background:#fff; color:#FF979F;
}

/*   sidebar*/
.sidebar{
	float:left;
	width:99%;
}

.sidebar ul{ padding:0; margin:0;}
.sidebar ul li{ display:list-item; list-style-type:none;}
.sidebar ul li a
{
display:block;
padding: 8px 0px;
text-align: center;
background: #FF979F none repeat scroll 0% 0%;
font-size: 17px;
font-weight:bold;
color: #fff;
margin-bottom:2px;
text-transform: capitalize;

}
.sidebar ul li a:hover
{
background:#fff; color:#FF979F;
}
.sidebar ul li span
{
display:block;
padding: 15px 0px;
text-align: center;
background: #F6D554 none repeat scroll 0% 0%;
font-size: 20px;
font-weight:bold;
color:#506270;
margin-bottom:2px;
text-transform: capitalize;
border-radius:5px 5px 0 0;
}

.t1{
	background:#55acee;
	padding:15px 10px;
	cursor: pointer;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.t1:hover {
  background: #167CC5;
}
.t1:nth-child(2){
	margin:1.5em 0;
	background:#3b5998;
}
.t1:nth-child(2):hover{
	background:#044978;
}
.t1:nth-child(3){
	margin:0 0 1.5em;
	background:#dd4b39;
}
.t1:nth-child(3):hover{
	background:#DA2109;
}
.t1-left,.t1-left1,.t1-left2{
	float:left;
}
.t1-left span{
	background: url(../images/img-sp.png) no-repeat 0px -6px;
	display: block;
	height: 26px;
	width: 55px;
}
.t1-left1 span{
	background: url(../images/img-sp.png) no-repeat 0px -50px;
	display: block;
	height: 26px;
	width: 55px;
}
.t1-left2 span{
	background: url(../images/img-sp.png) no-repeat 0px -94px;
	display: block;
	height: 26px;
	width: 55px;
}
.t1-right{
	float:left;
}
.t1-right p{
	color:#fff;
	font-size:16px;
	margin:2px 0 0;
}
.ui-kit-left-twi input[type="text"],.ui-kit-left-twi input[type="password"]{
	outline:none;
	background:#fff;
	color:#999;
	font-size:17px;
	width:100%;
	padding:13px 10px;
	border:none;
}
.ui-kit-left-twi input[type="text"]{
	background:url(../images/men.png) no-repeat 14px 14px #fff;
    padding-left: 3em;
}
.ui-kit-left-twi input[type="password"]{
	background:url(../images/key.png) no-repeat 13px 14px #fff;
    padding-left: 3em;
}
.ui-kit-left-twi input[type="password"]{
	margin:1.5em 0;
}
.ui-kit-left-twi input[type="submit"]{
	background:#FF979F;
	color:#fff;
	font-weight:600;
	width:100%;
	border:none;
	padding:13px 0px;
	outline:none;
	font-size: 17px;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.ui-kit-left-twi input[type="submit"]:hover{
	background:#FF979F;
}
.video{
	margin:2.5em 0;
	border: 1px solid #FF979F;
}
.video iframe{
	width:100%;
	min-height:400px;
}
/*-- calender --*/
.calender-left{
	position: relative;
  padding: 2em 3em;
  background: #3495da;
  float:left;
  width:60%;
}
.alert-close, .alert-close1, .alert-close2 ,.alert-close3,.alert-close4,.alert-close5,.alert-close6,.alert-close7,.alert-close8,.alert-close9{
background: url('../index.html') no-repeat 0px 0px;
  cursor: pointer;
  height: 22px;
  width: 22px;
  position: absolute;
  right: 20px;
  top: 53px;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  z-index: 999;
}
.pause{
	float:right;
	margin-top: 1em;
	width:28%;
}
/*--audio--*/
.audio-grid h5{
	color:#106FB3;
   font-size:18px;
   font-weight: 700;
   margin:0;
   text-align:center;
}
audio#audio-player {
  width: 100% !important;
 } 
.audio-grid p{
	color:#3394d9;
	font-size:14px;
	margin:0;
	text-align:center;
}
.next-top{
	position: relative;
	z-index:0;
}
.next-top li{
	display:inline-block;	
}
.next-top li i{
	  background: url(../images/pn.png)no-repeat -18px -14px;
  width: 32px;
  height: 33px;
  display: block;
  position: absolute;
  top: 78px;
  left: 7%;
}
.next-top li i.next{
	background-position: -19px -13px;
	left: 74%;
}
.audio-grid {
  padding:0 0 1em;
}
/*-- //calender --*/
/*-- lucky --*/
.lucky-bottom {
  margin-top: 12em;
}
.tweet{
	float:left;
	width:44%;
}
.tweet ul,.like ul{
	padding:0;
	margin:0;
}
.tweet ul li,.like ul li{
	list-style-type:none;
}
.tweet ul li:nth-child(1),.like ul li:nth-child(1){
	font-size:25px;
	padding:10px 0px;
	width:100%;
	background:#fff;
	margin-bottom:.3em;
	text-align:center;
	font-weight:600;
}
.tweet ul li:nth-child(1) a,.like ul li:nth-child(1) a{
	color:#0962A1;
}
.tweet ul li:nth-child(1) a:hover,.like ul li:nth-child(1) a:hover{
	color:#0962A1;
	text-decoration:none;
}
.tweet ul li:nth-child(2),.like ul li:nth-child(2){
	width:100%;
	padding:7px 10px;
	font-size:15px;
	font-weight:600;
	text-align:center;
	background:#35b0fe;
}
.tweet ul li:nth-child(2) a,.like ul li:nth-child(2) a{
	color:#fff;
}
.tweet ul li:nth-child(2) a:hover,.like ul li:nth-child(2) a:hover{
	color:#fff;
	text-decoration:none;
}
.like{
	float:right;
	width:44%;
}
.like ul li:nth-child(2){
	background:#297eb7;
}
.lucky-bottom-top:nth-child(2) {
  margin-top: 1.5em;
}
.plus-one ul li:nth-child(2){
	background:#384e65;
}
.pin ul li:nth-child(2){
	background:#bc382b;
}
/*-- newsletter --*/
.newsletter{
	padding:2em;
	background:#52d087;
	margin: 2.5em 0;
}
.newsletter-left{
	float:left;
	width:73%;
}
.newsletter-left h3{
	color:#fff;
	margin:0;
	font-size: 20px;
	font-weight: 600;
}
.newsletter-left p{
	color: #525151;
	font-size: 14px;
	line-height: 1.7em;
	margin: 1em 0;
}
.newsletter-right{
	float:right;
	width:20%;
	margin-top: .6em;
}
.input-group .form-control {
  width:100%;
}
.form-control {
  display: block;
  width: 100%;
  height: 47px;
  padding:13px 25px;
  font-size: 16px;
  line-height: 1.42857143;
  color:#525151;
  font-weight: 600;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 0px;
  outline:none;
}
.btn-default {
  color: #fff;
  background-color: #0E8E44;
  border-color: #0E8E44;
}
.input-group-addon, .input-group-btn {
  width: 0%;
}
.btn {
  padding:10px 25px;
  font-size: 18px;
  font-weight: 800;
  border-radius: 0;
  transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #FF979F;
  border-color: #FF979F;
}
.newsletter-right{
	background:url(../index.html) no-repeat 0px 0px;
	display:block;
	height:120px;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
  margin-left: 0;
}
/*-- buttons --*/
.checked-unchecked{
	float:left;
	width:60%;
}
.checked-unchecked-on{
	float:right;
	width:30%;
}
.checked-unchecked ul{
	padding:0 0 3em 7em;
	margin:0;
}
.checked-unchecked ul li{
	display:inline-block;
	color:#3394d9;
	font-size:15px;
}
.checked-unchecked ul li:nth-child(2){
	margin:0 2.5em;
}
.checked-unchecked h3{
  font-size:14px;
  color:#3394d9;
  float: left;
  margin: 0 3em 0 0em;
}
h3.che{
	margin: 0 4em 0 0em !important;
}
.checked-unchecked h4{
  font-size:14px;
  color:#3394d9;
  float: left;
  margin: 0 3em 0 0em;
}
.checked-unchecked p {
  display: block;
  font-size:14px;
  color:#3394d9;
  float: left;
  margin-bottom: 1em;
}
.colr{
	float:left;
}
.colr:nth-child(2) {
  margin: 0 5em;
}
.ert{
	margin-left:9.75em !important;
}
.colr:nth-child(4) {
	margin:0 0 0 2em;
}
.demo5 {
  margin-bottom:1.5em;
}
.switch.demo4 {
  width:48%;
  height: 45px;
}
.switch:first-child {
  margin-top: 0;
}
.switch {
  margin: 0px auto;
  position: relative;
  margin-top: 35px;
}
.switch input {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.switch.demo4 label {
  display: block;
  width:100%;
  height: 100%;
  background:#297eb7;
  color: #FFF;
  font-size: 1.1em;
}
.switch.demo4 label:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  border-radius: inherit;
}
.switch.demo4 label i {
  display: block;
  height: 100%;
  width: 51%;
  position: absolute;
  z-index: 2;
  right: 49%;
  top: 0;
  background: url(../images/line.png) no-repeat 19px 12px #3394d9;
  display: block;
  border: none;
}
.switch.demo4 input:checked ~ label i {
  right: 0%;
}
.switch.demo4 label i:before {
  content: "on";
  text-transform: capitalize;
  font-size: 1em;
  position: absolute;
    top: 26%;
  right:-66%;
  color: #fff;
  font-weight: 700;
}
.switch.demo4 input:checked ~ label i:before {
  content: "off";
  right:129%;
  color: #fff;
}
.switch.demo4 input:checked ~ label {
  background:#297eb7;
  color: #FFF;
  font-size: 1.1em;
}
.switch.demo4 label i:after {
  content: "";
  position: absolute;
  left: 20%;
  top: 20%;
  width: 18px;
  height: 18px;
  background: url(../index.html) no-repeat -43px -133px;
  border-radius: inherit;
}
.switch.demo4 label:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  border-radius: inherit;
}
.switech-grid{
	margin-bottom:2em;
}
ul.menu,ul.cute{
	padding:0;
	margin:0;
}
ul.menu{
  width: 82%;
}
ul.cute {
	width:100%;
}
li.item1{
  margin: 0em;
  background: #fff;
  list-style-type:none;
  padding:0px;
  background:#297eb7;
}
ul.cute li.subitem1{
	padding:10px 22px;
	width:100%;
	background:#3394d9;
	border-top:1px solid #37ABF9;
	list-style-type:none;
}
i.glyphicon.glyphicon-menu-down {
  padding:9% 0 9% 0%;
  color: #fff;
  border-left: 1px solid #2498E5;
    top: 0px;
}
li.item1 a span {
  display: inline-block;
  margin-right: 30px;
}
.menu > li > a {
  width: 100%;
  text-indent: 1.2em;
  display:inline-block;
  position: relative;
  color: #fff;
  font-size: 1.1em;
  text-decoration: none;
}
li.subitem1 a {
  color: #fff;
  font-size: 14px;
}
.page{
	margin:4.5em 0;
}
.page ul{
	padding:0;
	margin:0;
}
.page ul li{
	display:inline-block;
	float:left;
}
.page ul li a{
	padding:13px 25px;
	background:#3394d9;
	color:#fff;
	font-weight:600;
	text-decoration:none;
	border-right:1px solid #fff;
	font-size:14px;
}
.page ul li:nth-child(3) a,.page ul li:nth-child(8) a {
  border-right: none;
}
.page ul li a:hover{
	background:#297eb7;
}
/*-- ui-kit-left --*/
/*-- ui-kit-right --*/
.ui-kit-right{
	float:right;
	width:45%;
}
.jack{
	display:block;
	
}
.jack img{border:solid 1px #FF979F;}
.jack-tenetur{
	padding:1.5em;
}
.jack-left{
	float:left;
	width:35%;
}
.jack-right{
	float:right;
	width:60%;
}
.jack-right h3{
	color:#646b73;
	font-weight:600;
	margin:0;
	font-size:19px;
	text-transform:capitalize;
}
.jack-right p{
	color:#516170;
	font-size:14px;
	margin:10px 0 0;
	line-height:1.8em;
}
.t-f-g-d1{
	padding:10px 10px;
	background:#55acee;
	float:left;
	width:25%;
	cursor:pointer;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.t-f-g-d1:nth-child(1):hover{
	background:#167CC5;
}
.t-f-g-d1:nth-child(2){
	background:#3b5998;
}
.t-f-g-d1:nth-child(2):hover{
	background:#044978;
}
.t-f-g-d1:nth-child(3){
	background:#dd4b39;
}
.t-f-g-d1:nth-child(3):hover{
	background:#DA2109;
}
.t-f-g-d1:nth-child(4){
	background:#ea4c89;
}
.t-f-g-d1:nth-child(4):hover{
	background:#EC0F64;
}
.t-f-g-d-left,.t-f-g-d-left1,.t-f-g-d-left2,.t-f-g-d-left3{
	float:left;
}
.t-f-g-d-left a{
	background: url(../images/img-sp.png) no-repeat 0px -6px;
	display: block;
	height: 26px;
	width: 40px;
}
.t-f-g-d-left1 a{
	background: url(../images/img-sp.png) no-repeat 0px -50px;
	display: block;
	height: 26px;
	width: 40px;
}
.t-f-g-d-left2 a{
	background:url(../images/img-sp.png) no-repeat 0px -94px;
	display: block;
	height: 26px;
	width: 40px;
}
.t-f-g-d-left3 a{
	background:url(../images/img-sp.png) no-repeat 0px -145px;
	display: block;
	height: 26px;
	width: 40px;
}
.t-f-g-d-right{
	float:right;
}
.t-f-g-d-right p{
	font-size:13px;
	color:#fff;
	margin:5px 4px 0 0px;
}
.color{
	float:right;
	width:35%;
	position:relative;
}
.color:hover div.color-hov{
	display:block;
}
.color-hov{
	position:absolute;
	top: -61%;
	left: 62%;
	display:none;
}
.color-hov-rel{
	position:relative;
}
.color-hov-rel-txt{
	position:absolute;
	top: 14%;
	left: 26%;
}
.color-hov-rel-txt p{
	color:#fff;
	font-weight:600;
	font-size:18px;
	margin:0;
	text-align:center;
	line-height: 1.1em;
}
.color-hov-rel-txt p span{
	display:block;
}
.jack-color {
  margin-bottom:1.5em;
}
/******** SAP ************/
.main-content{
	clear:both;
	font-style: normal;
	position:relative;
	background:#fff;
	padding:10px;
}
.main-content ul
{
margin-left:50px; padding:0;
}
.main-content ul li
{
text-align:justify;
line-height:25px;
color: #5A626D;
font-family:'century gothic';
padding:0 10px;
}
.main-content p
{
text-align:justify;
line-height:25px;
color: #5A626D;
font-family:'century gothic';
padding:0 10px;
margin-bottom:10px;
}
.main-content h2
{
font-size: 2em;
color: #506270;
text-align: center;
padding:10px 0;
margin: 0 0 .5em;
font-weight: 900;
text-transform:capitalize;
font-family: 'Playball', cursive;
}
.main-content h3
{
font-size: 1.5em;
color: #506270;
text-align: center;
padding:10px 0;
margin: 0 0 .5em;
font-weight: 900;
text-transform:capitalize;
font-family: 'Playball', cursive;
}
.main-content h4
{
font-size: 1.5em;
color: #506270;
text-align: center;
padding:10px 0;
margin: 0 0 .5em;
font-weight: 900;
text-transform:capitalize;
font-family: 'Playball', cursive;
}
.main-content h4
{
font-size: 1.5em;
color: #506270;
text-align: center;
padding:10px 0;
margin: 0 0 .5em;
font-weight: 900;
text-transform:capitalize;
font-family: 'Playball', cursive;
}
.main-content h5
{
font-size: 1.5em;
color: #506270;
text-align: center;
padding:10px 0;
margin: 0 0 .5em;
font-weight: 900;
text-transform:capitalize;
font-family: 'Playball', cursive;
}
.facts {
	padding:1.3em;
}
.top1{
	margin-top: 2%;
}
ul.resp-tabs-list {
	list-style: none;
	background:#fff;
	margin:0em 0 2.5em;
}
div#horizontalTab {
  background:none;
  }
.resp-tab-item{
  color: #999;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  padding:12px 87px 12px 30px;
  display: inline-block;
  margin: 0;
  /* text-align: center; */
  list-style: none;
  float: none;
  outline: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: capitalize;
}
.resp-tab-item:hover {
	text-shadow: none;
}
.resp-tab-active{
	background:#FF979F;
	text-shadow: none;
	color:#fff;
	border-bottom: 5px solid #229550;
}
.resp-tabs-container {
	padding: 2.5em;
	clear: left;
	border-top:none;
	background-color: #fff;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#FF979F;
	margin:10px 0;
	color:#fff;
}
h2.resp-accordion:hover{
	background:#FF979F;
	text-shadow: none;
	color: #FFF;
}

@media only screen and (max-width:480px) {
body{ background:url(../images/back.jpg) center no-repeat fixed;background-size: cover;}
.sap_tabs{
	padding-top:0;
}
.resp-tabs-container{
	padding:10px;
}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
ul.tab_list{
	padding:0em;
	margin:0;
}
/******** //SAP ************/
li.grid1.resp-tab-active span{
	background:url(../images/img-sp.png) no-repeat 0px -224px;
	display:block;
	height:25px;
	width:25px;
	padding:0.1em 0 0 2.4em;
}
li.grid1 span{
	background:url(../images/img-sp.png) no-repeat 0px -191px;
	display:block;
	height:25px;
	width:25px;
	padding:0.1em 0 0 2.4em;
}
li.grid2.resp-tab-active span{
	background:url(../images/img-sp.png) no-repeat -39px -222px;
	display:block;
	height:25px;
	width:25px;
	padding:0.1em 0 0 2.4em;
}
li.grid2 span{
	background:url(../images/img-sp.png) no-repeat -40px -190px;
	display:block;
	height:25px;
	width:25px;
	padding:0.1em 0 0 2.4em;
}
li.grid3.resp-tab-active span{
	background:url(../images/img-sp.png) no-repeat -75px -222px;
	display:block;
	height:25px;
	width:25px;
	padding:0.1em 0 0 2.4em;
}
li.grid3 span{
	background:url(../images/img-sp.png) no-repeat -75px -189px;
	display:block;
	height:25px;
	width:25px;
	padding:0.1em 0 0 2.4em;
}
li.grid4.resp-tab-active span{
	background:url(../images/img-sp.png) no-repeat -115px -222px;
	display:block;
	height:25px;
	width:25px;
	padding:0.1em 0 0 2.4em;
}
li.grid4 span{
	background:url(../images/img-sp.png) no-repeat -111px -189px;
	display:block;
	height:25px;
	width:25px;
	padding:0.1em 0 0 2.4em;
}
.captain-left{
	float:left;
	width:11%;
}
.captain-left img{
	width:100%;
}
.captain-right1{
	float:left;
	margin-left:2em;
}
.captain-right1 h3{
	color: #646b73;
	font-weight: 600;
	margin:1em 0 0;
	font-size: 19px;
	text-transform: capitalize;
}
.captain-right{
	float:left;
	margin-left:2em;
}
.captain-right p{
	color: #D0CFCF;
	font-size: 16px;
	margin: 1em 0 0;
}
.param{
	margin:1.5em 0 0;
}
.param p{
	font-size:15px;
	color:#999;
	line-height:1.8em;
	margin:0;
	width: 80%;
}
.captain {
  padding-bottom: 2em;
  border-bottom: 6px solid #EFEFEF;
}
.captain:nth-child(2){
	margin:2em 0 0 3em;
}
.form-comments{
	margin:2em 0 0;
}
.form-comments input[type="text"],.form-comments input[type="email"],.form-comments textarea{
	background:#e2e7eb;
	color:#054776;
	font-size:15px;
	width:100%;
	border:none;
	padding:15px 10px;
	outline:none;
}
.form-comments input[type="email"]{
	margin:1.5em 0;
}
.form-comments textarea{
	min-height:200px;
	resize:none;
	margin-bottom: 1.5em;
}
.form-comments input[type="submit"]{
	background:#3394d9;
	padding: 15px 0;
	width: 35%;
	text-align:center;
	outline:none;
	border:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	color:#fff;
	font-weight:600;
	font-size:16px;
}
.form-comments input[type="submit"]:hover{
	background:#065F9E;
}
.gallery-grid {
  float: left;
  width: 33.33%;
}
.cheap-delhi-escorts{
	margin:1em 0;
}
.cheap-delhi-escorts-left{
	float:left;
	width:31.9%;
}
.cheap-delhi-escorts-left h3{
	width:100%;
	padding:18px 0;
	text-align:center;
	background:#FF979F;
	font-size:20px;
	font-weight:800;
	color:#fff;
	margin:0;
}
.free{
	padding:2em;
	background:#fff;
}
.free h4{
	color: #FF979F;
	font-size: 65px;
	font-weight: 800;
	margin:0.5em 0 1em;
	position:relative;
	text-align: center;
}
.free ul{
	padding:0;
	margin:0;
	text-align: center;
}
.free ul li{
	list-style-type:none;
	font-size:15px;
	color:#5a626d;
	margin:10px 0;
	font-weight: 600;
	border: solid 1px #ccc;
}
.free ul li span{
	color:#FF979F;
}
.radial-out{
	margin:3em 0 0;
	text-align: center;
}
.radial-out a{
	padding:12px 15px;
	color:#fff;
	font-size:17px;
	font-weight:600;
	background:#FF979F;
}
/* Radial Out */
.hvr-radial-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-out:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#035E29;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {
  color: white;
}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.free h4 label{
	font-size: 15px;
	position: absolute;
	top: 30%;
	left:6%;
}
.free h4 span{
	font-size:15px;
}
.cheap-delhi-escorts-left:nth-child(2){
	margin:0 1em;
}
.cheap-delhi-escorts-left:hover {
  transform: scale(1.09);
  transition: .5s all;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -o-transition: .5s all;
  -ms-transition: .5s all;
  background: #fff;
}
.search{
	width:70%;
	margin:0 auto;
	padding:1em;
	background:#3394d9;
}
.sech{
	background:none !important;
	padding: 2em 1em;
}
.search input[type="text"]{
	background: #fff;
	border: none;
	outline: none;
	padding: 11px 10px;
	color: #085E9B;
	font-size: 15px;
	float: left;
	width:82%;
}
.search input[type="submit"]{
	float:right;
	width: 14%;
	background:url(../images/search.png) no-repeat 22px 12px #297eb7;
	padding: 12px 10px;
	display:inline-block;
	outline:none;
	border:none;
}
/*-- //ui-kit-right --*/
/*-- footer --*/
.footer{
	padding:1em 0;
	text-align:center;
}
.footer p{
	color:#fff;
	font-size:14px;
	margin:0;
}
.footer p a{
	color:#FF979F;
	font-weight:bold;
	text-decoration:none;
}
.footer p a:hover{
	color:#0E8E44;
	text-decoration:none;
}
/*-- //ui-kit --*/
/*-----start-responsive-design------*/
@media (max-width:1440px){
	.captain-right1 h3,.captain-right p {
		margin:1em 0 0;
	}
	.resp-tab-item {
		padding: 12px 75px 12px 23px;
	}
	.captain-left {
	  width: 15%;
	}
	.jack-right h3 {
		font-size: 18px;
	}
	.t-f-g-d1 {
		padding: 10px 0px 10px 5px;
	}
	.jack-tenetur {
	  padding: 2.19em 1.5em;
	}
	.captain:nth-child(2) {
	  margin: 2em 0 0 2em;
	}
	.captain-right1 h3 {
		font-size: 17px;
	}
	.captain-right p {
		font-size: 15px;
	}
	.cheap-delhi-escorts-left {
	  width: 31.7%;
	}
	.free h4 {
		font-size: 40px;
	}
	.radial-out a {
		padding: 11px 15px;
	}
	li.item1 a span {
	  margin-right: 12px !important;
	}
}	
@media (max-width: 1366px){
	.jack-right h3 {
	  font-size: 16px;
	}
	.jack-tenetur {
	  padding: 2em 1.5em;
	}
	.resp-tab-item {
		font-size: 17px;
		padding: 12px 68px 12px 23px;
	}
	.captain-right1 h3 {
	  font-size: 16px;
	}
	.free h4 label {
	  left: 0%;
	}
	.radial-out a {
	  padding: 11px 15px;
	  font-size: 15px;
	}
	.cheap-delhi-escorts-left {
	  width: 31.5%;
	}
	ul.menu {
	  width: 88%;
	}
	.search input[type="submit"] {
		background: url(../images/search.png) no-repeat 15px 11px #297eb7;
	}
	.switch.demo4 {
	  width: 53%;
	}
}
@media (max-width: 1280px){
	.ui-kit h1 {
		margin: 0 0 1em;
	}
	.jack-left {
	  width: 33%;
	}
	.jack-right h3 {
	  font-size: 15px;
	}
	.t-f-g-d-right p {
		font-size: 11px;
	}
	.color img.img-responsive {
	  min-height: 203px;
	}
	.color-hov {
	  top: -51%;
	  left: 53%;
	}
	.resp-tab-item {
	  font-size: 16px;
	  padding: 12px 68px 12px 17px;
	}
	.captain-right {
	  margin-left: 1em;
	}
	.captain:nth-child(2) {
	  margin: 2em 0 0 0em;
	}
	.ui-kit h1 {
		font-size: 5em;
	}
	.free h4 {
	  font-size: 45px;
	}
	.free ul li {
		font-size: 13px;
	}
	.free {
		padding: 1em;
	}
	.t1:nth-child(2) {
		margin: 1em 0;
	}
	.ui-kit-left-twi input[type="password"] {
	  margin: 1em 0;
	}
	.video {
	  margin: 1em 0;
	}
	ul.menu {
	  width: 100%;
	}
	.search input[type="submit"] {
	  background: url(../images/search.png) no-repeat 13px 11px #297eb7;
	}
	.switch.demo4 {
	  width: 63%;
	}
}
@media (max-width: 1024px){
	.jack-tenetur {
	  padding: 1.5em 1.5em;
	}
	.board-left span {
		padding: 20px 13px;
	}
	.board-right p {
	  font-size: 16px;
	  padding: 18px 20px;
	}
	.color img.img-responsive {
	  min-height: 225px;
	}
	.t-f-g-d-left, .t-f-g-d-left1, .t-f-g-d-left2, .t-f-g-d-left3 {
	  float: none;
	}
	.t-f-g-d-right {
	  float: none;
	  text-align: center;
	}
	.t-f-g-d-left1 a {
		background: url(../images/img-sp.png) no-repeat 6px -50px;
	}
	.t-f-g-d-left3 a {
		background: url(../images/img-sp.png) no-repeat 8px -145px;
	}
	.resp-tab-item {
	  font-size: 15px;
	  padding:12px 64px 12px 3px;
	}
	.captain-left {
	  width: 31%;
	}
	.captain-right p {
	  margin-left: 1em;
	}
	.ui-kit {
		padding: 4em 2em;
	}
	.color-hov {
	  top: -45%;
	  left: 32%;
	}
	.color-hov-rel-txt p {
		font-size: 16px;
	}
	.color-hov-rel-txt {
	  top: 18%;
	  left: 32%;
	}
	.param p {
	  width: 100%;
	}
	.form-comments input[type="submit"] {
	  padding: 10px 0;
	  width: 50%;
	}
	.video iframe {
	  min-height: 300px;
	}
	.pause {
	  width: 35%;
	}
	.calender-left {
		padding: 1em 1em;
	}
	.lucky-bottom {
	  margin-top: 9em;
	}
	.newsletter-right {
		background: url(../index.html) no-repeat -15px 0px;
	}
	.btn {
	  padding: 12px 25px;
	  font-size: 16px;
	}
	.checked-unchecked h3 {
	  margin: 0 2.8em 0 0em;
	}
	.switch.demo4 label i {
		top: 0;
	}
	.checked-unchecked {
	  width: 69%;
	}
	.page ul li a {
		padding: 13px 22px;
	}
	.free {
	  padding: 1em 0;
	}
	.cheap-delhi-escorts-left h3 {
	  padding: 15px 0;
	  font-size: 18px;
	}
	.free h4 {
	  font-size: 38px;
	  margin: 0.5em 0 0.8em;
	}
	.free h4 label {
	  left: 9%;
	}
	.radial-out a {
	  padding: 8px 25px;
	}
	.radial-out {
	  margin: 2em 0 0;
	}
	.cheap-delhi-escorts-left {
	  width: 31%;
	}
	.cheap-delhi-escorts {
	  margin: 2em 0;
	}
	ul.resp-tabs-list {
	  margin: 0em 0 1.5em;
	}
	.search {
		width: 85%;
	}
	.search input[type="text"] {
		padding: 8px 10px;
	}
	.search input[type="submit"] {
		padding: 9px 10px;
		background: url(../images/search.png) no-repeat 13px 8px #297eb7;
	}
	li.item1 a span {
	  margin-right: 11px !important;
	}
	.menu > li > a {
	  text-indent: 0.8em;	
	}
}
@media (max-width:768px){

body{ background:url(../images/back.jpg) center no-repeat fixed;background-size: cover;}
	.video {
	  margin: 2em 0;
	}
	.ui-kit-left,.ui-kit-right {
	  float: none;
	  width: 100%;
	}
	.ui-kit h1 {
	  font-size: 4em;
	}
	.menu > li > a {
	  text-indent: 1.4em;
	}
	li.item1 a span {
	  margin-right: 30px !important;
	}
	.color img.img-responsive {
	  min-height: 0px;
	}
	.color-hov {
	  top: -57%;
	  left: 54%;
	}
	.t-f-g-d-left a,.t-f-g-d-left1 a,.t-f-g-d-left2 a,.t-f-g-d-left3 a {
	  width: 100%;
	}
	.t-f-g-d-left a {
		background: url(../images/img-sp.png) no-repeat 25px -6px;
	}
	.t-f-g-d-left1 a {
	  background: url(../images/img-sp.png) no-repeat 29px -50px;
	}
	.t-f-g-d-left2 a {
		background: url(../images/img-sp.png) no-repeat 25px -94px;
	}
	.t-f-g-d-left3 a {
	  background: url(../images/img-sp.png) no-repeat 28px -145px;
	}
	.resp-tab-item {
	  font-size: 16px;
	  padding: 12px 88px 12px 40px;
	}
	.captain:nth-child(2) {
	  margin: 2em 0 0 2em;
	}
	.captain-right1 h3, .captain-right p {
	  margin: 3em 0 0;
	}
	.form-comments input[type="submit"] {
	  width: 35%;
	}
	.free h4 label {
	  left: 25%;
	}
	.search input[type="submit"] {
		width: 11%;
		background: url(../images/search.png) no-repeat 21px 8px #297eb7;
	}
	.search input[type="text"] {
	  width: 86%;
	}
	.board-left span {
	  padding: 20px 21px;
	}
}
@media (max-width:640px){

body{ background:url(../images/back.jpg) center no-repeat fixed;background-size: cover;}
	.board-left span {
	  padding: 20px 17px;
	}
	
	.ui-kit h1 {
	  font-size: 3em;
	}
	.ui-kit {
	  padding: 3em 1em;
	}
	.ui-kit-left-twi input[type="text"], .ui-kit-left-twi input[type="password"] {
		font-size: 16px;
	}
	.audio-grid {
	  padding: 0 0 0.5em;
	}
	.next-top li i {
		top: 90px;
	}
	.lucky-bottom {
	  margin-top: 11em;
	}
	.menu > li > a {
	  text-indent: 1em;
	}
	li.item1 a span {
	  margin-right: 20px !important;
	}
	.page {
	  margin: 2em 0 4em;
	}
	.color-hov {
		top: -53%;
	}
	.t-f-g-d-left a {
	  background: url(../images/img-sp.png) no-repeat 17px -6px;
	}
	.t-f-g-d-left1 a {
	  background: url(../images/img-sp.png) no-repeat 20px -50px;
	}
	.t-f-g-d-left2 a {
	  background: url(../images/img-sp.png) no-repeat 15px -94px;
	}
	.t-f-g-d-left3 a {
	  background: url(../images/img-sp.png) no-repeat 20px -145px;
	}
	.resp-tab-item {
	  padding: 12px 77px 12px 28px;
	}
	.captain-right {
	  margin-left: 0;
	}
	.captain-right1 {
	  margin-left: 1em;
	}
	.captain-right p {
	  margin-left: .1em !important;
	}
	.cheap-delhi-escorts-left {
	  width: 31.7%;
	}
	.free h4 label {
	  left: 22%;
	}
	.search input[type="submit"] {
	  background: url(../images/search.png) no-repeat 16px 8px #297eb7;
	}
}
@media (max-width:480px){

body{ background:url(../images/back.jpg) center no-repeat fixed;background-size: cover;}
	.board-left span {
	  padding: 15px 11px;
	}
	.board-right p {
	  padding: 13px 20px;
	}
	.board-right p a
	{
	padding:2px 2px;
	font-weight:bold;
	}
	.t1-left span,.t1-left2 span {
	  width: 47px;
	}
	.t1-left1 span{
		width:37px;
	}
	.t1,.t1:nth-child(2),.t1:nth-child(3) {
		padding: 11px 10px;
	}
	.t1-right p {
		font-size: 15px;
	}
	.t1:nth-child(3) {
		margin: 0 0 1em;
	}
	.ui-kit-left-twi input[type="text"], .ui-kit-left-twi input[type="password"] {
	  font-size: 15px;
	  padding-top: 15px;
	}
	.tweet ul li:nth-child(1), .like ul li:nth-child(1) {
		font-size: 20px;
	}
	.lucky-bottom {
	  margin-top: 10em;
	}
	.form-control {
	  height: 40px;
	  padding: 13px 25px;
	  font-size: 14px;
	}
	.btn {
	  padding: 9px 25px;
	  font-size: 15px;
	}
	.newsletter-right {
	  background: url(../index.html) no-repeat -11px 0px;
	  background-size: 128%;
	}
	.checked-unchecked {
	  width: 100%;
	  float: none;
	}
	.checked-unchecked-on {
	  float: none;
	  margin-top: 1em;
	  width: 40%;
	}
	.page ul li a {
	  padding: 10px 18px;
	}
	.jack-tenetur {
	  padding: 1em 1em;
	}
	.jack-right h3 {
	  font-size: 13px;
	}
	.t-f-g-d-left a {
	  background: url(../images/img-sp.png) no-repeat 6px -6px;
	}
	.t-f-g-d-left1 a {
	  background: url(../images/img-sp.png) no-repeat 10px -50px;
	}
	.t-f-g-d-left2 a {
	  background: url(../images/img-sp.png) no-repeat 6px -94px;
	}
	.t-f-g-d-left3 a {
	  background: url(../images/img-sp.png) no-repeat 9px -145px;
	}
	.color {
	  margin-top: 2em;
	}
	.color-hov {
	  left: 32%;
	}
	.captain-right1 h3, .captain-right p {
	  margin: 1em 0 0;
	}
	.captain-right p {
	  margin-left: 1em !important;
	}
	.param p {
		font-size: 14px;
	}
	.param {
	  margin: 1em 0 0;
	}
	.captain {
		padding-bottom: 1em;
	}
	.cheap-delhi-escorts-left {
	  width: 65%;
	  float: none;
	  margin: 0 auto;
	}
	.cheap-delhi-escorts-left:nth-child(2) {
	  margin: 2em auto;
	}
	.free h4 label {
	  left: 31%;
	}
	.search {
	  width: 100%;
	}
	.search input[type="submit"] {
	  background: url(../images/search.png) no-repeat 12px 8px #297eb7;
	}
	.form-comments input[type="submit"] {
	  width: 45%;
	}
	.ui-kit {
	  padding: 1em 1em 2em;
	}
}
@media (max-width:414px){

body{ background:url(../images/back.jpg) center no-repeat fixed;background-size: cover;}
	.ui-kit-left-dash {
	  float: none;
	  width: 100%;
	  margin-bottom: 1em;
	}
	.ui-kit-left-twi {
	  float: none;
	  width: 100%;
	}
.ui-kit h1{color:#FFF;}
	.ui-kit h1 {
	  font-size: 2.5em;
	}
	.board-left span {
	  padding: 15px 26px;
	}
.gallery ul li img {
    width: 300px;

}
}
@media (max-width:375px){

body{ background:url(../images/back.jpg) center no-repeat fixed;background-size: cover;}
	.colr:nth-child(2) {
	  margin: 0 3em;
	}
}
@media (max-width:320px){

body{ background:url(../images/back.jpg) center no-repeat fixed;background-size: cover;}
	.board-right p {
	  font-size: 13px;
	}
	.board-left span {
	  padding: 13px 18px;
	}
	.ui-kit h1 {
	  font-size: 2em;
	}
	.t1-right p {
	  font-size: 13px;
	  margin: 5px 0 0;
	}
	.ui-kit-left-twi input[type="text"], .ui-kit-left-twi input[type="password"] {
	  font-size: 13px;
	  padding-top: 16px;
	  padding-left: 45px;
	}
	.video iframe {
	  min-height: 155px;
	}
	.video {
	  margin: 1em 0;
	}
	.calender-left,.pause {
	  float: none;
	  width: 100%;
	}
	.cal1 .clndr .clndr-controls {
	  margin-bottom: 1em;
	}
	.audio-grid h5 {
		font-size: 15px;
	}
	.audio-grid p {
		font-size: 13px;
	}
	.next-top li i {
	  top: 28px;
	  left: 20%;
	}
	.next-top li i.next {
	  left: 70%;
	}
	.lucky-bottom {
	  margin-top: 5em;
	}
	.newsletter-left {
	  float: none;
	  width: 100%;
	}
	.newsletter {
		padding: 1em;
	}
	.newsletter-left p {
		font-size: 13px;
	}
	.newsletter-left h3 {
		font-size: 18px;
	}
	.btn {
	  padding: 9px 15px;
	  font-size: 13px;
	}
	.form-control {
	  height: 38px;
	  padding: 9px 15px;
	  font-size: 13px;
	}
	.newsletter-right {
		float: none;
		width: 25%;
		margin: 1em auto 0;
		background: url(../index.html) no-repeat -11px 0px;
		background-size: 128%;
		height: 78px;
	}
	.checked-unchecked ul {
	  padding:0 0 2em 5em;
	}
	.checked-unchecked ul li {
	  font-size: 14px;
	}
	.checked-unchecked ul li:nth-child(2) {
	  margin: 0 0.5em;
	}
	.col_checkbox {
	  margin: 0;
	}
	.checked-unchecked p:nth-child(4), .checked-unchecked p:nth-child(8), .checked-unchecked p:nth-child(13), .checked-unchecked p:nth-child(17) {
	  margin:0 2.5em;
	}
	.checked-unchecked p:nth-child(3) {
	  margin-left: -1em;
	}
	.checked-unchecked p:nth-child(7), .checked-unchecked p:nth-child(15), .checked-unchecked p:nth-child(16) {
	  margin-left: 6.8em;
	}
	.checked-unchecked h4 {
	  font-size: 13px;
	  margin: 0 2.5em 0 0em;
	}
	.checked-unchecked-on {
	  width: 55%;
	}
	.menu > li > a {
	  text-indent: 1.2em;
	  font-size: 13px;
	}
	li.item1 a span {
	  margin-right: 15px !important;
	}
	.page ul li a {
	  padding: 7px 8px;
	  font-size: 14px;
	}
	.page {
	  margin: 2em 0 2em;
	}
	.jack {
	  float: none;
	  width: 100%;
	}
	.color {
	  float: none;
	  width: 100%;
	}
	.captain-left {
	  width: 100%;
	  float: none;
	}
	.captain-right p {
	  margin-left: 0em !important;
	  font-size:13px;
	}
	.captain-right1 {
	  margin-left: 0;
	}
	.param p {
	  font-size: 13px;
	}
	.form-comments input[type="text"], .form-comments input[type="email"], .form-comments textarea {
	  font-size: 13px;
	  padding: 10px 10px;
	}
	.form-comments textarea {
	  min-height: 135px;
	}
	.form-comments input[type="submit"] {
	  width: 65%;
	}
	.cheap-delhi-escorts-left {
	  width: 90%;
	}
	.free h4 label {
	  left: 28%;
	}
	.search input[type="text"] {
		font-size: 13px;
		  width: 80%;
	}
	.search input[type="submit"] {
		width: 17%;
		padding: 7px 10px;
	}
	.sech {
	  padding: 1em 1em;
	}
	h3.che {
	  margin: 0 3em 0 0em !important;
	}
	.colr:nth-child(2) {
	  margin: 0 1em;
	}
	.ert {
	  margin-left:7.5em !important;
	}
	.checked-unchecked h3 {
	  margin: 0 2em 0 0em;
	}
	.switch.demo4 {
	  width: 75%;
	}
	.footer p {
		font-size: 13px;
	}
	.color img.img-responsive {
	  margin: 0 auto;
	}
	.color-hov {
	  left: 54%;
	  top: -38%;
	}
}
.cstdv {
    float: left;
}
.cstdv img {
    height: 425px;
    padding-top: 10px;
}
.cstwth {
    width: 100% !important;
    max-width: 100% !important;
}
.row.cstrow {
    margin-right: 0px !important;
}
.pdt {
    padding-top: 25px;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
.girl-crol {
    margin-top: 50px;
    margin-bottom: 50px;
}
.girl-crol img {
    max-height: 400px;
    height: 400px;
}

table.responstable td{padding:15px 30px;text-align:center;border-collapse:collapse;border:1px solid #ccc;font-size:15px;font-family:"Source Sans Pro",sans-serif;color:#FF979F}
table.responstable th{background:#FF979F;color:#fff;text-align:center;padding:10px 0;font-weight:700;font-family:"Source Sans Pro",sans-serif}