/* ==================================================================
  1.0 General styles
================================================================== */
body {
    color: #414c5a;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    background: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Anton', sans-serif;
    color: #414c5a;
}
td{
  padding-left: 10px;
}
p {
    font-size: 14px;
    line-height: 26px;
    color: #606060;
}
a:hover {
    color: #333 !important;
    transition: all 0.25s linear
}
a {
    color: #4e8ec8;; 
}
a:focus,
a:hover,
a:active,
:focus {
    outline: none;
    text-decoration: none;
}
a,
a:after,
a:before,
.btn {
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
img {
    max-width: 100%;
}
.left {
    float: left;
}
.right {
    float: right;
}
.no-pad {
    padding: 0;
}
.no-bg {
    background: none !important;
}
.default-padding-top {
    padding-top: 0px;
}
.default-padding {
    padding: 0px 0;
}
ul li{
  margin-bottom: 15px;
  list-style: none;
  position: relative;
}
ul li::before {
color: #da0e0e;
    font-family: "FontAwesome";
    content: "\f058";
    font-size: 18px;
    position: relative;
    top: 0em;
    position: absolute;
    left: -25px;

}
.red{
  color: red!important;
}
.green{
  color: green!important;
}
.spec1{
font-family: 'Anton', sans-serif;
font-size: 20px;
}
.cart ul li::before{
  content: "";
  display: none;
}
/* ==================================================================
   2.0 Common styles
================================================================== */
.border-top {
  border-top: 1px solid #ebebeb;
}
.list-style-none {
    list-style: none;
    margin: 0;
    padding: 0;
}
.btn {
    padding: 17px 40px;
    font-size: 14px;
    border: 0;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    border-radius: 50px;
    line-height: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.btn:hover,
.btn:active,
.btn:focus {
  outline: 0 !important;
  border: 0;
  box-shadow: none;
}
.btn-deep-blue {
    background: #4F2E65;
    color: #DED6D6;
}
.btn-white-shadow {
    background:transparent; ;
    color: #ffffff;
    box-shadow: none;
    font-size: 50px;
}
.btn-white-shadow i {
  margin-left: 7px;
}
.btn-white {
    background: #ffffff;
    color: #606060;
    border-radius: 4px !important;
}
.btn:focus {
    box-shadow: none;
}
button:focus {
    outline: none;
}
.section-title .title {
    font-size: 30px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 0;
}
.section-title .title:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 70px;
    background: transparent;
    bottom: -23px;
    left: 50%;
    margin-left: -35px;
}
.section-title p {
    font-size: 16px;
    margin-bottom: 20px;
}
  /* ==================================================================
    4.0 Headroom JS styles
    ================================================================== */
  
  @-webkit-keyframes slideDown {
    0% {
      -webkit-transform: translateY(-100%);
    }
    100% {
      -webkit-transform: translateY(0);
    }
  }
  @-moz-keyframes slideDown {
    0% {
      -moz-transform: translateY(-100%);
    }
    100% {
      -moz-transform: translateY(0);
    }
  }
  @-o-keyframes slideDown {
    0% {
      -o-transform: translateY(-100%);
    }
    100% {
      -o-transform: translateY(0);
    }
  }
  @keyframes slideDown {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(0);
    }
  }
  .animated.slideDown {
    -webkit-animation-name: slideDown;
    -moz-animation-name: slideDown;
    -o-animation-name: slideDown;
    animation-name: slideDown;
  }
  @-webkit-keyframes slideUp {
    0% {
      -webkit-transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(-100%);
    }
  }
  @-moz-keyframes slideUp {
    0% {
      -moz-transform: translateY(0);
    }
    100% {
      -moz-transform: translateY(-100%);
    }
  }
  @-o-keyframes slideUp {
    0% {
      -o-transform: translateY(0);
    }
    100% {
      -o-transform: translateY(-100%);
    }
  }
  @keyframes slideUp {
    0% {
      transform: translateY(0);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  .animated.slideUp {
    -webkit-animation-name: slideUp;
    -moz-animation-name: slideUp;
    -o-animation-name: slideUp;
    animation-name: slideUp;
  }
  .headroom--not-top {
    background: #ffffff !important;
    padding: 0;
    box-shadow: 0px 0px 4px 2px rgba(78, 142, 200, 0.2);
  }

.imge{
padding-right:20px; 
max-width: 400px;
}
@media all and (max-width: 578px) and (min-width: 100px) {
 .imge{
    padding-right: 0!important;
    max-width: 100%!important;
  }
}




/* ==================================================================
   6.0 intro item styles
================================================================== */
.intro-section {
    padding-top: 0px;
}
.intro-section .intro-item {
    padding: 20px 35px 35px 35px;
    transition: 0.3s;
    padding-bottom: 0;
}
.intro-section .intro-item:hover {
    box-shadow: none;
    background: transparent;
    border-radius: 6px;
}
.intro-section .intro-item img {
    margin-bottom: 13px;
}
.intro-section .intro-item .title {
    font-size: 30px;
    margin-bottom: 30px;
}
.intro-section .intro-item p {
    margin-bottom: 25px;
}
.intro-section .intro-item a {
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    padding-right: 25px;
}
.intro-section .intro-item a:after {
    content: "";
    background: url(images/2.png);
    height: 7px;
    width: 11px;
    display: block;
    position: absolute;
    right: 4px;
    bottom: 6px;
}

/* ==================================================================
   7.0 featured item styles
================================================================== */
.featured-section .section-title p {
    font-size: 16px;
}
.featured-details h3 {
    font-size: 24px;
    margin-bottom: 4px;
}
.featured-details .subtitle {
    margin-bottom: 45px;
    position: relative;
    margin-top: 7px;
}
.featured-details .subtitle:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 50px;
    background: #5a90e3;
    bottom: -21px;
    left: 0;
}
.featured-details p {
    margin-bottom: 30px;
}



/* ==================================================================
   9.0 featured-2 item styles
================================================================== */
.featured-bg {
  text-align: center;
}
.featured-bg img {
  display: inline-block;
}
.featured-section-2-details {
  position: relative;
}
.left-featured-details {
  position: absolute;
  top: 175px;
  letter-spacing: 0;
  text-align: right;
  left: 0;
}
.left-featured-details .featured-details-one {
    padding: 100px 0 0 0;
}
.left-featured-details .featured-details-two {
    padding: 60px 56px 0 0;
}
.left-featured-details .featured-details-three {
    padding: 60px 0 0 0;
}
.left-featured-details .media-left {
    width: 14%;
    padding-left: 40px
}
.featured-section-2-details .media-left .thumb {
    box-shadow: 0.5px 0.866px 15px 0px rgba( 124, 134, 224, 0.3);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 9px;
    margin: 20px 15px 10px 10px;
    text-align: center;
    background: #fff;
}
.featured-section-2-details .media-left .thumb img {
  display: inline-block;
}
.featured-section-2 .featured-details .title {
    margin-bottom: 25px;
}
.right-featured-details {
    position: absolute;
    top: 175px;
    letter-spacing: 0;
    right: 0;
}
.left-featured-details .media-left {
    width: 14%;
    padding-left: 15px;
}
.right-featured-details .featured-details-one {
    padding: 100px 0 0 0;
}
.right-featured-details .featured-details-two {
    padding: 60px 0 0 56px;
}
.right-featured-details .featured-details-three {
    padding: 60px 0 0 0;
}
.featured-section-2-details .media-left {
  padding-left: 16px;
}


/* ==================================================================
   13.0 testimonial-section item styles
================================================================== */
.testimonial-slider .item p {
    box-shadow: 0px 0px 20px -3px rgba(171, 171, 171, 0.6) !important;
    padding: 30px 35px 67px 35px;
    position: relative;
    margin: 30px 30px 0 30px;
    background: #fff;
    border-radius: 6px; 
}
.item {
    display: block!important;
        margin-bottom: 25px;
      border-radius: 5px;
    position: relative;
    box-shadow: 0px 0px 40px -3px rgba(171, 171, 171, 0.5) !important;
    padding-top: 10px;
    padding-bottom: 5px;
}

.testimonial-slider .item .name {
    font-size: 18px;
    font-weight: 600;
    margin: 58px 0 10px 0;
}

.testimonial-section .section-title p {
    margin-bottom: 40px;
}



/* ==================================================================
   21.0 All Background image styles
================================================================== */
/*** home one bg ***/
.bg-first-block {
    background-image: url(images/bgimage/bg-first.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% top;
}
.bg-second-block {
    background-image: url(images/bgimage/bg-second.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% top;
}

.bg-third-block {
  background-image: url(images/bgimage/bg-third.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% top;
}
.bg-fourth-block {
  background-image: url(images/bgimage/bg-fourth.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% top;
}

/*** home Two bg ***/
.home2-first-bg {
    background-image: url(images/bgimage/home2-first-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 79% -88px;
}
.home2-second-bg {
    background-image: url(images/bgimage/home2-second-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 65% top;
}
.home2-third-bg {
  background-image: url(images/bgimage/home2-third-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 65% top;
}







/* ==================================================================
   22.0 About Section styles
================================================================== */
.section-title-3 .title {
  font-weight: 600;
  position: relative;
  margin-bottom: 50px;
}
.section-title-3 .title:after {
  position: absolute;
  content: '';
  height: 1px;
  width: 50px;
  background: #5a90e3;
  bottom: -21px;
  left: 0;
}
.about-details .btn {
  margin-right: 50px;
  font-size: 16px;
  font-weight: 400;
}
.about-details .btn img {
  margin-right: 12px;
}
.about-details .section-title-3 {
  margin-top: 50px;
}
li.join-btn{
 display: block;
    background: transparent;
    padding: 0;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 80px;
}
/* ==================================================================
   22.0 feature section three styles
================================================================== */
.featured-section-3 .featured-left-3 .media-left,
.featured-section-3 .featured-right-3 .media-left {
  width: 22%;
  padding: 0;
}
.featured-section-3 .media {
  padding: 2px 16px 10px 25px;
  box-shadow: none;
    background: transparent;
  margin-bottom: 5px;
}
.featured-section-3 .media-left {
  position: relative;
}
.featured-section-3 .media-left .thumb {
  box-shadow: 0.5px 0.866px 15px 0px rgba( 124, 134, 224, 0.3);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  padding: 9px;
  margin: 20px 10px 10px 10px;
  text-align: center;
  background: #fff;
  top: 50%;
  position: absolute;
  margin-top: -21px;
  overflow: hidden;
  right: 0;
}
.featured-section-3 .featured-left-3 .media-body {
  padding-right: 10px;
}
.featured-section-3 .featured-right-3 .media {
  padding: 2px 16px 10px 15px;
}
.featured-section-3 .featured-right-3 .media-left .thumb {
  left: 0;
}
.featured-section-3 .featured-right-3 .media-body {
  padding-left: 10px;
}
.featured-section-3 .featured-left-3,
.featured-section-3 .featured-right-3 {
  margin-top: 68px;
}
.featured-section-3 .thumb-wrap {
  text-align: center;
  padding: 0 70px;
}
.featured-section-3 .thumb-wrap .main-thumb {
  display: inline-block;
}
.featured-section-3 h3.title {
  font-size: 20px;
}


/* ==================================================================
   22.0 testimonial-carousel-2 styles
================================================================== */
.carousel-indicators {
    position: inherit;
    left: auto;
    z-index: 15;
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
    list-style: none;
    margin-top: 13px;
}
#testimonial-carousel-2 .carousel-indicators li {
    width: 30px;
    height: 30px;
    margin: 7px 12px;
    cursor: pointer;
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
    position: relative;
    background: #004698;
}
#testimonial-carousel-2 .carousel-indicators li img {
  position: absolute;
  left: 0;
  right: 0;
}
#testimonial-carousel-2 .carousel-indicators .active {
    opacity: 1;
    overflow: hidden;
}
#testimonial-carousel-2 .item .details {
  padding: 0 50px;
}


/* ==================================================================
   22.0 footer-section item styles
================================================================== */
.footer-section {
    position: relative;
}

footer .copyright {
    background: #414C5A;
}
footer .copyright p {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 14px;
    padding: 15px 0 15px 0;
}

.footer-subscribe.style-two #mc_embed_signup {
    position: relative;
}
.footer-subscribe.style-two #subscribe-result {
    position: absolute;
    top: 100%;
    left: 0;
}



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

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

