/* Commomn styles */
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
a {
  color: #000000;
  font-size: 14px;
  transition-duration: 0.4s;
}
a, a:visited, a:hover, a:active {
  text-decoration: none;
  color: inherit;
  outline: none;
  font-size: inherit;
  transition-duration: 0.4s;
}
img {
  max-width: 100%;
}
.col-1by5 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.pad-none {
  padding-left: 0px;
  padding-right: 0px;
}
.pad-left-none {
  padding-left: 0;
}
.pad-right-none {
  padding-right: 0;
}
.pad-5-row {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.pad-5-row > div {
  padding-left: 2.5px;
  padding-right: 2.5px;
}
.white-bg {
  background: #fff;
}
p {
  font-weight: 300;
  font-size: 18px;
  color: #2c3e50;
  line-height: 23.61px;
  margin-bottom: 25px;
}
p.alt {
  font-weight: 400;
  font-size: 15px;
  line-height: 17px;
  margin-bottom: 20px;
}
/*  Commomn styles end */
/* header styles start */
/* .sticky {
  position: fixed;
  top: 0;
  width: 100%;
} */
header {
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 999;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  position: sticky;
  background: #fff;
}
.header-top {
  display: inline-block;
  float: left;
  width: 100%;
  background: linear-gradient(to right, rgb(82, 163, 205) 20%, rgb(61, 71, 151) 90%);
  padding: 9px 0px;
}
.top-mail {
  float: left;
  margin-top: 0px;
}
.top-mail a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.contact-top {
  float: right;
}
.contact-top a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  margin-left: 50px;
}
.navbar-default {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0px;
  border-radius: 0px;
}
.navbar-brand {
  float: left;
  height: auto;
  padding: 4px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand > img {
  display: block;
  width: 250px;
}
.navbar-right {
  float: right !important;
  margin-right: -15px;
  margin-top: 10px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #222;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #f0791b !important;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #2c3e50;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn.log-btn {
  padding: 7px 36px;
  border-radius: 4px;
  margin-top: 5px;
  border: 1px solid #f0791b;
  color: #fff !important;
  background-color: #f0791b;
}
/*  header styles end  */
/*  banner styles start  */
.carousel-caption {
  right: 0px;
  left: 0px;
  /*  padding: 59px 49px; */
  bottom: 0px;
  display: flex;
  align-items: center;
  text-align: left;
  z-index: 99;
  top: 0px;
}
.carousel .carousel-inner > .item {
  perspective: initial;
  transform: initial;
}
.carousel-caption .content {
  width: 74%;
}
.carousel-caption h2 {
  font-size: 30px;
  font-weight: 500;
  text-shadow: none;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 12px;
  color: #fff;
}
.carousel-caption h3 {
  text-shadow: none;
  font-size: 18px;
  text-align: left;
  color: #fff;
  margin-top: 0px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 22px;
}
.blue-shade::after {
  content: '';
  background: linear-gradient(to right, rgba(82, 163, 205, 0.8) 20%, rgba(61, 71, 151, 0.9) 90%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0%;
  transform: translateX(-25%) skew(-20deg);
  transform-origin: top left;
  z-index: 0;
}
.content {
  position: relative;
  z-index: 1;
}
.content .banner-btn {
  color: #fff;
  background-color: #4cd964;
  border-color: #37d552;
  padding: 10px 16px;
  font-weight: 500;
  min-width: 200px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
}
.content .banner-btn:hover {
  color: #fff;
  background-color: #2ac845;
  border-color: #2ac845;
}
.content .banner-btn-wit {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  padding: 10px 16px;
  font-weight: 500;
  min-width: 200px;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
}
.content .banner-btn-wit:hover {
  color: #2c3e50;
  background-color: #fff;
  border-color: #fff;
}
/*  banner styles end  */
/* home-about-section style start */
.home-about-section {
  background: #f5faf8 url(../img/waves-bg-track-y.jpg) no-repeat;
  background-size: auto;
  background-size: auto;
  width: 100%;
  background-size: cover;
  padding-bottom: 60px;
  padding-top: 60px;
}
.home-about-section h1 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 18px;
}
.home-about-section p {
  list-style: none;
  line-height: 25px;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: justify;
}
.abt-reg-free {
  background-color: #f0791b;
  box-shadow: none;
  padding: 15px 50px;
  border: none;
  font-size: 15px;
  font-weight: 600;
  color: #fff !important;
  border-radius: 5px;
  margin-top: 15px;
}
.abt-reg-free:hover {
  color: #fff;
  background-color: #1cb1d2;
  border-color: #1cb1d2;
  padding: 15px 50px;
  border: none;
  font-size: 15px;
}
/* home-about-section style  end */
/* fearures-section style start */
.fearures-section {
  background-color: #fff;
  padding: 50px 0px 30px 0px;
}
.fearures-section h2 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: center;
}
.specialities-box {
  background-color: #fff;
  float: left;
  width: 100%;
  box-shadow: 0px 0px 5px 1px #f0f0f0;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
}
.icon-box {
  background: linear-gradient(45deg, rgb(21, 167, 203) 0%, rgb(12, 114, 183) 100%);
  padding: 10px;
  margin-right: 15px;
}
.icon-box .fa {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.specialities-dtl {
  display: flex;
  align-items: center;
  padding: 7px 0px;
}
.specialities-dtl p {
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 0px;
  text-align: left;
  color: #2c3e50;
  margin-top: 0px;
}
/* fearures-section style end */
/* innovations-point style start */
.innovations-point {
  background-color: #fafcff;
  padding: 50px 0px;
}
.innovations-point h2 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 6px;
  text-align: center;
}
.innovations-point p {
  font-size: 18px;
  margin-top: 7px;
  font-weight: 400;
  margin-bottom: 40px;
  text-align: center;
}
.innovation-list-box {
  padding: 30px 30px;
  margin-bottom: 20px;
  transition-duration: 0.4s;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px #f0f0f0;
  text-align: center;
}
.innovation-list-box h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 11px;
  color: #2c3e50;
}
.innovation-list-box p {
  font-weight: 400;
  font-size: 15px;
  color: #2c3e50;
  line-height: 21px;
  margin-bottom: 0px;
  margin-top: 0px;
  text-align: left;
}
.innovation-list-box .point-text {
  text-align: center;
  font-size: 19px;
  font-weight: 500;
  color: #ee7b21;
}
/* innovations-point style end */
/*testimonial-section start*/
.testimonial-section {
  padding: 50px 0px 40px 0px;
  text-align: center;
  background: #f5faf8 url(../img/waves-bg-track-y.jpg) no-repeat;
  background-size: auto;
  background-size: cover;
  margin-bottom: 50px;
}
.testimonial-section h3 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 7px;
}
.testimonial-section h4 {
  font-size: 18px;
  margin-top: 7px;
  font-weight: 400;
  margin-bottom: 20px;
}
.testimonial-section span {
  font-size: 30px;
  color: #fff;
  text-align: center;
  font-weight: 400 !important;
  margin: 0px;
}
.testimonial-section p {
  list-style: none;
  line-height: 25px;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
.owl-carousel .testiomnial-owl img {
  display: inline-block;
  width: auto;
  background-color: #fff;
  height: 109px;
  border-radius: 50%;
  border: 5px solid #fff;
  text-align: center;
}
.testiomnial-owl h2 {
  font-size: 18px;
  margin-top: 25px;
  font-weight: 600 !important;
  color: #222;
}
.testiomnial-owl span {
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
  color: #f8b902;
  padding-left: 5px;
  font-weight: 600 !important;
}
.testimonial-section .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  border: 2px solid #003865;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.testimonial-section .owl-theme .owl-dots .owl-dot span {
  background: #f8b902;
}
/*testimonial-section end*/
/* contact-section  style start*/
.contact-section {
  background-color: #fff;
}
.contact-dtl-section {
  background-color: #fff;
  padding: 50px 0px 60px 0px;
}
.contact-dtl-section h2 {
  font-size: 28px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}
.contact-dtl-section p {
  font-weight: 400;
  font-size: 17px;
  color: #333;
  text-align: center;
  line-height: 12.61px;
  margin-bottom: 25px;
}
.contact-box {
  box-shadow: 0px 0px 5px 1px #f0f0f0;
  text-align: center;
  padding: 20px 20px;
  border-top: 3px solid #fff;
  min-height: 240px;
  max-height: 280px;
  margin-top: 15px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}
.contact-box img {
  width: 50px;
}
.contact-box h3 {
  font-size: 19px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 13px;
}
.contact-box a {
  font-size: 15px;
  margin-top: 7px;
  font-weight: 400;
  margin-bottom: 0px;
  line-height: 24px;
}
.contact-form-box {
  box-shadow: 0px 0px 5px 1px #f0f0f0;
  padding: 40px 40px 30px 40px;
  margin-top: 30px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 5px;
}
.contact-form-box .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-form-box .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
.contact-form-box .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
.contact-form-box .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
.contact-form-box .form-control:-moz-placeholder { /* Firefox 18- */
  color: #333;
}
.contact-form-box .text-area {
  height: 130px;
  color: #333;
}
.submit-btn {
  color: #fff;
  background-color: #f0791b;
  padding: 14px 16px;
  font-weight: 500;
  line-height: 28px;
  font-size: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: none;
  border: none;
  width: 100%;
  transition-duration: 0.4s;
  margin-top: 75px;
}
.submit-btn:hover {
  color: #fff;
  transition-duration: 0.4s;
  background-color: #1ab4ce;
  border-color: #1ab4ce;
}
/* contact-section  style end*/
/* footer styles start */
.footer-section {
  background-color: #003865;
  padding: 50px 0px;
}
.footer-link-sections h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 12px;
}
.footer-link-sections .hours {
  margin-top: 23px;
}
.footer-link-sections p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  margin-bottom: 10px;
}
.footer-readmore {
  color: #fff;
}
.footer-link-sections ul {
  list-style: none;
  padding-left: 0px;
}
.footer-link-sections ul li {
  margin-bottom: 3px;
}
.footer-link-sections ul li a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 19px;
  margin-bottom: 15px;
}
.footer-link-sections ul li a:hover {
  color: #f0791b;
  letter-spacing: 1px;
  transition-duration: 0.4s;
}
.stay-connected {
  margin-bottom: 0px;
}
.stay-connected h2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 12px;
}
.social-media ul {
  list-style: none;
  padding-left: 0px;
  display: inline-block;
  margin-bottom: 0px;
}
.social-media ul li {
  float: left;
  padding-right: 5px;
}
.social-media ul li a {
  color: #fff;
  background-color: #f0791b;
  border-radius: 50%;
  line-height: 31px;
  font-size: 15px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border: 2px solid #f0791b;
}
.social-media ul li a:hover {
  color: #f0791b;
  background-color: #fff;
  transition-duration: 0.4s;
}
.footer-bottom {
  background-color: #fff;
  padding: 10px 0px;
}
.footer-bottom p {
  font-weight: 400;
  font-size: 13px;
  color: #34495e;
  line-height: 23.61px;
  margin-bottom: 0px;
  text-align: center;
}
.footer-bottom a {
  float: right;
}
.shop-footer .payment-card ul li {
  float: left;
  padding-right: 3px;
  padding-left: 0px;
}
/* footer styles end  */
.footer-whatsapp-icon {
  background-color: #36b549;
  position: fixed;
  right: 19px;
  width: 53px;
  height: 53px;
  text-align: center;
  font-size: 29px;
  color: #fff;
  border-radius: 50px;
  line-height: 53px;
  z-index: 999;
  top: 650px;
}
/* media Query */
/* Define mobile styles */
@media (max-width: 767px) {
  .col-1by5 {
    width: 100%;
  }
  .pad-none {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pad-left-none {
    padding-left: 15px;
  }
  .pad-right-none {
    padding-right: 15px;
  }
  .header-top {
    text-align: center;
  }
  .top-mail {
    float: none;
    margin-top: 0px;
    text-align: center;
  }
    
    .header-top .btn.log-btn {
    margin-left: 0px;
    display: inline-block;
    float: none;
    text-align: center;
    width: auto;
    border: 1px solid #fff;
    color: #f0791b !important;
    background-color: #fff;
}
    
  .contact-top a {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin-left: 0px;
  }
  .contact-top {
    float: none;
    text-align: center;
  }
  .navbar-default .navbar-toggle {
    border-color: #fff;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 22px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: 4px;
    background: linear-gradient(to right, rgb(82, 163, 205) 20%, rgb(61, 71, 151) 90%);
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-right {
    float: left !important;
    margin-right: -15px;
    margin-top: 15px;
  }
  .btn.log-btn {
    margin-left: 15px;
  }
  .carousel-caption h2 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
  }
.content .banner-btn-wit {
    padding: 3px 8px;
    font-weight: 500;
    min-width: 145px;
    line-height: 28px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 20px;
    background-color: #f0791b;
    border: none;
}
  .carousel-caption h3 {
    text-shadow: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 11px;
  }
  .carousel-caption {
    right: 5px;
    left: 5px;
    padding: 5px 5px;
    bottom: 9px;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .abt-reg-free {
    margin-bottom: 30px;
  }
  .faq-title {
    margin: 0 35px 0 0;
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
  }
	.testimonial-section {

    margin-bottom: 0px;
}
  .testimonial-section h3 {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .contact-dtl-section p {
    line-height: 20px;
    margin-bottom: 26px;
  }
  .contact-box {
    min-height: auto;
    max-height: none;
  }
  .footer-bottom {
    background-color: #fff;
    padding: 10px 0px;
    text-align: center;
  }
  .footer-bottom a {
    float: none;
  }
  .footer-bottom p {
    font-weight: 400;
    font-size: 12px;
  }
  .footer-whatsapp-icon {
    top: 573px;
  }
}
/* tablet screens */
@media all and (min-width: 768px) and (max-width: 980px) {
  .header-margin {
    padding-right: 20px !important;
    font-size: 11px !important;
  }
  .navbar-brand > img {
    display: block;
    width: 190px;
  }
  .carousel-caption h2 {
    font-size: 24px;
  }
  .specialities-dtl p {
    font-weight: 400;
    font-size: 14px;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
    margin-top: 5px;
  }
  .carousel-caption {
    right: 25px;
    left: 27px;
    padding: 25px 9px;
    bottom: 21px;
    display: flex;
    align-items: center;
    text-align: left;
  }
  .carousel-caption h3 {
    text-shadow: none;
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 22px;
  }
  .innovation-list-box .point-text {
    text-align: center;
    font-size: 19px;
    line-height: 27px;
  }
  .fleft {
    text-align: center;
    padding: 35px 9px;
  }
  .abt-reg-free {
    margin-bottom: 30px;
  }
  .newsletter-box {
    padding: 20px 125px 57px 35px;
  }
  .work-box {
    margin-bottom: 30px;
  }
  .pad-right-none {
    padding-right: 15PX;
  }
  .pad-left-none {
    padding-left: 15PX;
  }
  .contact-box {
    min-height: 270px;
    max-height: 280px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 5px;
    margin-bottom: 30px;
  }
  .submit-btn {
    margin-top: 5px;
  }
}
/* medium desktop screens */
@media (min-width: 992px) and (max-width: 1199px) {
  .col-1by5 {
    width: 20%;
  }
  .fleft {
    text-align: center;
    padding: 35px 29px;
  }
  .innovation-list-box {
    text-align: center;
    padding: 20px 20px;
  }
  .contact-box {
    box-shadow: 0px 0px 5px 1px #f0f0f0;
    text-align: center;
    min-height: 270px;
    padding: 20px 12px;
  }
  .carousel-caption {
    right: 89px;
    left: 40px;
    padding: 31px 21px;
    bottom: 50px;
    display: flex;
    align-items: center;
    text-align: left;
  }
}
@media all and (max-width: 980px) {}
/* Large screens*/
@media (min-width: 1200px) {
  .col-1by5 {
    width: 20%;
  }
  .container {
    width: 1200px;
  }
}
@media (max-width: 767px) {
  .carousel-caption .content {
    width: 100%;
  }
}
/*custom screen media */
@media (max-width: 359px) {}