@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

.tab-content li {
  color: #ff9800;
}

body p {
  line-height: 1.5;
  font-size: 15px;
  color: #2f4f4f;
  /* color: #6b778d;
*/ /*    color:#212529;  */
  margin-top: 15px;
  text-align: justify;
}

.navbar-brand img {
  height: 50px !important;
}

.pruduct-box .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0rem;
  /*  font-family: 'Poppins', sans-serif;
*/
  padding: 0;
  text-align: justify;
}

.form-control:focus {
  box-shadow: none !important;
}

body a:hover {
  color: #ff6768;
  transition: 0.3s ease;
}

body input {
  border-radius: 6px;
}

.noscroll {
  overflow: hidden;
}

h3.hny-title,
h3.hny-title.two {
  font-size: 38px;
  line-height: 50px;
  color: #0869ff;
  /*  color: #25408f;
*/
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 600;
}

h3.hny-title.two {
  color: #fff;
}

h3.hny-title span.dot-1 {
  color: #ff6768;
  margin-left: 10px;
}

a.read-more-btn.btn {
  display: inline-block;
  outline: none;
  border: none;
  font-weight: 600;
  padding: 12px 26px;
  font-size: 16px;
  background-color: #101d29;
  margin-top: 20px;
  color: #fff;
}

a.read-more-btn.btn:hover {
  background-color: #ff6768;
}

a.read-more-btn2.btn {
  display: inline-block;
  outline: none;
  border: none;
  font-weight: 600;
  padding: 12px 26px;
  font-size: 16px;
  background-color: transparent;
  margin-top: 20px;
  margin-left: 20px;
  color: #ff6768;
}

a.read-more-btn2.btn:hover {
  color: #fff;
  background-color: #ff6768;
}

@media (max-width: 1280px) {
  h3.hny-title,
  h3.hny-title.two {
    font-size: 36px;
    line-height: 46px;
  }

  body p {
    font-size: 15px;
  }
}

@media (max-width: 667px) {
  h3.hny-title,
  h3.hny-title.two {
    font-size: 30px;
    line-height: 40px;
  }

  a.read-more-btn.btn {
    margin-top: 10px;
  }
}

@media (max-width: 480px) {
  h3.hny-title,
  h3.hny-title.two {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 440px) {
  h3.hny-title,
  h3.hny-title.two {
    font-size: 26px;
    line-height: 36px;
  }
}

.w3l-top-header-content {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  /*  background: #fff;
*/ /*    background:url(../images/menu_head1.png);
*/
  background-repeat: no-repeat;
}

.w3l-top-header-content .top-hd {
  /* background: #17223b;*/
  /*background: #102a83;
  padding: 12px 0px;
 */
  background: #102a83;
  background-image: linear-gradient(
    to right top,
    #102a83,
    #0050a3,
    #006a93,
    #007e5e,
    #208c15
  );
  padding: 9px 0px;
}

.w3l-top-header-content .social-top li {
  display: inline-block;
}

.w3l-top-header-content .social-top li a {
  font-size: 16px;
  color: #fff;
  margin-right: 10px;
}

.w3l-top-header-content .social-top li a:hover {
  color: #ff6768;
}

.w3l-top-header-content .social-top {
  text-align: left;
}

.w3l-top-header-content .accounts {
  text-align: right;
}

.w3l-top-header-content .top-head li {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 0px 10px;
  display: inline-block;
}

.w3l-top-header-content .accounts li:nth-child(1) {
  margin-left: 0;
}

.w3l-top-header-content .top-head li span.fa {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-right: 10px;
}

.w3l-top-header-content ul li {
  display: inline-block;
}

.w3l-top-header-content .accounts li span.fa {
  padding-right: 5px;
}

.w3l-top-header-content .accounts li {
  display: inline-block;
  margin: 0 20px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.w3l-top-header-content .accounts li a {
  color: #fff;
}

.w3l-top-header-content .accounts li a:hover {
  opacity: 0.9;
}

.w3l-top-header-content .accounts li:nth-child(3) {
  margin-right: 0;
}

@media (max-width: 1080px) {
  .w3l-top-header-content .accounts li {
    margin: 0 6px;
  }
}

@media (max-width: 767px) {
  .w3l-top-header-content li.top_li2 {
    display: none;
  }
}

@media (max-width: 568px) {
  .w3l-top-header-content li.top_li1 {
    display: none;
  }

  .w3l-top-header-content .top-hd {
    padding: 12px 0px;
  }
}

.w3l-top-header-content li {
  list-style-type: none;
}

.w3l-top-header-content .navbar-expand-lg .navbar-nav .dropdown-menu {
  transform: translateX(-50px);
}

.w3l-top-header-content .navbar-expand-lg .navbar-nav .dropdown-menu:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px #d5d5d5ee solid;
  display: block;
  border-right: none;
  border-bottom: none;
  transform: translateX(-50%) rotateZ(45deg);
  position: absolute;
  top: -6px;
  left: 49%;
  z-index: 1001;
}

.w3l-top-header-content .dropdown-toggle::after {
  margin-left: 0.1em;
  font-weight: larger;
  /*  border-top: 0.3em solid;
*/
  border-right: 0.2em solid transparent;
  border-left: 0.2em solid transparent;
  vertical-align: middle;
}

.w3l-top-header-content .dropdown-item:hover,
.w3l-top-header-content .dropdown-item:focus {
  color: #305bdd;
  border-left: 5px solid #305bdd;
  text-decoration: none;
  background-color: #eef2ff;
  font-weight: bold;
}

.w3l-top-header-content nav.navbar {
  background-color: #fff;
  padding: 1px 0;
  /*    border-bottom: 2px solid #9E9E9E;
*/ /*     background:url(../images/menu_2.png);
*/
  background-repeat: no-repeat;
}

.w3l-top-header-content a.navbar-brand {
  color: #101d29;
  font-size: 28px;
  padding: 0;
}

.w3l-top-header-content a.navbar-brand span.fa {
  color: #ff6768;
}

.w3l-top-header-content label.lohny {
  font-weight: 700;
  margin: 0;
}

.w3l-top-header-content .navbar-light .navbar-brand:hover,
.w3l-top-header-content .navbar-light .navbar-brand:focus {
  opacity: 0.9;
}

.w3l-top-header-content .navbar-light .navbar-nav .show > .nav-link,
.w3l-top-header-content .navbar-light .navbar-nav .active > .nav-link,
.w3l-top-header-content .navbar-light .navbar-nav .nav-link.show,
.w3l-top-header-content .navbar-light .navbar-nav .nav-link.active {
  /*  color: #102a83;
  font-weight: bold;
*/
  color: #305bdd;
  /*  border-radius: 4px;
*/
  font-weight: bold;
}

.w3l-top-header-content .navbar-light .navbar-nav .nav-link:hover,
.w3l-top-header-content .navbar-light .navbar-nav .nav-link:focus {
  color: #305bdd;
  border-bottom: 2px solid #305bdd;
  /*color:#102a83;
font-weight:bold;
*/
  font-weight: bold;
}

.w3l-top-header-content .navbar-light .navbar-nav .nav-link {
  /*  color: #787878;
  color:#0a75c2;*/
  color: #222222;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 2px solid #fff;
}

.w3l-top-header-content li.nav-item {
  margin: 0px 10px;
}

.w3l-top-header-content li.nav-item:nth-child(6) {
  margin-right: 0px;
}

.w3l-top-header-content .navbar-toggler {
  padding: 0.45rem 0.6rem;
  font-size: 1rem;
  background-color: #cfdce8;
  border: none;
}

@media (max-width: 1280px) {
  .w3l-top-header-content li.nav-item {
    margin: 0px 10px;
  }
}

@media (max-width: 992px) {
  .w3l-top-header-content .navbar-expand-lg .navbar-nav .dropdown-menu {
    transform: translateX(0px);
  }

  .w3l-top-header-content .navbar-expand-lg .navbar-nav .dropdown-menu:before {
    top: -5px;
    left: 4%;
  }

  .w3l-top-header-content div#navbarSupportedContent {
    background: var(--theme-color);
    padding: 10px;
    border-radius: 4px;
    position: relative;
    border: 1px rgba(0, 0, 0, 0.09) solid;
    max-height: calc(100vh - 120px);
    overflow: auto;
  }

  .w3l-top-header-content div#navbarSupportedContent:before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--theme-color);
    border-left: 1px rgba(0, 0, 0, 0.09) solid;
    border-top: 1px rgba(0, 0, 0, 0.09) solid;
    display: block;
    transform: translateX(-50%) rotateZ(45deg);
    position: absolute;
    top: -5px;
    right: 12px;
    opacity: 0;
  }

  .w3l-top-header-content div#navbarSupportedContent {
    overflow: inherit;
  }
}

@media (max-width: 1366px) {
  .w3l-top-header-content .accounts li {
    margin: 0 10px;
  }
}

@media (max-width: 1080px) {
  .w3l-top-header-content .accounts li {
    margin: 0 6px;
  }
}

@media (max-width: 991px) {
  .w3l-top-header-content nav.navbar.navbar-expand-lg.navbar-light {
    padding: 10px 15px;
  }

  .w3l-top-header-content .social-top,
  .w3l-top-header-content .accounts {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .w3l-top-header-content .accounts li {
    font-size: 13px;
  }

  .w3l-top-header-content .accounts li {
    margin: 0px 2px;
  }
}

@media (max-width: 440px) {
  .w3l-top-header-content .accounts li {
    margin: 0px 0px;
  }

  .w3l-top-header-content li.top_li:nth-child(2) {
    margin-left: 2px;
  }
}

.w3l-banner-slider-main ol.carousel-indicators {
  margin: 0;
}

.w3l-banner-slider-main .carousel-item {
  min-height: 40em;
  position: relative;
  /*  z-index: 1;
*/
}

.w3l-banner-slider-main .carousel-item {
  background: url(../images/1.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
}

.w3l-banner-slider-main .carousel-item.item2 {
  background: url(../images/2.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
}

.w3l-banner-slider-main .carousel-item.item3 {
  background: url(../images/3.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
}

.w3l-banner-slider-main .carousel-item.item4 {
  background: url(../images/4.png) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
}

.w3l-banner-slider-main .carousel-item:before {
  content: "";
  background: rgba(16, 16, 16, 0.470588);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-banner-slider-main .carousel-caption h3 {
  font-size: 45px;
  text-transform: uppercase;
  font-weight: 500;
  /* line-height: 425px;   */
}

.w3l-banner-slider-main .carousel-caption p {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  opacity: 0.8;
}

.w3l-banner-slider-main a.banner-btn.btn {
  display: inline-block;
  outline: none;
  border: none;
  font-weight: 600;
  padding: 12px 26px;
  font-size: 16px;
  background-color: #102e83;
  margin-top: 20px;
  color: #fff;
}

.w3l-banner-slider-main a.banner-btn.btn:hover {
  background: #ff6768;
  color: #fff;
}

.w3l-banner-slider-main .b-ck {
  display: block;
}

.w3l-banner-slider-main .carousel-indicators {
  bottom: 7%;
  left: 0%;
  cursor: pointer;
  display: none;
}

.w3l-banner-slider-main .carousel-caption {
  text-align: left;
  margin: 154px auto;
  position: absolute;
  right: 15%;
  bottom: 18%;
  left: 15%;
  z-index: 10;
}

.w3l-banner-slider-main .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 40em;
}

.w3l-banner-slider-main .carousel-control {
  line-height: 40em;
}

.w3l-banner-slider-main .carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.w3l-banner-slider-main .carousel-indicators .active {
  background: #03cce6;
  width: 30px;
  height: 3px;
}

.w3l-banner-slider-main .carousel-control-prev,
.w3l-banner-slider-main .carousel-control-next {
  background: none;
  position: absolute;
  top: 42%;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  /* opacity: 0.5; */
  transition: opacity 0.15s ease;
  height: 50px;
  width: 60px;
  padding: -10px;
  opacity: 0.9;
}

@media (max-width: 1080px) {
  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 100px;
    line-height: 110px;
  }
}

@media (max-width: 900px) {
  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 90px;
    line-height: 100px;
  }
}

@media (max-width: 767px) {
  .w3l-banner-slider-main .carousel-item {
    min-height: 30em;
  }
}

@media (max-width: 667px) {
  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 80px;
    line-height: 90px;
  }

  .w3l-banner-slider-main a.banner-btn.btn {
    padding: 12px 26px;
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 70px;
    line-height: 80px;
  }

  .w3l-banner-slider-main .carousel-caption p {
    font-size: 15px;
  }
}

@media (max-width: 569px) {
  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 490px) {
  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 50px;
    line-height: 60px;
  }

  .w3l-banner-slider-main .carousel-caption p {
    font-size: 14px;
  }

  .w3l-banner-slider-main .carousel-item {
    min-height: 26em;
  }
}

@media (max-width: 440px) {
  .w3l-banner-slider-main .carousel-caption h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .w3l-banner-slider-main .carousel-item {
    min-height: 22em;
  }

  .w3l-banner-slider-main .carousel-caption {
    bottom: 12%;
  }
}

.w3l-content-6 .content-6-mian {
  background: #fff;
}

.w3l-content-6 .content-6-mian h4 {
  font-size: 35px;
  line-height: 45px;
  color: #17223b;
}

.w3l-content-6 .content-info-in p {
  line-height: 25px;
  font-size: 15px;
}

@media (max-width: 1440px) {
  .w3l-content-6 .counter-6-inf-left h4 {
    line-height: 70px;
    font-size: 50px;
    width: 60%;
  }
}

@media (max-width: 668px) {
  .w3l-content-6 .content-info-in p {
    line-height: 25px;
    font-size: 15px;
  }

  .w3l-content-6 .content-6-mian h4 {
    font-size: 30px;
  }
}

@media (max-width: 568px) {
  .w3l-content-6 .content-6-mian h4 {
    font-size: 27px;
    line-height: 38px;
  }
}

.w3l-specification-6 .d-grid {
  display: grid;
}

.w3l-specification-6 .counter-6-inf-left {
  padding: 14em 4em;
  background: url(../images/bg1.jpg) no-repeat 0px 0px;
  background-size: cover;
  z-index: 0;
  position: relative;
}

.w3l-specification-6 .counter-6-inf-left::before {
  content: "";
  background: rgba(6, 14, 21, 0.55);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-specification-6 .specification {
  display: grid;
  grid-template-columns: 1fr 10fr;
  grid-gap: 20px;
  margin-bottom: 30px;
}

.w3l-specification-6 .specification.last-one {
  margin-bottom: 0px;
}

.w3l-specification-6 .counter-6-inf-left h3 {
  text-align: left;
  text-transform: capitalize;
  line-height: 65px;
  color: #fff;
  font-size: 55px;
  width: 65%;
}

.w3l-specification-6 .counter-6-inf-right h6 {
  text-align: left;
  margin-bottom: 0;
  color: #101d29;
  font-size: 22px;
  margin: 0px 0 6px 0;
  font-weight: 600;
}

.w3l-specification-6 .counter-6-inf-right h6 a {
  color: #101d29;
}

.w3l-specification-6 .counter-6-inf-right h6 a:hover {
  color: #ff6768;
}

.w3l-specification-6 .counter-6-inf-left p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 15px;
}

.w3l-specification-6 p.specifi-para {
  margin-top: 15px;
}

.w3l-specification-6 .counter-6-inf-right {
  padding: 6em 4em;
  background: #f3f6fb;
}

.w3l-specification-6 h6.imp {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: #101d29;
  margin-bottom: 30px;
}

.w3l-specification-6 .specification-icon {
  text-align: center;
}

.w3l-specification-6 .specification span.fa {
  font-size: 36px;
  margin-top: 4px;
  color: #ff6768;
}

.w3l-specification-6 .specification h4 {
  font-size: 40px;
  line-height: 50px;
  color: #101d29;
  margin-top: 10px;
  margin-bottom: 5px;
}

.w3l-specification-6 .specification p {
  font-size: 16px;
  line-height: 28px;
  padding-right: 30px;
}

.w3l-specification-6 .spec-gap {
  margin-top: 35px;
}

.w3l-specification-6 .counter-6-inf-left2 {
  padding: 14em 4em;
  background: url(../images/bg3.jpg) no-repeat 0px 0px;
  background-size: cover;
  z-index: 0;
  position: relative;
  border-radius: 0 32px 32px 0px;
}

.w3l-specification-6 .counter-6-inf-right2 {
  background: none;
}

.w3l-specification-6 .calltoaction-text-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.w3l-specification-6 .calltoaction-text-info a span.fa {
  color: #ff6768;
  margin-right: 6px;
}

.w3l-specification-6 .calltoaction-text-info a {
  color: #6b778d;
  font-size: 16px;
  display: block;
  margin-bottom: 16px;
  list-style-type: none;
}

@media all and (max-width: 1390px) {
  .w3l-specification-6 .counter-6-inf-right {
    padding: 4em 2em;
  }
}

@media all and (max-width: 1280px) {
  .w3l-specification-6 .counter-6-inf-left h3 {
    line-height: 50px;
    font-size: 40px;
    width: 100%;
  }
}

@media all and (max-width: 1080px) {
  .w3l-specification-6 .counter-6-inf-right h6 {
    font-size: 20px;
    margin: 0px 0 6px 0;
  }

  .w3l-specification-6 .specification p {
    font-size: 15px;
  }
}

@media all and (max-width: 992px) {
  .w3l-specification-6 .counter-6-inf-left {
    padding: 6em 2em;
  }

  .w3l-specification-6 .counter-6-inf-left2 {
    padding: 14em 0em;
    background: url(../images/bg3.jpg) no-repeat 0px 0px;
    background-size: cover;
    z-index: 0;
    position: relative;
    border-radius: 0 32px 32px 0px;
  }

  .w3l-specification-6 .counter-6-inf-right {
    padding: 6em 2em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  .w3l-specification-6 .specification {
    display: grid;
    grid-template-columns: 1fr 8fr;
    grid-gap: 20px;
    margin-bottom: 10px;
  }

  .w3l-specification-6 .counter-6-inf-right.counter-6-inf-right2 {
    padding: 4em 4em;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

@media all and (max-width: 767px) {
  .w3l-specification-6 .counter-6-inf-right {
    padding: 3em 1em;
  }

  .w3l-specification-6 .counter-6-inf-right.counter-6-inf-right2 {
    padding: 2em 1em;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}

@media all and (max-width: 667px) {
  .w3l-specification-6 .counter-6-inf-right {
    padding: 3em 1em;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }

  .w3l-specification-6 .counter-6-inf-left h3 {
    line-height: 42px;
    font-size: 32px;
    width: 100%;
    margin: 0;
  }

  .w3l-specification-6 .counter-6-inf-left {
    padding: 3em 1em;
  }

  .w3l-specification-6 .calltoaction-text-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }

  .w3l-specification-6 .calltoaction-text-info a {
    font-size: 14px;
  }
}

.w3l-counter-6 .conuter-66-info {
  /*  background: url(../images/bg2_home.jpg) no-repeat bottom;
*/
  background: linear-gradient(-45deg, #141e30, #243b55);
  background-size: cover;
  /*  z-index: 0;
*/
  position: relative;
}

.w3l-counter-6 .conuter-66-info::before {
  content: "";
  background: rgba(6, 14, 21, 0.55);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-counter-6 .counter-grids-info h6 {
  font-size: 55px;
  line-height: 75px;
  color: #fff;
  font-weight: 100;
  border-bottom: 1px solid rgba(243, 246, 251, 0.26);
  padding-bottom: 12px;
}

.w3l-counter-6 .counter-grids-info h4 {
  color: #fff;
  font-size: 50px;
  text-transform: capitalize;
  line-height: 60px;
  font-weight: 700;
}

.w3l-counter-6 .counter-grids-info p {
  font-size: 20px;
  line-height: 35px;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
}

.w3l-counter-6 .counter-gd label {
  font-size: 1em;
  color: #fff;
  font-weight: 100;
}

@media all and (max-width: 992px) {
  .w3l-counter-6 .counter-gd {
    margin-bottom: 1em;
  }

  .w3l-counter-6 .counter-grids-info h4 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media all and (max-width: 767px) {
  .w3l-counter-6 .counter-grids-info h6 {
    font-size: 46px;
    line-height: 56px;
    padding-bottom: 8px;
  }
}

@media all and (max-width: 667px) {
  .w3l-counter-6 .counter-grids-info h6 {
    font-size: 42px;
    line-height: 52px;
  }
}

.w3l-content-w-photo-6 .specification {
  margin-bottom: 30px;
  text-align: left;
}

.w3l-content-w-photo-6 .specification.last-one {
  margin-bottom: 0px;
}

.w3l-content-w-photo-6 .photo-6-inf-right h6 {
  text-align: left;
  margin-bottom: 0;
  color: #101d29;
  font-size: 22px;
  margin: 0px 0 6px 0;
  font-weight: 600;
}

.w3l-content-w-photo-6 .photo-6-inf-right h6 a {
  color: #101d29;
}

.w3l-content-w-photo-6 .photo-6-inf-right h6 a:hover {
  color: #ff6768;
}

.w3l-content-w-photo-6 .photo-6-inf-left p {
  font-size: 15px;
  line-height: 28px;
  margin-top: 15px;
}

.w3l-content-w-photo-6 p.specifi-para {
  margin-top: 15px;
}

.w3l-content-w-photo-6 h6.imp {
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 25px;
  color: #101d29;
  margin-bottom: 30px;
}

.w3l-content-w-photo-6 .photo-6-inf-left {
  text-align: right;
}

.w3l-content-w-photo-6 .specification span.fa {
  font-size: 36px;
  color: #ff6768;
}

.w3l-content-w-photo-6 .specification-icon {
  margin-bottom: 14px;
}

.w3l-content-w-photo-6 .specification h4 {
  font-size: 36px;
  line-height: 46px;
  color: #101d29;
  margin-top: 10px;
  margin-bottom: 5px;
}

.w3l-content-w-photo-6 .specification p {
  font-size: 15px;
  line-height: 28px;
  padding-right: 30px;
}

.w3l-content-w-photo-6 .spec-gap {
  margin-top: 34px;
}

.w3l-content-w-photo-6 .grids-innf {
  margin-top: 46px;
}

@media all and (max-width: 1390px) {
  .w3l-content-w-photo-6 .specification p {
    font-size: 15px;
    padding-right: 0px;
  }
}

@media all and (max-width: 1280px) {
  .w3l-content-w-photo-6 .content-photo-66-text-info {
    position: absolute;
    bottom: 0px;
    padding: 40px;
    width: 73%;
  }

  .w3l-content-w-photo-6 .photo-6-inf-right h6 {
    font-size: 20px;
  }
}

@media all and (max-width: 1080px) {
  .w3l-content-w-photo-6 .specification p {
    width: 100%;
    font-size: 15px;
  }

  .w3l-content-w-photo-6 .photo-6-inf-right h6 {
    font-size: 18px;
  }
}

@media all and (max-width: 992px) {
  .w3l-content-w-photo-6 .photo-6-inf-left {
    text-align: left;
    margin-top: 1em;
  }

  .w3l-content-w-photo-6 .photo-6-inf-right h6 {
    font-size: 20px;
  }
}

@media all and (max-width: 667px) {
  .w3l-content-w-photo-6 .counter-6-inf-left h3 {
    line-height: 42px;
    font-size: 32px;
    width: 100%;
  }
}

@media all and (max-width: 640px) {
  .w3l-content-w-photo-6 .photo-6-inf-left h4 {
    line-height: 40px;
    font-size: 30px;
  }
}

@media all and (max-width: 480px) {
  .w3l-content-w-photo-6 .photo-6-inf-left h4 {
    line-height: 40px;
    font-size: 28px;
  }
}

.w3-gallery .content {
  position: relative;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.w3-gallery .content .content-overlay {
  background: rgba(16, 29, 41, 0.580392);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 6px;
}

.w3-gallery .content:hover .content-overlay {
  opacity: 1;
}

.w3-gallery .content-image {
  width: 100%;
}

.w3-gallery .content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}

.w3-gallery .content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.w3-gallery .content-details h3 {
  color: #fff;
  font-weight: 600;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 18px;
}

.w3-gallery .content-details p {
  color: #fff;
  font-size: 0.8em;
}

.w3-gallery .fadeIn-bottom {
  top: 80%;
}

.w3-gallery .fadeIn-top {
  top: 20%;
}

.w3-gallery .fadeIn-left {
  left: 20%;
}

.w3-gallery .fadeIn-right {
  left: 80%;
}

.w3-gallery ul.portfolio-area li figure {
  margin: 0;
}

.w3-gallery .portfolio-categ li {
  color: #333;
  cursor: pointer;
  display: inline-block;
  padding: 0 8px;
  font-size: 1em;
  text-transform: capitalize;
}

.w3-gallery li.cat-item-1:before,
.w3-gallery li.cat-item-2:before,
.w3-gallery li.cat-item-3:before,
.w3-gallery li.cat-item-4:before {
  display: inline-block;
  padding-right: 1rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.w3-gallery .portfolio-categ li a {
  color: #333;
  font-weight: 600;
}

.w3-gallery .image-block {
  display: block;
  position: relative;
}

.w3-gallery .portfolio-area li {
  float: left;
  list-style-type: none;
  overflow: hidden;
  width: 338px;
  margin: 1em;
}

.w3-gallery .home-portfolio-text {
  margin-top: 10px;
}

.w3-gallery .portfolio-categ li a:hover {
  color: #ff6768;
}

.w3-gallery .portfolio-categ li.active a {
  color: #ff6768;
}

.w3-gallery .home-portfolio-text {
  margin-top: 10px;
}

.w3-gallery .portfolio-categ li.active a {
  color: #ff6768;
}

@media (max-width: 1080px) {
  .w3-gallery .portfolio-area li {
    float: left;
    max-width: 274px;
    margin: 1em;
  }
}

@media (max-width: 992px) {
  .w3-gallery .portfolio-area li {
    float: left;
    max-width: 266px;
    margin: 1em;
  }

  .w3-gallery .portfolio-categ li {
    padding: 0 2px;
    font-size: 0.9em;
  }
}

@media (max-width: 769px) {
  .w3-gallery .portfolio-area li {
    float: left;
    max-width: 196px;
    margin: 1em;
  }
}

@media (max-width: 668px) {
  .w3-gallery .portfolio-area li {
    max-width: 216px;
    margin: 0.6em;
  }

  .w3-gallery .content-details h3 {
    font-size: 16px;
  }
}

@media (max-width: 480px) {
  .w3-gallery .portfolio-area li {
    max-width: 156px;
    margin: 0.6em;
  }

  .w3-gallery .content-details h3 {
    font-size: 14px;
  }
}

@media (max-width: 440px) {
  .w3-gallery .portfolio-area li {
    max-width: 146px;
    margin: 0.6em;
  }
}

@media (max-width: 384px) {
  .w3-gallery .portfolio-area li {
    max-width: 140px;
  }

  .w3-gallery .content-details h3 {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .w3-gallery .portfolio-area li {
    max-width: 136px;
  }
}

.w3-gallery .w3l-block {
  background: #f8f9fa;
}

.w3-gallery div.light_rounded .pp_top .pp_left {
  background: url(../images/sprite.png) -88px -53px no-repeat;
}

.w3-gallery div.light_rounded .pp_top .pp_middle {
  background: #fff;
}

.w3-gallery div.light_rounded .pp_top .pp_right {
  background: url(../images/sprite.png) -110px -53px no-repeat;
}

.w3-gallery div.light_rounded .pp_content .ppt {
  color: #000;
}

.w3-gallery div.light_rounded .pp_content_container .pp_left,
.w3-gallery div.light_rounded .pp_content_container .pp_right {
  background: #fff;
}

.w3-gallery div.light_rounded .pp_content {
  background-color: #fff;
}

.w3-gallery div.light_rounded .pp_next:hover {
  background: url(../images/btnNext.png) center right no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_rounded .pp_previous:hover {
  background: url(../images/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_rounded .pp_expand {
  background: url(../images/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_rounded .pp_expand:hover {
  background: url(../images/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_rounded .pp_contract {
  background: url(../images/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_rounded .pp_contract:hover {
  background: url(../images/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_rounded #pp_full_res .pp_inline {
  color: #000;
}

.w3-gallery div.light_rounded .pp_gallery a.pp_arrow_previous,
.w3-gallery div.light_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

.w3-gallery div.light_rounded .pp_nav .pp_play {
  background: url(../images/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

.w3-gallery div.light_rounded .pp_nav .pp_pause {
  background: url(../images/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

.w3-gallery div.light_rounded .pp_arrow_previous {
  background: url(../images/sprite.png) 0 -71px no-repeat;
}

.w3-gallery div.light_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

.w3-gallery div.light_rounded .pp_arrow_next {
  background: url(../images/sprite.png) -22px -71px no-repeat;
}

.w3-gallery div.light_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

.w3-gallery div.light_rounded .pp_bottom .pp_left {
  background: url(../images/sprite.png) -88px -80px no-repeat;
}

.w3-gallery div.light_rounded .pp_bottom .pp_middle {
  background: #fff;
}

.w3-gallery div.light_rounded .pp_bottom .pp_right {
  background: url(../images/sprite.png) -110px -80px no-repeat;
}

.w3-gallery div.light_rounded .pp_loaderIcon {
  background: url(../images/loader.gif) center center no-repeat;
}

.w3-gallery div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px
    no-repeat;
}

.w3-gallery div.dark_rounded .pp_top .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat;
}

.w3-gallery div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px
    no-repeat;
}

.w3-gallery div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat-y;
}

.w3-gallery div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    right repeat-y;
}

.w3-gallery div.dark_rounded .pp_content {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat;
}

.w3-gallery div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center
    left no-repeat;
  cursor: pointer;
}

.w3-gallery div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

.w3-gallery div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

.w3-gallery div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.dark_rounded .currentTextHolder {
  color: #c4c4c4;
}

.w3-gallery div.dark_rounded .pp_description {
  color: #fff;
}

.w3-gallery div.dark_rounded #pp_full_res .pp_inline {
  color: #fff;
}

.w3-gallery div.dark_rounded .pp_gallery a.pp_arrow_previous,
.w3-gallery div.dark_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

.w3-gallery div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

.w3-gallery div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

.w3-gallery div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

.w3-gallery div.dark_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

.w3-gallery div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px
    no-repeat;
}

.w3-gallery div.dark_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

.w3-gallery div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px
    no-repeat;
}

.w3-gallery div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat;
}

.w3-gallery div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px
    no-repeat;
}

.w3-gallery div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center
    no-repeat;
}

.w3-gallery div.dark_square .pp_left,
.w3-gallery div.dark_square .pp_middle,
.w3-gallery div.dark_square .pp_right,
.w3-gallery div.dark_square .pp_content {
  background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left
    repeat;
}

.w3-gallery div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

.w3-gallery div.dark_square .pp_description {
  color: #fff;
}

.w3-gallery div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center
    no-repeat;
}

.w3-gallery div.dark_square .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat-y;
}

.w3-gallery div.dark_square .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    right repeat-y;
}

.w3-gallery div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

.w3-gallery div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

.w3-gallery div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

.w3-gallery div.dark_square .pp_gallery a.pp_arrow_previous,
.w3-gallery div.dark_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

.w3-gallery div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

.w3-gallery div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

.w3-gallery div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

.w3-gallery div.dark_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

.w3-gallery div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px
    no-repeat;
}

.w3-gallery div.dark_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

.w3-gallery div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_square .pp_left,
.w3-gallery div.light_square .pp_middle,
.w3-gallery div.light_square .pp_right,
.w3-gallery div.light_square .pp_content {
  background: #fff;
}

.w3-gallery div.light_square .pp_content .ppt {
  color: #000;
}

.w3-gallery div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_square #pp_full_res .pp_inline {
  color: #000;
}

.w3-gallery div.light_square .pp_gallery a.pp_arrow_previous,
.w3-gallery div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

.w3-gallery div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

.w3-gallery div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

.w3-gallery div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

.w3-gallery div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

.w3-gallery div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px
    no-repeat;
}

.w3-gallery div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

.w3-gallery div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center
    left no-repeat;
  cursor: pointer;
}

.w3-gallery div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px
    no-repeat;
}

.w3-gallery div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left
    repeat-x;
}

.w3-gallery div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px
    no-repeat;
}

.w3-gallery div.facebook .pp_content .ppt {
  color: #000;
}

.w3-gallery div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top
    left repeat-y;
}

.w3-gallery div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top
    right repeat-y;
}

.w3-gallery div.facebook .pp_content {
  background: #fff;
}

.w3-gallery div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

.w3-gallery div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

.w3-gallery div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

.w3-gallery div.facebook #pp_full_res .pp_inline {
  color: #000;
}

.w3-gallery div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center
    no-repeat;
}

.w3-gallery div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

.w3-gallery div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

.w3-gallery div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px
    no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

.w3-gallery div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

.w3-gallery div.facebook .pp_nav {
  margin-top: 0;
}

.w3-gallery div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

.w3-gallery div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}

.w3-gallery div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}

.w3-gallery div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left
    no-repeat;
  cursor: pointer;
}

.w3-gallery div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px
    no-repeat;
}

.w3-gallery div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top
    left repeat-x;
}

.w3-gallery div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px
    no-repeat;
}

.w3-gallery div.pp_pic_holder a:focus {
  outline: none;
}

.w3-gallery div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

.w3-gallery div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.w3-gallery .pp_top {
  height: 20px;
  position: relative;
}

.w3-gallery * html .pp_top {
  padding: 0 20px;
}

.w3-gallery .pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.w3-gallery .pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

.w3-gallery * html .pp_top .pp_middle {
  left: 0;
  position: static;
}

.w3-gallery .pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.w3-gallery .pp_content {
  height: 40px;
}

.w3-gallery .pp_fade {
  display: none;
}

.w3-gallery .pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.w3-gallery .pp_content_container .pp_left {
  padding-left: 20px;
}

.w3-gallery .pp_content_container .pp_right {
  padding-right: 20px;
}

.w3-gallery .pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}

.w3-gallery .pp_description {
  display: none;
  margin: 0 0 5px 0;
}

.w3-gallery .pp_nav {
  clear: left;
  float: left;
  margin: 3px 0 0 0;
}

.w3-gallery .pp_nav p {
  float: left;
  margin: 0 4px;
}

.w3-gallery .pp_nav .pp_play,
.w3-gallery .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

.w3-gallery a.pp_arrow_previous,
.w3-gallery a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.w3-gallery .pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.w3-gallery .pp_gallery {
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.w3-gallery .pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.w3-gallery .pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.w3-gallery .pp_gallery ul a:hover,
.w3-gallery .pp_gallery li.selected a {
  border-color: #fff;
}

.w3-gallery .pp_gallery ul a img {
  border: 0;
}

.w3-gallery .pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
}

.w3-gallery .pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0
    no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.w3-gallery .pp_gallery li.default a img {
  display: none;
}

.w3-gallery .pp_gallery .pp_arrow_previous,
.w3-gallery .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

.w3-gallery a.pp_next {
  background: url(../images//btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

.w3-gallery a.pp_previous {
  background: url(../images//btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

.w3-gallery a.pp_expand,
.w3-gallery a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

.w3-gallery a.pp_close {
  display: block;
  float: right;
  line-height: 22px;
  text-indent: -10000px;
}

.w3-gallery .pp_bottom {
  height: 20px;
  position: relative;
}

.w3-gallery * html .pp_bottom {
  padding: 0 20px;
}

.w3-gallery .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.w3-gallery .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

.w3-gallery * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.w3-gallery .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.w3-gallery .pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

.w3-gallery #pp_full_res {
  line-height: 1 !important;
}

.w3-gallery #pp_full_res .pp_inline {
  text-align: left;
}

.w3-gallery #pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}

.w3-gallery div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}

.w3-gallery .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.w3-gallery .pp_gallery a {
  background: none !important;
  border: none !important;
  display: none !important;
  height: 146px;
  padding: 2px !important;
  width: 235px;
}

@media screen and (max-width: 375px) {
  .w3-gallery div.light_rounded .pp_close {
    width: 40px;
    background-position: -50px 0px;
  }

  .w3-gallery .pp_nav {
    float: none;
  }
}

.w3-gallery .multi-post {
  background: #f8f9fa;
}

div.light_rounded .pp_top .pp_left {
  background: url(../images/sprite.png) -88px -53px no-repeat;
}

div.light_rounded .pp_top .pp_middle {
  background: #fff;
}

div.light_rounded .pp_top .pp_right {
  background: url(../images/sprite.png) -110px -53px no-repeat;
}

div.light_rounded .pp_content .ppt {
  color: #000;
}

div.light_rounded .pp_content_container .pp_left,
div.light_rounded .pp_content_container .pp_right {
  background: #fff;
}

div.light_rounded .pp_content {
  background-color: #fff;
}

div.light_rounded .pp_next:hover {
  background: url(../images/btnNext.png) center right no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_previous:hover {
  background: url(../images/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand {
  background: url(../images/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_expand:hover {
  background: url(../images/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract {
  background: url(../images/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_contract:hover {
  background: url(../images/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.light_rounded #pp_full_res .pp_inline {
  color: #000;
}

div.light_rounded .pp_gallery a.pp_arrow_previous,
div.light_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_rounded .pp_nav .pp_play {
  background: url(../images/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_nav .pp_pause {
  background: url(../images/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}

div.light_rounded .pp_arrow_previous {
  background: url(../images/sprite.png) 0 -71px no-repeat;
}

div.light_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_rounded .pp_arrow_next {
  background: url(../images/sprite.png) -22px -71px no-repeat;
}

div.light_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_rounded .pp_bottom .pp_left {
  background: url(../images/sprite.png) -88px -80px no-repeat;
}

div.light_rounded .pp_bottom .pp_middle {
  background: #fff;
}

div.light_rounded .pp_bottom .pp_right {
  background: url(../images/sprite.png) -110px -80px no-repeat;
}

div.light_rounded .pp_loaderIcon {
  background: url(../images/loader.gif) center center no-repeat;
}

div.dark_rounded .pp_top .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -53px
    no-repeat;
}

div.dark_rounded .pp_top .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat;
}

div.dark_rounded .pp_top .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -53px
    no-repeat;
}

div.dark_rounded .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat-y;
}

div.dark_rounded .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    right repeat-y;
}

div.dark_rounded .pp_content {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat;
}

div.dark_rounded .pp_next:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_rounded/btnPrevious.png) center
    left no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}

div.dark_rounded .currentTextHolder {
  color: #c4c4c4;
}

div.dark_rounded .pp_description {
  color: #fff;
}

div.dark_rounded #pp_full_res .pp_inline {
  color: #fff;
}

div.dark_rounded .pp_gallery a.pp_arrow_previous,
div.dark_rounded .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.dark_rounded .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_rounded .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}

div.dark_rounded .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.dark_rounded .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -22px -71px
    no-repeat;
}

div.dark_rounded .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.dark_rounded .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -88px -80px
    no-repeat;
}

div.dark_rounded .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat;
}

div.dark_rounded .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/sprite.png) -110px -80px
    no-repeat;
}

div.dark_rounded .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center
    no-repeat;
}

div.dark_square .pp_left,
div.dark_square .pp_middle,
div.dark_square .pp_right,
div.dark_square .pp_content {
  background: url(../images/prettyPhoto/dark_square/contentPattern.png) top left
    repeat;
}

div.dark_square .currentTextHolder {
  color: #c4c4c4;
}

div.dark_square .pp_description {
  color: #fff;
}

div.dark_square .pp_loaderIcon {
  background: url(../images/prettyPhoto/dark_rounded/loader.gif) center center
    no-repeat;
}

div.dark_square .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    left repeat-y;
}

div.dark_square .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/dark_rounded/contentPattern.png) top
    right repeat-y;
}

div.dark_square .pp_expand {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

div.dark_square .pp_expand:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_contract:hover {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}

div.dark_square #pp_full_res .pp_inline {
  color: #fff;
}

div.dark_square .pp_gallery a.pp_arrow_previous,
div.dark_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.dark_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.dark_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}

div.dark_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.dark_square .pp_arrow_next {
  background: url(../images/prettyPhoto/dark_square/sprite.png) -22px -71px
    no-repeat;
}

div.dark_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.dark_square .pp_next:hover {
  background: url(../images/prettyPhoto/dark_square/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}

div.dark_square .pp_previous:hover {
  background: url(../images/prettyPhoto/dark_square/btnPrevious.png) center left
    no-repeat;
  cursor: pointer;
}

div.light_square .pp_left,
div.light_square .pp_middle,
div.light_square .pp_right,
div.light_square .pp_content {
  background: #fff;
}

div.light_square .pp_content .ppt {
  color: #000;
}

div.light_square .pp_expand {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

div.light_square .pp_expand:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.light_square .pp_contract:hover {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -1px
    no-repeat;
  cursor: pointer;
}

div.light_square #pp_full_res .pp_inline {
  color: #000;
}

div.light_square .pp_gallery a.pp_arrow_previous,
div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}

div.light_square .pp_nav .pp_play {
  background: url(../images/prettyPhoto/light_square/sprite.png) -1px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/light_square/sprite.png) -24px -100px
    no-repeat;
  height: 15px;
  width: 14px;
}

div.light_square .pp_arrow_previous {
  background: url(../images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}

div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}

div.light_square .pp_arrow_next {
  background: url(../images/prettyPhoto/light_square/sprite.png) -22px -71px
    no-repeat;
}

div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}

div.light_square .pp_next:hover {
  background: url(../images/prettyPhoto/light_square/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}

div.light_square .pp_previous:hover {
  background: url(../images/prettyPhoto/light_square/btnPrevious.png) center
    left no-repeat;
  cursor: pointer;
}

div.facebook .pp_top .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -53px
    no-repeat;
}

div.facebook .pp_top .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternTop.png) top left
    repeat-x;
}

div.facebook .pp_top .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -53px
    no-repeat;
}

div.facebook .pp_content .ppt {
  color: #000;
}

div.facebook .pp_content_container .pp_left {
  background: url(../images/prettyPhoto/facebook/contentPatternLeft.png) top
    left repeat-y;
}

div.facebook .pp_content_container .pp_right {
  background: url(../images/prettyPhoto/facebook/contentPatternRight.png) top
    right repeat-y;
}

div.facebook .pp_content {
  background: #fff;
}

div.facebook .pp_expand {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -26px
    no-repeat;
  cursor: pointer;
}

div.facebook .pp_expand:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) -31px -47px
    no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}

div.facebook .pp_contract:hover {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}

div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}

div.facebook #pp_full_res .pp_inline {
  color: #000;
}

div.facebook .pp_loaderIcon {
  background: url(../images/prettyPhoto/facebook/loader.gif) center center
    no-repeat;
}

div.facebook .pp_arrow_previous {
  background: url(../images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}

div.facebook .pp_arrow_next {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -71px
    no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}

div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}

div.facebook .pp_nav {
  margin-top: 0;
}

div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}

div.facebook .pp_nav .pp_play {
  background: url(../images/prettyPhoto/facebook/sprite.png) -1px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_nav .pp_pause {
  background: url(../images/prettyPhoto/facebook/sprite.png) -32px -123px
    no-repeat;
  height: 22px;
  width: 22px;
}

div.facebook .pp_next:hover {
  background: url(../images/prettyPhoto/facebook/btnNext.png) center right
    no-repeat;
  cursor: pointer;
}

div.facebook .pp_previous:hover {
  background: url(../images/prettyPhoto/facebook/btnPrevious.png) center left
    no-repeat;
  cursor: pointer;
}

div.facebook .pp_bottom .pp_left {
  background: url(../images/prettyPhoto/facebook/sprite.png) -88px -80px
    no-repeat;
}

div.facebook .pp_bottom .pp_middle {
  background: url(../images/prettyPhoto/facebook/contentPatternBottom.png) top
    left repeat-x;
}

div.facebook .pp_bottom .pp_right {
  background: url(../images/prettyPhoto/facebook/sprite.png) -110px -80px
    no-repeat;
}

div.pp_pic_holder a:focus {
  outline: none;
}

div.pp_overlay {
  background: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}

div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}

.pp_top {
  height: 20px;
  position: relative;
}

* html .pp_top {
  padding: 0 20px;
}

.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_top .pp_middle {
  left: 0;
  position: static;
}

.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_content {
  height: 40px;
}

.pp_fade {
  display: none;
}

.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}

.pp_content_container .pp_left {
  padding-left: 20px;
}

.pp_content_container .pp_right {
  padding-right: 20px;
}

.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px 0;
}

.pp_description {
  display: none;
  margin: 0 0 5px 0;
}

.pp_nav {
  clear: left;
  float: left;
  margin: 3px 0 0 0;
}

.pp_nav p {
  float: left;
  margin: 0 4px;
}

.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}

a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}

.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}

.pp_gallery {
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}

.pp_gallery ul {
  float: left;
  height: 35px;
  margin: 0 0 0 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.pp_gallery ul a {
  border: 1px #000 solid;
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery li.selected a {
  border-color: #fff;
}

.pp_gallery ul a img {
  border: 0;
}

.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
}

.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0
    no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}

.pp_gallery li.default a img {
  display: none;
}

.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}

a.pp_next {
  background: url(../images//btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_previous {
  background: url(../images//btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}

a.pp_expand,
a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}

a.pp_close {
  display: block;
  float: right;
  line-height: 22px;
  text-indent: -10000px;
}

.pp_bottom {
  height: 20px;
  position: relative;
}

* html .pp_bottom {
  padding: 0 20px;
}

.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}

.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}

* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}

.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  margin: -12px 0 0 -12px;
  position: absolute;
  top: 50%;
  width: 24px;
}

#pp_full_res {
  line-height: 1 !important;
}

#pp_full_res .pp_inline {
  text-align: left;
}

#pp_full_res .pp_inline p {
  margin: 0 0 15px 0;
}

div.ppt {
  color: #fff;
  display: none;
  font-size: 17px;
  margin: 0 0 5px 15px;
  z-index: 9999;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.pp_gallery a {
  background: none !important;
  border: none !important;
  display: none !important;
  height: 146px;
  padding: 2px !important;
  width: 235px;
}

@media screen and (max-width: 375px) {
  div.light_rounded .pp_close {
    width: 40px;
    background-position: -50px 0px;
  }

  .pp_nav {
    float: none;
  }
}

.w3l-progress-6 .progress-66-info {
  background: url(../images/bg5.jpg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  z-index: 0;
  position: relative;
}

.w3l-progress-6 .progress-66-info::before {
  content: "";
  background: rgba(6, 14, 21, 0.55);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-progress-6 .progress-66-info h4 {
  color: #fff;
  font-size: 50px;
  text-transform: capitalize;
  line-height: 60px;
  font-weight: 700;
}

.w3l-progress-6 .progress-66-info h6 {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.w3l-progress-6 .counter-grids-info p {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  margin-top: 10px;
}

.w3l-progress-6 .progress-66-info label {
  font-size: 12px;
  color: #fff;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.w3l-progress-6 .progress-bar {
  background-color: #ff6768;
}

.w3l-progress-6 .progress {
  display: flex;
  height: 0.5rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: rgba(248, 249, 250, 0.32);
  border-radius: 0.25rem;
}

@media all and (max-width: 800px) {
  .w3l-progress-6 .progress-66-info h4 {
    font-size: 38px;
    line-height: 48px;
  }
}

@media all and (max-width: 667px) {
  .w3l-progress-6 .progress-66-info h4 {
    font-size: 36px;
    line-height: 46px;
  }
}

.w3l-customers-6 .customers-6-infhny h3.card-title {
  font-size: 18px;
  line-height: 26px;
  color: #101d29;
  font-weight: 600;
  margin: 0;
}

.w3l-customers-6 .customers-6-infhny p.card-text {
  font-size: 16px;
  line-height: 25px;
}

.w3l-customers-6 .customer-gd .card {
  border: 1px solid #d6dee4;
  padding: 30px 20px;
  position: relative;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  background: #f3f6fb;
} /*

.w3l-customers-6 .customer-gd:hover .card {
  background: #101d29;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
}*/

.w3l-customers-6 .client-info span {
  color: #6c757d;
  font-size: 14px;
  /*  font-family: 'Poppins', sans-serif;
*/
}

@media (max-width: 1280px) {
  .w3l-customers-6 .customers-6-infhny p.card-text {
    font-size: 15px;
    line-height: 25px;
  }

  .w3l-customers-6 .customer-gd .card {
    padding: 20px 10px;
  }
}

@media (max-width: 769px) {
  .w3l-customers-6 .customer-gd:nth-child(2) {
    margin: 1.6em 0;
  }
}

.w3l-footer-22-main .footer-hny {
  /*  background: #072c47; */
  /*background:#072c47 !important;
*/
  background: linear-gradient(-45deg, #141e30, #243b55);
  color: #fff;
}

.w3l-footer-22-main .sub-columns h3 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}

.w3l-footer-22-main .footer-hny-ul {
  grid-template-columns: 1fr 1fr 1fr;
  display: inline-grid;
  /* grid-gap: 300px; */
  grid-gap: 20px;
}

.w3l-footer-22-main .sub-two-right ul li {
  list-style: none;
}

.w3l-footer-22-main .sub-one-left h6,
.w3l-footer-22-main .sub-two-right h6 {
  color: #d9dbf5;
  font-size: 22px;
  line-height: 22px;
  text-transform: capitalize;
  margin-bottom: 22px;
  border-bottom: 1px solid #d9dbf5;
  padding-bottom: 22px;
  font-weight: 700;
}

.w3l-footer-22-main .sub-columns p {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #d9dbf5;
}

.w3l-footer-22-main ul.social.footer li,
.w3l-footer-22-main ul.jst-link li {
  display: inline-block;
  margin-right: 15px;
}

.w3l-footer-22-main ul.social.footer {
  padding: 0;
}

.w3l-footer-22-main ul.social.footer li a {
  color: #fff;
}

.w3l-footer-22-main ul.social.footer li a {
  color: #fff;
  display: inline-block;
  width: 32px;
  height: 32px;
  /*  background-color: #243442;
*/
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
}

.w3l-footer-22-main ul.social.footer li a:hover {
  background: #ff6768;
  transition: 0.3s ease;
}

.w3l-footer-22-main ul.social.footer li a span {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}

.w3l-footer-22-main .columns.copy-right {
  text-align: right;
  margin: -5px -65px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: normal;
}

.w3l-footer-22-main .columns p,
.w3l-footer-22-main .columns p a {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  /* color: #8f9eab;  */
}

.w3l-footer-22-main .sub-two-right ul li a {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #d9dbf5;
  margin: 0 0 10px 0;
  display: block;
}

.w3l-footer-22-main .columns p a {
  color: #fff;
}

.w3l-footer-22-main .columns p a:hover,
.w3l-footer-22-main .sub-two-right ul li a:hover {
  color: #fff;
}

.w3l-footer-22-main .right-side h4 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}

.w3l-footer-22-main .below-section {
  /*  background-color: #0b1721;
*/
  /*background:#102a83;
*/
  background: linear-gradient(-45deg, #141e30, #243b55);
  /*background-image: linear-gradient(to right top, #102a83, #0050a3, #006a93, #007e5e, #208c15);
background: #072c47 !important;
*/ /* padding: 2px 0;
*/
}

.w3l-footer-22-main .column2 span {
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
  margin-right: 10px;
  width: 25px;
  text-align: center;
}

.w3l-footer-22-main .column2 a {
  text-decoration: none;
  color: #8f9eab;
  line-height: 25px;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
}

.w3l-footer-22-main .href2 {
  margin-top: 10px;
  padding: 10px 0;
}

.w3l-footer-22-main .footer-newsletter input {
  padding: 15px 15px;
  width: 100%;
  width: 100%;
  border: none;
  background: #fff;
  color: #888;
  font-size: 16px;
  margin-bottom: 10px;
  text-align: center;
}

.w3l-footer-22-main .footer-newsletter button.btn {
  padding: 12px 40px;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  display: block;
  background: #ff6768;
  border: 2px solid transparent;
  width: 100%;
  text-transform: capitalize;
}

.w3l-footer-22-main .footer-newsletter button.btn:hover {
  opacity: 0.8;
}

.w3l-footer-22-main #movetop {
  position: fixed;
  bottom: 12px;
  right: 15px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  width: 38px;
  height: 38px;
  background: #102a83;
  padding: 0;
  line-height: 38px;
  transition: 0.5s ease-out;
  border-radius: 50%;
}

.w3l-footer-22-main #movetop:hover {
  background: #ff6768;
}

@media (max-width: 992px) {
  .w3l-footer-22-main .sub-one-left h6,
  .w3l-footer-22-main .sub-two-right h6 {
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .w3l-footer-22-main .copyright-footer {
    -moz-text-align-last: center;
    text-align-last: center;
  }

  .w3l-footer-22-main .copy-right {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .w3l-footer-22-main .copyright-footer {
    -moz-text-align-last: center;
    text-align-last: center;
  }
}

/* .w3l-inner-page-main {
  margin-top: 60px;
} */

.w3l-inner-page-main .breadcrumb-infhny {
  background: url(../images/header_img.jpeg) no-repeat center;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  -moz-background-size: cover;
  /*  z-index: 0;
*/
  position: relative;
  padding: 80px 0;
}

.w3l-inner-page-main .breadcrumb-infhny::before {
  content: "";
  background: rgba(6, 14, 21, 0.55);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-inner-page-main h2.hny-title {
  font-size: 48px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}

.w3l-inner-page-main .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
  justify-content: center;
}

.w3l-inner-page-main li.breadcrumb-item a {
  color: #ddd;
}

.w3l-inner-page-main .breadcrumb-item.active {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .w3l-inner-page-main h2.hny-title {
    font-size: 36px;
  }

  .w3l-inner-page-main .breadcrumb {
    padding: 0;
  }
}

@media screen and (max-width: 667px) {
  .w3l-inner-page-main h2.hny-title {
    font-size: 32px;
  }

  .w3l-inner-page-main .breadcrumb-infhny {
    padding: 30px 0;
    background-size: contain;
    width: -webkit-fill-available;
  }
}

@media screen and (max-width: 480px) {
  .w3l-inner-page-main h2.hny-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 384px) {
  .w3l-inner-page-main h2.hny-title {
    font-size: 26px;
  }
  /* .w3l-inner-page-main .breadcrumb-infhny {
    font-size: 26px;
     width: min-content;

  }
*/
}

.w3l-content-5 .content-5-main {
  background: url(../images/bg4.jpg) no-repeat center;
  background-size: cover;
  z-index: 0;
  position: relative;
  padding: 100px 0;
}

.w3l-content-5 .content-5-main::before {
  content: "";
  background: rgba(6, 14, 21, 0.55);
  position: absolute;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
}

.w3l-content-5 .content-5-main h4 {
  font-size: 35px;
  line-height: 45px;
  color: #17223b;
}

.w3l-content-5 .content-info-in p {
  line-height: 25px;
  font-size: 16px;
  color: #fff;
  opacity: 0.9;
}

.w3l-content-5 .content-info-in {
  align-items: center;
}

@media (max-width: 668px) {
  .w3l-content-5 .content-5-main {
    padding: 50px 0;
  }

  .w3l-content-5 .content-info-in p {
    line-height: 25px;
    font-size: 15px;
  }

  .w3l-content-5 .content-6-mian h4 {
    font-size: 30px;
  }
}

@media (max-width: 568px) {
  .w3l-content-5 .content-6-mian h4 {
    font-size: 27px;
    line-height: 38px;
  }
}

.w3l-team-main .team {
  position: relative;
}

.w3l-team-main .our-team .team-row {
  margin-left: -40px;
  margin-right: -40px;
}

.w3l-team-main .our-team .team-wrap {
  padding: 0 40px;
}

.w3l-team-main .our-team .container-fluid,
.w3l-team-main .our-team .container-sm,
.w3l-team-main .our-team .container-md,
.w3l-team-main .our-team .container-lg,
.w3l-team-main .our-team .container-xl {
  padding: 0 50px;
}

.w3l-team-main .team-img img {
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  width: 100%;
}

.w3l-team-main .team-member,
.w3l-team-main .team-img {
  position: relative;
  overflow: hidden;
}

.w3l-team-main .team-title {
  margin: 30px 0 7px;
  font-size: 20px;
  color: #333;
  font-weight: 600;
}

.w3l-team-main .team-member p {
  font-size: 16px;
  font-weight: 400;
  text-transform: capitalize;
}

.w3l-team-main .overlay-team {
  background-color: rgba(20, 20, 20, 0.7);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
}

.w3l-team-main .team-details {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  padding: 5%;
  overflow: hidden;
  width: 100%;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}

.w3l-team-main .team-img:hover .team-details {
  opacity: 1;
  margin-top: -80px;
}

.w3l-team-main .team-img:hover .overlay-team {
  opacity: 1;
}

.w3l-team-main .team-member:hover h6 {
  color: #ff6768;
}

.w3l-team-main .socials a {
  display: inline-block;
  margin-top: 40px;
  margin-right: 5px;
}

.w3l-team-main .socials a span {
  color: #fff;
  font-size: 18px;
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 44px;
  text-align: center;
  transition: all 0.3s ease 0s;
  background: rgba(255, 255, 255, 0.5);
}

.w3l-team-main .team-details .socials span {
  color: #fff;
}

.w3l-team-main .socials a:hover span {
  color: #fff;
  background: #ff6768;
}

.w3l-wecome-content-6 .ab-content-6-mian {
  background: #fff;
  /*  background: #f7f8f9;
*/
}

.w3l-wecome-content-6 .ab-content-6-mian p,
.ab-content-6-mian li {
  line-height: 25px;
  font-size: 17px;
}

.w3l-content-12-main .content-12 .content-heading {
  color: #101d29;
  line-height: 25px;
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 16px;
}

.w3l-content-12-main .content-12 .content-heading:hover {
  transition: 0.3s ease;
  color: #ff6768;
}

.w3l-content-12-main .content-12 .content-para {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  margin-top: 10px;
}

.w3l-content-12-main .content-12 {
  align-items: center;
}

.w3l-content-12-main .column {
  text-align: left;
  margin-bottom: 36px;
}

.w3l-content-12-main .content-12 section.tab-content {
  display: none;
  padding: 38px 0 0;
}

.w3l-content-12-main .content-12 input {
  display: none;
}
.w3l-content-12-main .content-13 input {
  display: block;
}

.w3l-content-12-main .content-12 label.tabtle {
  display: inline-block;
  padding: 10px 0px;
  font-weight: bold;
  border: 1px solid transparent;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #101d29;
  margin: 0 15px 0px 0px;
  /*  font-family: 'Poppins', sans-serif;
*/
}

.w3l-content-12-main .content-12 label.tabtle:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}

.w3l-content-12-main label.tabtle:hover {
  opacity: 0.9;
  cursor: pointer;
}

.w3l-content-12-main .content-12 input:checked + label.tabtle {
  border-bottom: 2px solid #305bdd;
  text-align: center;
  color: #305bdd;
}

.w3l-content-12-main .content-12 #tab1:checked ~ #content1,
.w3l-content-12-main .content-12 #tab2:checked ~ #content2,
.w3l-content-12-main .content-12 #tab3:checked ~ #content3,
.w3l-content-12-main .content-12 #tab4:checked ~ #content4 {
  display: block;
}

@media all and (max-width: 1024px) {
  .w3l-content-12-main .content-12 label.tabtle {
    font-size: 19px;
  }
}

@media screen and (max-width: 992px) {
  .w3l-content-12-main .content-12 .content12 {
    grid-template-columns: 1fr;
  }

  .w3l-content-12-main .content-12 .text-center {
    text-align: left;
    margin-top: 20px;
  }

  .w3l-content-12-main .content-12 .content12 {
    margin-top: 0px;
  }

  .w3l-content-12-main .content-12 .content-para {
    max-width: 100%;
  }
}

@media screen and (max-width: 800px) {
  .w3l-content-12-main .content-12 label.tabtle:before {
    margin: 0;
    font-size: 18px;
  }

  .w3l-content-12-main .content-12 label.tabtle {
    font-size: 18px;
  }

  .w3l-content-12-main .content-12 .content-heading {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 600px) {
  .w3l-content-12-main .content-12 .grid-col-4 {
    grid-row-gap: 20px;
  }

  .w3l-content-12-main .content-12 h3.heading-title {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 30px;
  }

  .w3l-content-12-main .content-12 label.tabtle {
    font-size: 17px;
    margin: 0 5px;
    padding: 5px 5px;
  }
}

@media screen and (max-width: 440px) {
  .w3l-content-12-main .content-12 .grid-col-4 {
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }

  .w3l-content-12-main .content-12 label.tabtle {
    font-size: 16px;
    margin: 0 3px;
    padding: 5px 3px;
  }

  .w3l-content-12-main .content-12 section.tab-content {
    padding: 28px 0 0;
  }
}

@media screen and (max-width: 414px) {
  .w3l-content-12-main .content-12 label.tabtle {
    font-size: 15px;
    margin: 0 0px;
    padding: 4px 18px;
  }
}

@media screen and (max-width: 390px) {
  .w3l-content-12-main .content-12 label.tabtle {
    font-size: 14px;
    margin: 0 0px;
    padding: 4px 8px;
  }
}

.w3l-services-6 .services-grids-6 {
  background: #101d29;
}

.w3l-services-6 .w3-icon-grid1 {
  margin-bottom: 46px;
}

.w3l-services-6 .w3-icon-grid1 a h3 {
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  float: left;
  margin-bottom: 15px;
  font-weight: 600;
}

.w3l-services-6 .w3-icon-grid1 a:hover h3 {
  color: #ff6768;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.w3l-services-6 .w3-icon-grid1 a span.fa {
  font-size: 25px;
  float: left;
  width: 40px;
  color: #ff6768;
}

.w3l-services-6 .w3-icon-grid1 p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 0em;
  margin: 0;
  color: #7f91a2;
}

@media (max-width: 1280px) {
  .w3l-services-6 .services-second-part h5 {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  .w3l-services-6 .w3-icon-grid1 {
    margin-bottom: 36px;
  }
}

@media (max-width: 668px) {
  .w3l-services-6 .w3-icon-grid1 a h3 {
    font-size: 20px;
  }
}

.w3l-services-2 .ab-content-6-mian {
  background: #fff;
}

.w3l-services-2 .welcome-image {
  margin-bottom: 30px;
}

.w3l-services-2 .ab-content-6-mian p {
  line-height: 25px;
  font-size: 15px;
}

.w3l-services-2 .welcome-image h4 {
  margin-top: 20px;
}

.w3l-services-2 .welcome-image h4 a {
  font-size: 22px;
  line-height: 30px;
  color: #101d29;
  display: block;
  font-weight: 600;
  text-transform: capitalize;
}

.w3l-services-2 .welcome-image h4 a:hover {
  color: #ff6768;
}

.w3l-services-2 h6 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #ff6768;
}

.w3l-services-2 .boxhny13 {
  position: relative;
  transition: all 0.2s ease-out 0s;
}

.w3l-services-2 .boxhny13 .boxhny-content,
.w3l-services-2 .boxhny13:after {
  position: absolute;
  left: 20px;
  right: 20px;
}

.w3l-services-2 .boxhny13:after {
  content: "";
  display: block;
  background: rgba(202, 56, 57, 0.52);
  top: 20px;
  bottom: 20px;
  opacity: 0;
  transform: rotate3d(-1, 1, 0, 100deg);
  transition: all 0.4s ease-in-out 0s;
  border-radius: 6px;
}

.w3l-services-2 .boxhny13:hover:after {
  opacity: 0.9;
  transform: rotate3d(0, 0, 0, 0deg);
}

.w3l-services-2 .boxhny13 img {
  width: 100%;
  height: auto;
}

.w3l-services-2 .boxhny13 .boxhny-content {
  top: 45%;
  opacity: 0;
  z-index: 1;
  transform: translate(10%, -30%);
  transition: all 0.2s ease-out 0s;
  text-align: center;
}

.w3l-services-2 .boxhny13:hover .boxhny-content {
  opacity: 1;
  transform: translate(0, -50%);
  transition-delay: 0.2s;
}

.w3l-services-2 .boxhny13 .title {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

.w3l-services-sec-6 .services-second-part h5 {
  color: #101d29;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 15px;
  font-weight: 600;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.w3l-services-sec-6 .services-second-part p {
  font-size: 16px;
  line-height: 26px;
  padding: 0 0em;
  margin: 0;
  color: #7f91a2;
}

.features-4 .features4-grid-inn {
  padding: 60px 30px;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  background: #fff;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
}

.features-4 .features4-grid-inn:hover {
  background: #101d29;
}

.features-4 .features4-grid-inn:hover a {
  color: #fff;
  transition: 0.3s ease;
}

.features-4 .features4-grid-inn:hover p {
  color: #fff;
  opacity: 0.7;
}

.features-4 .features4-block h6 {
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  color: #ff6768;
}

.features-4 p.what-para {
  font-size: 20px;
  width: 66%;
  margin: 0 auto;
}

.features-4 .features4-grid h5 a {
  font-size: 22px;
  line-height: 25px;
  color: #101d29;
  display: block;
  text-transform: capitalize;
  margin: 0px 0 16px 0;
  font-weight: 600;
}

.features-4 .features4-grid p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.features-4 span.fa.icon-fea4 {
  font-size: 50px;
  margin-bottom: 16px;
  color: #ff6768;
}

@media all and (max-width: 991px) {
  .features-4 p.what-para {
    font-size: 16px;
    width: 80%;
    margin: 0 auto;
  }

  .features-4 .features4-grid.sec-features4-grid {
    margin-bottom: 2em;
  }
}

@media all and (max-width: 768px) {
  .features-4 .features4-grid.sec-features4-grid {
    margin: 2em 0;
  }
}

@media all and (max-width: 600px) {
  .features-4 p.what-para {
    width: 100%;
    margin: 0 auto;
  }
}

.w3l-contact-main .contact-grids h3 {
  font-size: 50px;
  line-height: 40px;
  color: #adb5bd;
  margin-bottom: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.w3l-contact-main .contact-grids h4 {
  font-size: 46px;
  line-height: 56px;
  color: #101d29;
  font-weight: 700;
  text-transform: capitalize;
}

.w3l-contact-main .contact-grids_certi h6 {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  color: #f88119;
  margin-bottom: 25px;
  padding: 3px;
  border-style: double;

  /*  color:#8e3d20;
*/ /*  color: #0a75c2;
*/
}

.w3l-contact-main .contact-grids h6 {
  font-size: 17px;
  line-height: 28px;
  font-weight: 600;
  color: #8e3d20;
}

.w3l-contact-main .contact-grids input,
.w3l-contact-main .contact-grids textarea {
  width: 100%;
  color: #555;
  background: #fff;
  font-size: 14px;
  line-height: 22px;
  font-weight: normal;
  font-style: normal;
  border: none;
  font-family: inherit;
  padding: 6px 12px;
  border: 1px solid #adb5bd;
  outline: none;
  margin-bottom: 16px;
}

.w3l-contact-main .contact-grids textarea {
  height: 120px;
  border-radius: 4px;
}

.w3l-contact-main .form-input label.container p {
  /*  color: #6b778d;
*/
  color: #222222;
  font-size: 15px;
  line-height: 20px;
  display: block;
}

.w3l-contact-main label.container p a {
  color: #ff6768;
}

.w3l-contact-main .form-input label.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.w3l-contact-main .form-input label.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.w3l-contact-main .form-input .checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 4px;
}

.w3l-contact-main .form-input label.container:hover input ~ .checkmark {
  background-color: #fff;
}

.w3l-contact-main .form-input label.container input:checked ~ .checkmark {
  background-color: #ff6768;
  border: none;
}

.w3l-contact-main .form-input .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.w3l-contact-main .form-input label.container input:checked ~ .checkmark:after {
  display: block;
}

.w3l-contact-main .form-input label.container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.w3l-contact-main .submit {
  box-shadow: 0 2px 19px 0 rgba(36, 78, 197, 0.35);
  background-color: #305bdd;
  border-radius: 4.5rem;
  padding: 0.4rem 1.8rem;
  color: #fff;
  max-height: 3rem;
}

.w3l-contact-main .submit:hover {
  /*  border: 2px solid #102a83;
*/
  background: #102a83;
  color: #fff;
}

.w3l-contact-main .map-hny iframe {
  border: none;
  width: 100%;
  min-height: 400px;
}

.w3l-contact-main .con-gridhny-inf {
  border: 1px solid #c6d6e4;
  padding: 24px;
  border-radius: 4px;
  /*   background: #f5f7fc;
*/
  padding: 12px 20px;
  border-radius: 10px;
}
.contact-cname {
  margin-top: 50px;
  /*    padding-top:83x;
*/
  margin-bottom: 8px;
  font-size: 20px;
  margin-left: 11px;
  color: #0a75c2;
  font-weight: 600;
}

.w3l-contact-main a.link1 {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  padding: 6px 20px;
  display: inline-block;
  background: #ff6768;
}

@media (max-width: 992px) {
  .w3l-contact-main .contact-right {
    border-left: none;
    padding-left: 15px;
    margin-bottom: 2em;
    order: 1;
  }

  .w3l-contact-main .contact-left {
    order: 2;
  }
}

@media (max-width: 800px) {
  .w3l-contact-main .contact-grids h4,
  .w3l-contact-main .contact-grids h3 {
    font-size: 44px;
    line-height: 54px;
  }
}

@media (max-width: 600px) {
  .w3l-contact-main .contact-grids h4,
  .w3l-contact-main .contact-grids h3 {
    font-size: 38px;
    line-height: 48px;
  }

  .w3l-contact-main .map-hny iframe {
    min-height: 300px;
  }
}

@media (max-width: 480px) {
  .w3l-contact-main .contact-grids h4,
  .w3l-contact-main .contact-grids h3 {
    font-size: 32px;
    line-height: 42px;
  }
}

.roi-title {
  background: #305bdd;
  padding: 12px 18px;
  border-bottom-style: none;
  color: #fff;
  margin-bottom: -22px;
  margin: -13px -21px;
  border-radius: 4px;
}

.sprite {
  background: url("assets/images/it-security-icons-slide1.png") no-repeat -630px -261px;
  width: 72px;
  height: 71px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

/*form styles*/
.stepwizard-step p {
  margin-top: 10px;
  margin: 6px 127px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
  margin-top: 40px;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 24px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 50px;
  height: 70px;
  text-align: center;
  padding: 14px 4px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 58px;
}

/*new step*/
.wizard {
  margin: 20px auto;
  background: #fff;
}

.wizard .nav-tabs {
  position: relative;
  margin: 40px auto;
  margin-bottom: 0;
  border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
  position: relative;
}

.connecting-line {
  height: 2px;
  background: #e0e0e0;
  position: absolute;
  width: 80%;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}

.wizard .nav-tabs > li.active > a,
.wizard .nav-tabs > li.active > a:hover,
.wizard .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  border: 0;
  border-bottom-color: transparent;
}

span.round-tab {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #e0e0e0;
  z-index: 2;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 25px;
}
span.round-tab i {
  color: #555555;
}
.wizard li.active span.round-tab {
  background: #fff;
  border: 2px solid #5bc0de;
}
.wizard li.active span.round-tab i {
  color: #5bc0de;
}

span.round-tab:hover {
  color: #333;
  border: 2px solid #333;
}

.wizard .nav-tabs > li {
  width: 25%;
}

.wizard li:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 0;
  margin: 0 auto;
  bottom: 0px;
  border: 5px solid transparent;
  border-bottom-color: #5bc0de;
  transition: 0.1s ease-in-out;
}

.wizard li.active:after {
  content: " ";
  position: absolute;
  left: 46%;
  opacity: 1;
  margin: 0 auto;
  bottom: 0px;
  border: 10px solid transparent;
  border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
  width: 70px;
  height: 70px;
  margin: 20px auto;
  border-radius: 100%;
  padding: 0;
}

.wizard .nav-tabs > li a:hover {
  background: transparent;
}

.wizard .tab-pane {
  position: relative;
  padding-top: 50px;
}

.wizard h3 {
  margin-top: 0;
}

@media (max-width: 585px) {
  .wizard {
    width: 90%;
    height: auto !important;
  }

  span.round-tab {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }

  .wizard li.active:after {
    content: " ";
    position: absolute;
    left: 35%;
  }
}

.msg {
  background: #102e83;
  border: 2px solid #f5f5f5;
  border-radius: 21px;
  box-shadow: 0 0 4px #102e83;
  padding: 6px;
  margin: 10px;
  font-size: 18px;
  color: #fff;
}
.error_msg {
  margin: 5px;
  color: #ff0000;
  padding: 4px;
  font-style: italic;
  margin-top: -18px;
}

.screen-shots {
  padding: 3em 0;
}
.wantto-section {
  /* padding:4em 0; */
  text-align: center;
}
section#features {
  background-image: url(../images/securnite3.png), url(../images/logo_icon.png),
    url(../images/securnite4.png);
  background-position: right top, center, bottom left;
  background-repeat: no-repeat;
}
/* Section Stuffs
------------------------------*/
.section-padding {
  padding: 70px 0px;
  padding: 0.375rem 0px;
}

.section-padding-lg {
  padding: 90px 0px;
  padding: 5.625rem 0px;
}

.section-padding-larger {
  padding: 140px 0px;
  padding: 8.75rem 0px;
}

.section-meta {
  background-color: #f8f9f9;
}

.onepage-section {
  position: relative;
  overflow: hidden;
}
.onepage-section:before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  content: " ";
  z-index: 1;
}
.onepage-section .container-fluid,
.onepage-section .container {
  position: relative;
  z-index: 5;
}

@media screen and (min-width: 940px) {
  .section-title-area .section-title {
    font-size: 40px;
    letter-spacing: 3.5px;
  }
}
.section-title-area .section-subtitle {
  color: #aaaaaa;
  font-size: 12px;
  display: inline-block;
  position: relative;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media screen and (min-width: 940px) {
  .section-title-area .section-subtitle {
    font-size: 14px;
  }
}

.section-desc {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
/*
.customers-6-infhny div:first-child {
    animation-delay: 0.1s;
}
.customers-6-infhny div:nth-child(2) {
    animation-duration: 0.2s;
}
.customers-6-infhny div:nth-child(3) {
    animation-duration: 0.3s;
}
.customers-6-infhny div:nth-child(4) {
    animation-duration: 0.4s;
}*/

.w3l-wecome-content-6 #content {
  background-image: url(../images/securnite3.png), url(../images/logo_icon.png),
    url(../images/securnite4.png);
  background-position: top right, center, bottom left;
  background-repeat: no-repeat;
}

.w3l-contact-main .content1 {
  background-image: url(../images/securnite3.png), url(../images/logo_icon.png),
    url(../images/securnite4.png);
  background-position: top right, center, bottom left;
  background-repeat: no-repeat;
}

.w3l-wecome-content-6 #content {
  background-image: url(../images/securnite3.png), url(../images/logo_icon.png),
    url(../images/securnite4.png);
  background-position: top right, center, bottom left;
  background-repeat: no-repeat;
}
#contact_bg {
  background-image: url(../images/contact_icon1.png),
    url(../images/securnite4.png);
  background-position: top right, bottom left;
  background-repeat: no-repeat;
}

#content-roi {
  background-image: url(../images/securnite3.png), url(../images/securnite4.png);
  background-position: top right, bottom left;
  background-repeat: no-repeat;
}
.main-timeline-section {
  position: relative;
  width: 100%;
  margin: auto;
  height: 335px;
}
.main-timeline-section .timeline-start,
.main-timeline-section .timeline-end {
  position: absolute;
  background: #fff;
  border-radius: 100px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}
.main-timeline-section .timeline-end {
  right: 0px;
}
.main-timeline-section .conference-center-line {
  position: absolute;
  width: 100%;
  height: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}
.timeline-article {
  width: 20%;
  position: relative;
  min-height: 335px;
  float: right;
}
.timeline-article .content-date {
  position: absolute;
  top: 16%;
  left: -30px;
  font-size: 18px;
  padding: 6px 17px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  float: left;
}
.timeline-article .meta-date {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #f2635f;
  border: 1px solid #fff;
}
.timeline-article .content-box {
  box-shadow: 2px 2px 4px 0px #c1c1c1;
  border: 1px solid #f2635f;
  border-radius: 5px;
  background-color: #fff;
  width: 200px;
  position: absolute;
  top: 60%;
  left: -90px;
  padding: 10px;
}
.timeline-article .content-box p {
  font-size: 14px;
  line-height: 12px;
  /* color:#000;    */
  color: inherit;
}
.timeline-article-top .content-box:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: #f2635f;
}
.timeline-article-bottom .content-date {
  top: 59%;
}
.timeline-article-bottom .content-box {
  top: 11%;
}
.timeline-article-bottom .content-box:before {
  content: " ";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -20px;
  border: 10px solid transparent;
  border-top-color: #f2635f;
}

/*
@media (max-width:460px){
  body{
    display: none;
  }
}*/

.animated {
  animation-duration: 2.5s;
  /*  animation-iteration-count: infinite;
*/
}

.icon_container {
  /*width:250px;
height:250px;*/
  position: relative;
  /*border:#000 solid 1px;  */
}
.c3 {
  /*width:100px;
height:50px;
border:#000 1px solid;
top:50px;
left:50px;*/
  position: absolute;
}

.rotate {
  animation: rotation 8s infinite linear;
  background-image: url(../images/circle_img.png);
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
