body {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
  list-style: none;
}

.float-right {
  float: right;
}

a:focus {
  outline: 0;
  color: inherit;
}

a {
  text-decoration: none !important;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

input:focus,
textarea:focus {
  box-shadow: none;
  outline: none;
}

.container {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.color-white {
  color: #fff;
}

.color-red {
  color: #f00;
}

.color-pink {
  color: #ec2ba1;
  outline-color: whitesmoke;
}

.margin-left-10 {
  margin-left: -10px;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.top-social {
  background: url(../images/headerbg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 9990;
}

.navbar-inverse {
  background: none !important;
  border: none !important;
  margin: 0;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 0;
  color: #fff;
  text-transform: uppercase;
  margin-right: 22px;
}

.navbar-default .navbar-nav > li > a {
  color: #34495e;
  padding: 30px 0 0 0;
  text-transform: uppercase;
  margin-right: 35px !important;
}

.navbar-inverse .navbar-nav li :last-child a {
  margin-right: 0 !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
}

.header44 {
  margin-top: 14px;
}

.btnn {
  border: 1px solid #fff;
  display: inline-block;
  padding: 10px 29px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 25px;
}

.btn-join-now {
  background-color: #d33284;
  color: white;
  min-width: 200px;
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
  white-space: nowrap;
  margin-top: 30px;
}

.cta-2 {
  float: none;
  margin: 0 auto;
}

.buy-now a:hover {
  background: #fff;
  color: #272727;
}

.buy-now {
  text-align: right;
}

.navbar5-mlogo {
  display: none;
}

.slider {
  background: url(../images/slider.jpg) repeat center center fixed;
}

.ban-text h1 {
  color: #fff;
  font-size: 56px;
  text-transform: uppercase;
  margin: 0;
  line-height: 70px;
  margin-top: 10px;
}

.ban-btns .buy:hover {
  color: #fff;
}

.ban-btns .buy {
  margin-right: 8px;
}

.ban-btns .singh:hover {
  background: #fff;
  color: #272727;
}

.video-box-content a {
  color: #fff;
  font-weight: 400;
  line-height: 30px;
}

.video-box-content a i {
  color: #fff;
  font-size: 30px;
  margin-right: 8px;
  float: left;
}

.banner-tab {
  margin-bottom: -20px;
}

/* services section*/
.service {
  border: 2px solid #efefef;
  background: #f9f9f9;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  padding-bottom: 40px;
}

.service h5 {
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 20px;
}

.iconss {
  position: relative;
  top: -30px;
}

.iconss i {
  color: #6d6d6d;
  font-size: 30px;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  border: 2px solid #efefef;
  background: #fbfbfb;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.iconss span:before {
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-top: 25px solid #efefef;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.iconss span:after {
  border-left: 38px solid transparent;
  border-right: 38px solid transparent;
  border-bottom: 25px solid #fbfbfb;
  content: "";
  height: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 98%;
  width: 0;
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.service:hover i {
  color: #fff;
}

/* features section*/
.content-head h3 {
  text-transform: uppercase;
  background: #fff;
  position: relative;
  display: inline-block;
  margin: 0 0 5px;
  padding: 0 60px;
  margin-bottom: 20px;
}

.head-tngl-left1 {
  background: #f48756;
  width: 12px;
  height: 13px;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg);
  left: 24px;
  top: 8px;
  z-index: 99;
}

.head-tngl-left2 {
  background: #f48756;
  width: 10px;
  height: 11px;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg);
  left: 18px;
  top: 9px;
  z-index: 99;
  opacity: 0.9;
}

.head-tngl-left3 {
  background: #f48756;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  position: absolute;
  transform: rotate(45deg);
  left: 12px;
  top: 11px;
  z-index: 99;
  opacity: 0.8;
}

.head-tngl-right1 {
  background: #f48756;
  width: 12px;
  height: 13px;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg);
  right: 24px;
  top: 8px;
  z-index: 99;
}

.head-tngl-right2 {
  background: #f48756;
  width: 10px;
  height: 11px;
  border-radius: 2px;
  position: absolute;
  transform: rotate(45deg);
  right: 17px;
  top: 9px;
  z-index: 99;
  opacity: 0.7;
}

.head-tngl-right3 {
  background: #f48756;
  width: 8px;
  height: 8px;
  border-radius: 3px;
  position: absolute;
  transform: rotate(45deg);
  right: 11px;
  top: 11px;
  z-index: 99;
  opacity: 0.4;
}

.content-head.center {
  text-align: center;
  display: block;
  position: relative;
}

.content-head:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  margin: 0;
  width: 100%;
  height: 1px;
  background-color: #dedede;
  background-image: linear-gradient(to right, #f9f9f9, rgba(241, 241, 241, 0) 20%, rgba(228, 228, 228, 0) 50%, rgba(241, 241, 241, 0) 80%, #f9f9f9);
  z-index: -1;
}

.content-head:after {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  margin: 0;
  width: 100%;
  height: 1px;
  background-color: #dedede;
  background-image: linear-gradient(to right, #f9f9f9, rgba(241, 241, 241, 0) 20%, rgba(228, 228, 228, 0) 50%, rgba(241, 241, 241, 0) 80%, #f9f9f9);
  z-index: -1;
}

.text-with-btn h5 {
  margin-bottom: 30px;
  margin-top: 0px;
}

.text-with-btn p {
  margin-bottom: 30px;
}

.text-with-btn ul {
  margin-bottom: 30px;
}

.text-with-btn ul li {
  margin-bottom: 0px;
  font-family: "Raleway", sans-serif;
  line-height: 26px;
  color: #7a7a7a;
}

.text-with-btn ul li {
  position: relative;
  padding-left: 27px;
}

#myDIV {
  width: 100%;
  padding: 50px 0;
  text-align: center;
  background-color: lightblue;
  margin-top: 20px;
}

/*replace the content value with the
corresponding value from the list below*/
.text-with-btn ul li:before {
  content: "\f01d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  position: absolute;
  left: 0;
}

.text-with-btn .btnn {
  background: #6d6d6d;
}

.text-with-btn .btnn:hover {
  color: white;
  box-shadow: 0 5px 15px rgba(145, 92, 182, 0.4);
  color: #fff;
}

/* callout section*/
.callout {
  background: url(../images/callout.jpg) repeat center center fixed;
}

.callout-content h3 {
  color: #fff;
}

.callout-content h4 {
  color: #fff;
  margin-bottom: 20px;
}

.callout-content h1 {
  color: #fff;
  text-transform: uppercase;
}

.callout-content .btnn:hover {
  color: #fff;
}

/* sorting section*/
.port_wrapper {
  border: 1px solid #dedede;
  display: table;
  margin: 0 auto 0;
  padding: 10px 20px;
  border-radius: 4px;
  margin-bottom: 84px;
}

.port_wrapper ul {
  margin-bottom: 0px;
}

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

.port_wrapper ul li a {
  font-weight: bold;
  text-transform: uppercase;
  color: #606060;
  padding: 0 14px;
  position: relative;
  font-family: "Raleway", sans-serif;
}

.port_wrapper ul li a:before {
  content: "";
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  position: absolute;
  left: -5px;
  top: 4px;
  background: #aaaaaa;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.port_wrapper ul li a:after {
  content: "";
  width: 9px;
  height: 9px;
  transform: rotate(45deg);
  position: absolute;
  right: -5px;
  top: 4px;
  background: #aaaaaa;
  border: 2px solid #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.sorting-content h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 0px;
}

.sorting-content h5 {
  color: #7a7a7a;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 0px;
}

.sorting-content .btnn {
  background: #6d6d6d;
  border-color: #6d6d6d;
}

.sorting-content p {
  margin-bottom: 30px;
}

.sorting-content .btnn:hover {
  color: #fff;
}

.success .content-head:before,
.success .content-head:after {
  z-index: 1;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.success .content-head h3 {
  background: #f9f9f9;
  z-index: 9;
}

.success #my-tab-content .grid {
  opacity: 0;
}

.success #my-tab-content .grid {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.success .tab-content .active {
  opacity: 1 !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* video section*/
.video-box-content2 {
  background: url(../images/video.jpg) no-repeat center center;
}

.video-box-content2 {
  float: none;
  margin: 0 auto;
}

.video-box-content2 i {
  color: #fff;
  font-size: 80px;
}

.video-box-content2 a {
  display: block;
}

.video-section p {
  float: none;
  margin: 0 auto;
  margin-top: 64px;
}

.video-section .content-head {
  margin: 78px 0px;
}

.video-section .content-head h3 {
  padding: 0px 10px;
  color: #7a7a7a;
  font-size: 13px;
  font-weight: 400;
  background: #fff;
}

.clients-area ul li {
  display: inline-block;
  padding: 0px 25px;
}

/* subscribe section*/
.sub-form h4 {
  text-transform: uppercase;
  margin-top: 0px;
  font-weight: 700;
}

.form {
  float: none;
  margin: 0 auto;
}

.form input {
  width: 100%;
  font-family: "Raleway", sans-serif;
  color: #7a7a7a;
  font-weight: 400;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  padding: 17px 22px;
  overflow: hidden;
}

.form form input:focus {
  border: 1px solid #7a7a7a;
}

.form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c1c1c1;
}

.form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c1c1c1;
  opacity: 1;
}

.form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c1c1c1;
  opacity: 1;
}

.form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c1c1c1;
}

.form form .message3-btn .submit {
  font-family: "Raleway", sans-serif;
  border-radius: 4px;
  border: 1px solid #6d6d6d;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  background: #6d6d6d;
  text-transform: uppercase;
  color: #fff;
}

.form {
  margin-top: 20px;
}

/* footer section*/
.footer {
  background: #6d6d6d;
}

.copy p {
  color: #cccccc;
  margin: 0px;
}

.fot-social i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  border: 1px solid #ffffff;
  margin-right: 5px;
  border-radius: 4px;
  text-align: center;
}

.fot-social .fa-facebook:hover,
.fot-social .fa-twitter:hover {
  background: #362cc2;
  border-color: #362cc2;
}

.fot-social .fa-google:hover {
  background: #f63f29;
  border-color: #f63f29;
}

.fot-social .fa-linkedin:hover {
  background: #435e94;
  border-color: #435e94;
}

.fot-social .fa-instagram:hover {
  background: #517fa4;
  border-color: #517fa4;
}

.fot-social .fa-youtube-play:hover {
  background: #e41c24;
  border-color: #e41c24;
}

/* ==========================================version 2 =============================================*/
/* header section*/
.top-social2 {
  background: #fff;
  z-index: 9999;
}

.header2 .navbar-inverse .navbar-nav > li > a {
  color: #34495e;
  font-size: 13px;
  margin-left: 44px;
  margin-right: 0px;
}

.header2 .navbar-inverse .navbar-nav > li > a:hover {
  padding: 0px;
  border: none;
}

.header2 {
  margin-top: 14px;
}

.nav-btnn {
  margin-top: 5px;
}

.nav-btnn:hover {
  cursor: pointer;
}

.nav-btnn ul {
  padding: 0px;
  margin: 0px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #34495e;
  padding-top: 10px;
}

.nav-btnn ul li {
  height: 3px;
  width: 18px;
  background: #34495e;
  margin: 0 auto;
  margin-bottom: 3px;
}

.nav-btnn {
  width: 45px;
  float: right;
}

.header2 .navbar-nav {
  float: right;
}

/* banner2 section*/
.banner2 {
  background: url(../images/version2/banbg.jpg) repeat center center;
  position: relative;
}

.comment-box {
  background: url(../images/version2/comment.png) no-repeat center center;
  padding: 20px 33px 40px;
}

.comment-box p {
  color: #fff;
}

.commenter-name {
  padding-left: 70px;
}

.commenter-name p {
  color: #fff;
  font-style: italic;
  margin-top: -10px;
}

.other-content {
  padding-left: 10px;
  margin-top: 20px;
}

.other-content h1 {
  font-size: 48px;
  text-transform: uppercase;
  color: #34495e;
  line-height: 60px;
  margin-bottom: 20px;
}

.other-content h3 {
  font-weight: 400;
  font-size: 30px;
  margin-top: 30px;
  color: #34495e;
}

.other-content ul li {
  margin-bottom: 0px;
  font-family: "Raleway", sans-serif;
  line-height: 26px;
  color: #34495e;
  font-weight: 400;
}

.other-content ul li {
  position: relative;
  padding-left: 27px;
}

/*replace the content value with the
corresponding value from the list below*/
.other-content ul li:before {
  content: "\f01d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  position: absolute;
  left: 0;
}

.form2 {
  position: absolute;
  float: none;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: -44px;
}

.sub-form2 {
  padding: 22px;
  border-radius: 4px;
}

.sub-form2 .in-type {
  float: left;
  margin-right: 22px;
  width: 396px;
}

.sub-form2 input {
  width: 100%;
  font-family: "Raleway", sans-serif;
  color: #7a7a7a;
  font-weight: 400;
  background: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #e7e7e7;
  border-radius: 2px;
  padding: 15px 22px;
  overflow: hidden;
  box-shadow: none;
}

.sub-form2 input:focus {
  border-color: #7a7a7a;
}

.sub-form2 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c1c1c1;
}

.sub-form2 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c1c1c1;
  opacity: 1;
}

.sub-form2 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c1c1c1;
  opacity: 1;
}

.sub-form2 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c1c1c1;
}

.sub-form2 form .message3-btn .submit {
  font-family: "Raleway", sans-serif;
  border-radius: 4px;
  border: 1px solid #fff;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  width: 90px;
  background: transparent;
  text-transform: uppercase;
  color: #fff;
}

.sub-form2 form .message3-btn .submit:hover {
  background: #fff;
}

.main-title h3 {
  color: #34495e;
}

.main-title p {
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-top: 10px;
}

.title-line {
  margin: 0 auto;
  width: 53px;
}

.title-line1 {
  width: 53px;
  height: 1px;
  margin-bottom: 3px;
}

/* service2 section*/
.service-image {
  width: 100px;
  margin-right: 15px;
}

.service2-content {
  width: 250px;
}

.service2-content h5 {
  color: #34495e;
  text-transform: uppercase;
}

.service2-section .clients-area ul li {
  display: inline-block;
  padding: 0 32px;
}

.uppercase {
  text-transform: uppercase;
}

.text-with-btn2 h1 {
  font-size: 40px;
  color: #34495e;
  text-transform: uppercase;
}

.text-with-btn2-content {
  float: none;
  margin: 0 auto;
}

.btn-image {
  bottom: -100px;
  position: relative;
}

/* video2 section*/
.video2 {
  background: url(../images/version2/cal1.jpg) repeat center center;
  z-index: 999;
  position: relative;
}

.video-section-btn i {
  font-size: 70px;
  color: #fff;
}

.video2 h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 0px;
}

.video2 h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 0px;
}

.video2 h5 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
}

/* choose us section*/
.block-con {
  display: block !important;
}

.accordion-section-content {
  display: none;
}

.accordion-section-title {
  color: #34495e;
  position: relative;
  display: inline-block;
  border: 1px solid #efefef;
  width: 100%;
  margin-bottom: 40px;
}

.accordion-section-title i {
  width: 70px !important;
  text-align: center;
  margin-right: 22px;
  border-right: 1px solid #efefef;
  line-height: 56px;
  background: #f9f9f9;
  font-size: 25px;
  top: 0px !important;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.accordion-section-title:hover,
.accordion-section-title:focus {
  color: #34495e;
}

.accordion-section-content {
  padding-bottom: 40px;
}

.accordion-section-title span:before {
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-top: 25px solid #efefef;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 100%;
  width: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.accordion-section-title span:after {
  border-left: 34px solid transparent;
  border-right: 34px solid transparent;
  border-bottom: 25px solid #f9f9f9;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  top: 98%;
  width: 0;
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.accordion-section .active i {
  color: #fff;
}

.screen-image {
  padding: 0px 40px;
}

/* pricing planes section*/
.pricing-plane {
  background: #f6f8fa;
}

.plan {
  background: #fff;
  padding: 36px 30px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.plan i {
  color: #c4c4c4;
  margin-bottom: 10px;
}

.plan h3 {
  color: #34495e;
  text-transform: uppercase;
}

.plan h5 {
  color: #8f8f8f;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.price span {
  font-size: 90px;
  line-height: 90px;
}

.plan:hover i,
.plan:hover h3,
.plan:hover h5,
.plan:hover span,
.plan:hover p {
  color: #fff !important;
}

/* callout section*/
.callout-message h1 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
}

.callout-message p {
  color: #fff;
  float: none;
  margin: 0 auto;
}

.callout-message h3 {
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.callout-message {
  background: url(../images/version2/cal2.jpg) repeat center center;
}

.callout-message a {
  margin-top: 30px;
}

.callout-message a:hover {
  color: #fff;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
       user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  font-size: 12px;
  margin: 5px;
  padding: 0;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons .owl-prev,
.owl-theme .owl-controls .owl-buttons .owl-next {
  background: #252525 none repeat scroll 0 0;
  cursor: pointer;
  display: inline-block;
  height: 5px;
  margin: 0 5px;
  width: 35px;
  margin-top: 70px;
}

.owl-theme .owl-controls .owl-buttons {
  text-align: center;
}

#owl-testimonial-2 .owl-buttons {
  display: none;
}

#owl-testimonial-4 .owl-buttons {
  display: none;
}

#owl-testimonial-1 .owl-buttons {
  display: none;
}

.review-content p {
  color: #8a8a8a;
  font-weight: 500;
}

.review-content {
  border: 1px solid #e2e2e2;
  padding: 20px;
  padding-right: 0px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
}

.review-content:before {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 30px;
  top: 100%;
  border: 11px solid;
  border-color: #e2e2e2 transparent transparent #e2e2e2;
}

.review-content:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  left: 31px;
  top: 100%;
  border: 10px solid;
  border-color: #fff transparent transparent #fff;
}

#owl-testimonial-2 {
  padding-bottom: 18px;
}

#owl-testimonial-3 {
  padding-bottom: 18px;
}

.client-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 12px;
  overflow: hidden;
}

.clients-comments {
  margin-top: 34px;
}

.client-info h5 {
  color: #606060;
  font-size: 13px;
  font-style: italic;
  font-weight: 900;
  margin-bottom: 0px;
}

.client-info h5 span {
  color: #654635;
}

.client-info p {
  color: #606060;
  font-size: 13px;
  font-style: italic;
}

/* success message section*/
.success-message h2 {
  color: #fff;
  font-weight: 300;
}

.callout-message p {
  color: #fff;
  float: none;
  margin: 0 auto;
}

.success-message h1 {
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
}

.success-message a {
  background: #5d6b7a;
  border-color: #5d6b7a;
  margin-top: 10px;
}

.success-message a:hover {
  border-color: #fff;
  background: #fff;
}

/* footer2 section*/
.footer2 {
  padding: 36px 0px;
}

.footer2 .fot-social i {
  color: #b1b1b1;
}

.footer2 .fot-social i:hover {
  color: #fff;
}

.footer2 p {
  margin-top: 10px;
}

.cbp-spmenu,
.cbp-spmenu-push {
  transition: all 0.3s ease 0s;
}

.cbp-spmenu-right {
  right: -240px;
}

.cbp-spmenu-vertical {
  height: 100%;
  top: 0;
  width: auto;
  z-index: 1000;
}

.cbp-spmenu {
  position: relative;
}

.cbp-spmenu-right.cbp-spmenu-open {
  right: 0;
}

.cbp-spmenu,
.cbp-spmenu-push {
  transition: all 0.8s ease 0s;
}

.cbp-spmenu-right {
  right: -800px;
}

.header-main {
  overflow: hidden;
}

/* ==========================================version 3 =============================================*/
/* header section*/
.top-social3 {
  background: #f2f2f2;
  z-index: 999;
}

.header3 .navbar-inverse .navbar-nav > li > a {
  color: #34495e;
  font-size: 13px;
  margin-right: 50px !important;
  margin-right: 0px;
}

.header3 .navbar-inverse .navbar-nav li:last-child a {
  margin-right: 0px !important;
}

.header3 .navbar-inverse .navbar-nav > li > a:hover {
  border: none;
  padding: none;
}

.header3 {
  margin-top: 14px;
}

.header3 .navbar-nav {
  float: right;
}

.tint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s linear;
}

.webp {
  background: url(../images/donors/pexels-maria-lindsey-content-creator-5834140.webp) repeat center top;
  background-size: cover;
}

.nowebp {
  background: url(../images/donors/pexels-maria-lindsey-content-creator-5834140.jpeg) repeat center top;
  background-size: cover;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .webp {
    background: url(../images/donors/pexels-maria-lindsey-content-creator-5834140.webp) repeat center top;
    background-size: cover;
  }
  .nowebp {
    background: url(../images/donors/pexels-maria-lindsey-content-creator-5834140.jpeg) repeat center top;
    background-size: cover;
  }
}
.webp-brazilian {
  background: url(../images/donors/pexels-amina-filkins-5424696.webp) repeat center top;
  background-size: cover;
}

.nowebp-brazilian {
  background: url(../images/donors/pexels-amina-filkins-5424696.jpeg) repeat center top;
  background-size: cover;
}

.webp-couples {
  background: url(../images/background/couple-skyline.webp) repeat center top;
  background-size: cover;
}

.nowebp-couples {
  background: url(../images/background/couple-skyline.jpeg) repeat center top;
  background-size: cover;
}

.webp-sperm {
  background: url(../images/blog/DNA_Romance_Midjourney_Sperm@4x.webp) repeat center top;
  background-size: cover;
}

.nowebp-sperm {
  background: url(../images/blog/DNA_Romance_Midjourney_Sperm.jpg) repeat center top;
  background-size: cover;
}

@media screen and (min-width: 320px) and (max-width: 767px) {
  .webp-brazilian {
    background: url(../images/donors/pexels-luana-freitas-16931212.webp) repeat center top;
    background-size: cover;
  }
  .nowebp-brazilian {
    background: url(../images/donors/pexels-luana-freitas-16931212.jpeg) repeat center top;
    background-size: cover;
  }
}
.webp-couples {
  background: url(../images/background/couple-skyline.webp) repeat center top;
  background-size: cover;
}

.nowebp-sperm {
  background: url(../images/background/couple-skyline.jpeg) repeat center top;
  background-size: cover;
}

.webp-sperm {
  background: url(../images/blog/DNA_Romance_Midjourney_Sperm@4x.webp) repeat center top;
  background-size: cover;
}

.nowebp-couples {
  background: url(../images/blog/DNA_Romance_Midjourney_Sperm.jpg) repeat center top;
  background-size: cover;
}

.banner3 .row {
  position: relative;
}

.banner3-content h1 {
  font-size: 75px;
  line-height: 75px;
  color: #fff;
}

.banner3-content h3 {
  font-size: 25px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 40px;
}

.banner3-content .btnn {
  margin-right: 30px;
}

.banner3-content .btnn:hover {
  color: #fff;
}

.banner3-content .html5lightbox {
  color: #fff;
  font-weight: 400;
  line-height: 30px;
  float: left;
  margin-top: 10px;
}

.banner3-content .html5lightbox i {
  color: #fff;
  margin-right: 8px;
  float: left;
}

.blog-banner h1 {
  font-size: 75px;
  line-height: 70px;
  color: #2c2c2c;
}

.top-address-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-top: 38px;
}

.top-address-bar ul {
  margin-bottom: 0px;
}

.top-address-bar ul li {
  display: inline-block;
  margin-right: 50px;
  color: #2c2c2c;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
}

.top-address-bar ul li i {
  margin-right: 5px;
}

/* service section*/
.service3-image img {
  margin-right: 20px;
}

.service3-image h4 {
  color: #2c2c2c;
  font-weight: 400;
  line-height: 40px;
}

.service3 p {
  margin-top: 25px;
}

.service3 {
  margin-bottom: 60px;
}

.service3 .text-center h2 {
  font-weight: 400;
  font-size: 35px;
}

.text3-withbtn h4 {
  color: #2c2c2c;
  margin-bottom: 35px;
  margin-top: 0px;
}

.text3-line {
  width: 49px;
  height: 1px;
  margin-bottom: 35px;
}

.text3-withbtn a {
  margin-top: 54px;
}

.text3-withbtn a:hover {
  color: #fff;
}

.text-with-btn .btn-image {
  bottom: -126px;
  margin-top: -40px;
  position: relative;
  z-index: -1;
}

.com1 {
  position: absolute;
  top: 2%;
  left: 50%;
}

.com1:hover .open-com1,
.com2:hover .open-com1,
.com3:hover .open-com1 {
  display: block;
}

.open-com1 p {
  color: #fff;
}

.open-com1 {
  border-radius: 25px;
  padding: 20px 30px;
  position: absolute;
  right: -100%;
  text-align: left;
  top: -130px;
  width: 260px;
  display: none;
}

.open-com1:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #2ba1ec transparent transparent #2ba1ec;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 11px;
  content: " ";
  height: 20px;
  position: absolute;
  right: 31px;
  top: 100%;
  width: 11px;
}

.com1 i {
  width: 40px;
  height: 40px;
  line-height: 43px;
  text-align: center;
  border-radius: 50%;
  background: #a4a4a4;
  color: #fff;
}

.com1:hover,
.com2:hover,
.com3:hover {
  cursor: pointer;
}

.com2 {
  left: 8%;
  position: absolute;
  top: 42%;
}

.open-com2 p {
  color: #fff;
}

.com2 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #a4a4a4;
  color: #fff;
}

.com3 {
  position: absolute;
  right: 0;
  top: 27%;
}

.com3 i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: #a4a4a4;
  color: #fff;
}

.com1:hover .open-com2,
.com2:hover .open-com2,
.com3:hover .open-com2 {
  display: block;
}

.open-com2 p {
  color: #fff;
}

.open-com2 {
  border-radius: 25px;
  padding: 20px 30px;
  position: absolute;
  right: -100%;
  text-align: left;
  top: -130px;
  width: 260px;
  display: none;
}

.open-com2:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #1abc9c transparent transparent #1abc9c;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 11px;
  content: " ";
  height: 20px;
  position: absolute;
  right: 31px;
  top: 100%;
  width: 11px;
}

.text-with-btn2 .com1 {
  left: 42%;
  position: absolute;
  top: 0;
}

.text-with-btn2 .com3 {
  position: absolute;
  right: 16%;
  top: 37%;
}

.text-with-btn2 .com2 {
  left: 20%;
  position: absolute;
  top: 44%;
}

/*********** our experience ***********/
.experience {
  background: #f9fafe;
  position: relative;
}

.experience .text-center h2 {
  font-weight: 400;
  font-size: 35px;
}

.experience .col-md-8 {
  float: none;
  margin: 0 auto;
  margin-bottom: 84px;
}

/*********** Progress Bar (Skills) ***********/
.skill {
  margin: 0 0 10px 0;
}

.skill .name {
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 10px 5px 10px 10px;
  position: absolute;
  width: 100%;
  z-index: 888;
}

.skill .name i {
  margin-right: 4px;
}

.skill .bar {
  width: 100%;
  height: 38px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
}

.skill .bar .value {
  position: relative;
  width: 0%;
  height: 38px;
  background-color: #1db7ff;
}

.skill .bar .value .count {
  display: none;
}

/*********** gallery section ***********/
.da-thumbs {
  list-style: none;
  position: relative;
  padding: 0;
}

.da-thumbs li {
  float: left;
  background: #fff;
  position: relative;
}

.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
}

.da-thumbs li a {
  overflow: hidden;
}

.da-thumbs li a div {
  position: absolute;
  background: #333;
  background-color: rgba(71, 71, 71, 0.55);
  width: 100%;
  height: 100%;
}

.da-thumbs li a div {
  top: 0px;
  left: -100%;
}

.da-thumbs li a:hover div {
  left: 0px;
}

.da-thumbs li a div {
  background-image: url(../images/version3/gallery/plus.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url(../images/fancybox_sprite.png) !important;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 99999;
  background: url(../images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.gallery-section h4,
.gallery-section .text3-line {
  margin-bottom: 25px;
}

.gallery-section .btnn {
  margin-top: 45px;
}

/*********** our story section ***********/
.our-story-section {
  background: url(../images/background/0_AboutUs.webp) repeat top fixed;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
  .our-story-section {
    background: url(../images/background/0_AboutUs_mobile.webp) repeat top fixed;
  }
}
.our-story h2 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
}

.our-story p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 50px;
}

.our-story .btnn:hover {
  color: #fff;
}

.aligncenter {
  float: none;
  margin: 0 auto;
}

/*********** our-team section ***********/
.our-team h2 {
  font-weight: 400;
  font-size: 35px;
}

.team-image {
  position: relative;
}

.team-social ul {
  margin: 0px;
}

.team-social ul li {
  display: inline-block;
}

.team-social {
  position: absolute;
  left: 0;
  bottom: 28px;
  width: 100%;
  z-index: 9;
  display: none;
}

.team-social ul li a i {
  color: #fff;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.team-social ul li a i:hover {
  background: #fff;
}

.team-social ul li a .fa-google:hover {
  color: #f63f29;
}

.team-social ul li a .fa-linkedin:hover {
  color: #435e94;
}

.team-social ul li a .fa-twitter:hover {
  color: #517fa4;
}

.team-social ul li a .fa-facebook:hover {
  color: #175f9c;
}

.team-info h5 {
  text-transform: uppercase;
  color: #34495e;
  margin-top: 20px;
  margin-bottom: 0px;
}

.team-info p {
  text-transform: none;
  font-size: 13px;
}

.team-img-overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: none;
}

.team:hover .team-img-overlay,
.team:hover .team-social {
  display: block;
}

/*********** pricing plan2 section ***********/
.pricing-plane2 .text-center h2 {
  font-weight: 400;
  font-size: 35px;
}

.pricing-plane2 {
  background: #f7f9fa;
}

.pricing-plane2 .col-md-8 {
  float: none;
  margin: 0 auto;
  margin-bottom: 84px;
}

.plan2 h4 {
  text-transform: uppercase;
  margin-top: 0px;
}

.plan2 h5 {
  font-size: 14;
  font-weight: 400;
  color: #6b6b6b;
}

.plan2 .price sub {
  bottom: 2.75em;
}

.plan2 .price span {
  color: #2c2c2c;
}

.plan2 .price {
  margin-bottom: 30px;
}

.plan2 .btnn {
  font-weight: 400;
  margin-top: 30px;
}

.plan2 .btnn:hover {
  color: #fff;
}

.plan2 {
  padding: 45px 0px;
}

.plan2:hover {
  background: #ededed;
  box-shadow: 0px 0px 10px rgba(237, 237, 237, 0.9);
}

.detail-con {
  padding: 0px 20px;
}

/*********** client reviews3  section ***********/
.webp #client-reviews2 {
  background: url(../images/version3/pink.webp) no-repeat center center;
  padding: 35px;
}

.nowebp #client-reviews2 {
  background: url(../images/version3/pink.jpg) no-repeat center center;
  padding: 35px;
}

.review3 p,
.client-info3 h5 {
  color: #2c2c2c;
}

.clients-line {
  width: 67px;
  height: 1px;
}

.client-info3 p {
  color: #2c2c2c;
  margin-top: 10px;
}

.clients-comments3 {
  padding-left: 50px;
}

.review3 i {
  font-size: 100px;
  color: #dedbdb;
  margin-bottom: 20px;
}

.padding-left-50 {
  padding-left: 50px;
}

.webp #client-reviews3 {
  background: url(../images/version3/testimonialbg5.webp) no-repeat center center;
  padding: 35px;
}

.nowebp #client-reviews3 {
  background: url(../images/version3/testimonialbg5.jpg) no-repeat center center;
  padding: 35px;
}

/*********** subscribe3  section ***********/
.form3 {
  width: 900px;
  margin: 0 auto;
}

.subscribe3 h5 {
  font-size: 35px;
  font-weight: 400;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
}

.subscribe3 p {
  margin-bottom: 20px;
  color: #fff;
}

.sub-form3 {
  padding: 12px;
  border-radius: 4px;
  background: #2079b1;
}

.sub-form3 .in-type {
  float: left;
  margin-right: 10px;
  width: 337px;
}

.sub-form3 input {
  width: 100%;
  font-family: "Raleway", sans-serif;
  color: #7a7a7a;
  font-weight: 400;
  background: #fff;
  border: 1px solid #e7e7e7;
  padding: 12px 22px;
  overflow: hidden;
  box-shadow: none;
  font-style: italic;
}

.sub-form3 input:focus {
  border-color: #7a7a7a;
}

.sub-form3 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c1c1c1;
}

.sub-form3 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c1c1c1;
  opacity: 1;
}

.sub-form3 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c1c1c1;
  opacity: 1;
}

.sub-form3 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c1c1c1;
}

.sub-form3 form .message3-btn .submit {
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #e42525;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  width: 176px;
  background: transparent;
  font-style: normal;
  color: #fff;
  background: #e42525;
}

.sub-form3 form .message3-btn .submit:hover {
  background: rgba(227, 37, 37, 0.9);
}

/*********** footer3  section ***********/
.footer3 {
  background: #5c5d61;
}

.contactp {
  color: #ffffff;
}

.footer-copy a.contactp:hover {
  color: #aeddff;
}

.contact-add p {
  color: #fff;
}

.contact-add p {
  position: relative;
  padding-left: 27px;
}

/*replace the content value with the
corresponding value from the list below*/
.contact-add p:before {
  content: "\f041";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  position: absolute;
  left: 0;
}

.contact-email p {
  position: relative;
  padding-left: 37px;
  color: #fff;
}

/*replace the content value with the
corresponding value from the list below*/
.contact-email p:before {
  content: "\f003";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  position: absolute;
  left: 26%;
}

.contact-phone p {
  position: relative;
  padding-left: 33px;
  color: #fff;
}

/*replace the content value with the
corresponding value from the list below*/
.contact-phone p:before {
  content: "\f095";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #fff;
  position: absolute;
  left: 55%;
}

.footer-copy {
  border-top: 1px solid #939393;
  margin-top: 68px;
}

.footer-copy p {
  color: #ffffff;
  padding-top: 10px;
}

.footer-copy .fot-social a i {
  width: 46px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  color: #9a9a9a;
  border-color: #707070;
  background: #707070;
}

.footer-copy .fot-social a i {
  color: #fff;
}

.footer3 .row {
  position: relative;
}

.top-icon a i {
  width: 60px;
  height: 60px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  top: -100px;
  background: #5c5d61;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
}

/* ==========================================version 4 =============================================*/
/* header section*/
.top-social4 {
  background: transparent;
  z-index: 10000;
}

.top-social4 {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.top-social4 .header3 .navbar-inverse .navbar-nav > li > a {
  color: #5c5c5c;
  font-weight: 500;
  font-size: 13px;
  padding: 0px 3px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  line-height: 10px;
}

.top-social4 .header3 {
  margin-top: 20px;
}

.banner4-content {
  margin-bottom: 60px;
}

.banner4 {
  background-repeat: repeat;
  background-position: center center;
}

.banner4-content h1 {
  font-size: 60px;
  color: #2c2c2c;
  margin-top: 0px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 20px;
}

.banner4-content p {
  color: #5d5d5d;
  margin-bottom: 30px;
}

.banner4-content .btnn {
  margin-right: 7px;
}

.banner4-content .btnn {
  color: #fff;
  border-color: #2c2c2c;
  background: #2c2c2c;
}

.banner4-content .btnn:hover {
  background: rgba(44, 44, 44, 0.9);
}

.banner4-content .ver4-pur {
  background: none;
}

.banner4-content .ver4-pur:hover {
  color: #fff;
}

.tab-slider {
  margin: 0 auto;
  width: 630px;
  margin-top: -226px;
  padding: 20px 0px;
}

.tab-inner-slider {
  width: 500px;
  margin: 0 auto;
  padding-top: 17px;
}

.tab-inner-sliderr {
  width: 700px;
  margin: 0 auto;
  padding: 22px 58px;
  margin-top: -182px;
  height: 434px;
}

/* service4 section*/
.title4 h1 {
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 300;
  color: #2c2c2c;
}

.title4 p {
  color: #8f8f8f;
}

.service4 h5 {
  color: #2c2c2c;
  text-transform: uppercase;
  margin-top: 20px;
}

.service4 p {
  margin-bottom: 23px;
}

.tabber-content {
  background: #ededed;
  padding: 78px 30px;
}

.tabber-info h3 {
  font-size: 30px;
  font-weight: 300;
  color: #2c2c2c;
  line-height: 40px;
  margin-bottom: 45px;
}

.tabber-info p {
  margin-bottom: 45px;
}

.tabber-info .btnn:hover {
  color: #fff;
}

.service4 a {
  border: 1px solid #2c2c2c;
  border-radius: 25px;
  color: #2c2c2c;
  font-weight: 400;
  padding: 8px 18px;
  text-transform: capitalize;
}

.service4 .active {
  display: none;
}

.service-version8 i {
  font-size: 34px;
}

.tabber-content {
  position: relative;
}

.slout-controls {
  position: absolute;
  top: 10px;
  right: 10px;
}

#orange .pin {
  position: absolute;
  top: -18px;
  left: 15%;
}

#green .pin {
  position: absolute;
  top: -18px;
  right: 15%;
}

#yello .pin {
  position: absolute;
  top: -18px;
  right: 50%;
}

/* service4 section*/
.experience4-section .title4 h1,
.experience4-section .title4 p {
  color: #fff;
}

/*********** Timeline Carousel styling *********/
.timeline {
  position: relative;
  width: 100%;
}

.entry {
  margin: 0 auto;
  background: #99ac22 none repeat scroll 0 0;
  text-align: center;
  border: 1px dotted #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  padding: 4px;
}

.entry i {
  font-size: 30px;
  text-align: center;
  color: #fff;
  line-height: 90px;
  height: 90px;
  width: 90px;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.25);
}

.timeline h5 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
}

.timeline p {
  color: #fff;
}

.timeline .active {
  z-index: 9999;
}

.timeline .active i {
  background: #2c2c2c;
}

.timeline .col-md-3 {
  z-index: 9999;
}

.timeline .col-md-3 p {
  opacity: 0;
}

.timeline .col-md-3 .display-p {
  opacity: 1;
}

.entry:hover {
  cursor: pointer;
}

.timeline-line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #fff;
  position: absolute;
  top: 50px;
  width: 970px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

/*********** fun facts section *********/
.facts {
  border: 1px;
  border-width: 2px;
  border-color: #fff;
  padding: 8px;
  border-radius: 3px;
  border-style: dashed;
  position: relative;
}

.facts i {
  background: #fff none repeat scroll 0 0;
  height: 44px;
  left: 0;
  line-height: 44px;
  margin: 0 auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: -25px;
  width: 44px;
}

.fun-content h1 {
  font-size: 40px;
  color: #fff;
  margin: 0px;
  padding-top: 20px;
  padding-bottom: 17px;
}

.fun-content {
  background: rgba(255, 255, 255, 0.5);
}

.fun-facts h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 15px;
}

/*********** pricing plane4 section *********/
.plan4 h4 {
  text-transform: uppercase;
  margin-top: 0px;
  transition: all 300ms ease-out;
}

.plan4:hover h4,
.plan4:hover h5,
.plan4:hover .price sub,
.plan4:hover .price span,
.plan4:hover .price p {
  color: #fff;
}

.plan4 {
  position: relative;
  margin-top: -125px;
  transition: all 300ms ease-out;
}

.plan4 h5 {
  font-size: 14;
  font-weight: 400;
  color: #6b6b6b;
  transition: all 300ms ease-out;
}

.plan4 .price sub {
  bottom: 0.4em;
  font-size: 21px;
  color: #2c2c2c;
  transition: all 300ms ease-out;
}

.plan4 .price span {
  color: #2c2c2c;
  font-size: 80px;
  line-height: 90px;
  transition: all 300ms ease-out;
}

.plan4 .price {
  margin-bottom: 30px;
}

.plan4 {
  padding: 45px 0px;
  padding-bottom: 0px;
}

.plan4 {
  background: #ededed;
  box-shadow: 0px 0px 10px rgba(237, 237, 237, 0.9);
}

.plan4-text p {
  color: #fff;
  padding: 30px;
  transition: all 300ms ease-out;
}

.price p {
  transition: all 300ms ease-out;
}

/*********** reviews4 section *********/
.clients-reviews4 .item p {
  color: #fff;
  font-style: italic;
  padding-left: 30px;
}

.clients-reviews4 .item h5 {
  color: #2c2c2c;
  font-style: italic;
  padding-left: 30px;
}

.clients-reviews4 .item i {
  color: #fff;
}

/*********** form4 section *********/
.form4 {
  background: #f0f0f0;
}

.sub-form4 {
  padding: 30px;
}

.sub-form4 h4 {
  color: #2c2c2c;
  margin-bottom: 30px;
  font-weight: 700;
}

.sub-form4 form span {
  font-weight: 600;
  float: left;
  margin-left: 10px;
  margin-top: 4px;
}

.sub-form4 form .checkbox {
  width: 22px;
  display: inline-block;
  float: left;
}

.sub-form4 input {
  width: 100%;
  font-family: "Raleway", sans-serif;
  color: #7a7a7a;
  font-weight: 400;
  background: #fff;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 12px 22px;
  overflow: hidden;
  box-shadow: none;
  margin-bottom: 15px;
}

.sub-form4 input:focus {
  border: 1px solid #656565;
}

.sub-form4 ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c1c1c1;
}

.sub-form4 :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c1c1c1;
  opacity: 1;
}

.sub-form4 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c1c1c1;
  opacity: 1;
}

.sub-form4 :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c1c1c1;
}

.sub-form4 form .message3-btn .submit {
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #e42525;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  background: transparent;
  font-style: normal;
  color: #fff;
  background: #e42525;
  text-transform: uppercase;
}

.sub-form4 form .message3-btn .submit:hover {
  background: rgba(152, 171, 32, 0.9);
}

/*********** our brands section *********/
.our-brands .clients-area ul li {
  display: inline-block;
  padding: 0 18px;
}

.our-brands h1 {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 30px;
}

.our-brands p {
  color: #fff;
  margin-bottom: 30px;
}

.our-brands .btnn:hover {
  background: #fff;
}

/*********** footer4 section *********/
.footer4 {
  background: #5a5a5a;
}

.footer4 p {
  color: #a6a6a6;
  margin-top: 10px;
}

.footer4 .fot-social a i {
  width: 42px;
  height: 42px;
  line-height: 42px;
  color: #a6a6a6;
  border: 1px solid #e4e4e4;
}

.footer4 .fot-social a i:hover {
  color: #fff;
}

/*********** pop up form section *********/
#popup {
  padding-top: 80px;
}

.formm {
  border-radius: 2px;
  padding: 0px 30px;
  box-shadow: 0 0 15px;
  font-weight: bold;
  padding-bottom: 15px;
  float: left;
}

.formm h3 {
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin: 30px 0px;
}

.formm input {
  width: 100%;
  font-family: "Raleway", sans-serif;
  color: #7a7a7a;
  font-weight: 400;
  background: #fff;
  border: 1px solid #eee;
  padding: 12px 22px;
  overflow: hidden;
  box-shadow: none;
  margin-bottom: 20px;
  transition: all 0.3s ease 0s;
}

.formm input:focus,
.formm textarea:focus {
  border: 1px solid #222;
}

.formm ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c1c1c1;
}

.formm :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #c1c1c1;
  opacity: 1;
}

.formm ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #c1c1c1;
  opacity: 1;
}

.formm :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c1c1c1;
}

.formm #senddd {
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #6d6d6d;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  background: transparent;
  font-style: normal;
  color: #fff;
  background: #6d6d6d;
  text-transform: uppercase;
  height: 63px;
}

.formm #sendddd {
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #6d6d6d;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  background: transparent;
  font-style: normal;
  color: #fff;
  background: #6d6d6d;
  text-transform: uppercase;
  height: 63px;
}

.formm textarea {
  width: 100%;
  font-family: "Raleway", sans-serif;
  color: #7a7a7a;
  font-weight: 400;
  background: #fff;
  border: 1px solid #eee;
  padding: 12px 22px;
  overflow: hidden;
  box-shadow: none;
  margin-bottom: 20px;
  height: 134px;
}

#contactdiv {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
  z-index: 99999;
}

#login,
.contact-popup {
  background-color: white;
  left: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 7%;
}

.formm .cancel {
  margin-right: 10px;
  margin-top: 15px;
}

.formm .cancel:hover {
  cursor: pointer;
}

.contact-popup {
  margin: 0 auto;
  width: 570px;
}

/*********** index version 5 *********/
#version5 {
  background-color: rgba(17, 17, 26, 0.1);
  background-image: none;
  left: 0;
  position: fixed;
  right: 0;
  width: 100%;
  z-index: 3 !important;
}

#version5 .buy-now a:hover {
  color: #fff;
}

.iconsss {
  padding-top: 30px;
}

.iconsss i {
  font-size: 30px;
}

#version5-callout .btnn {
  background: #fff;
  color: #6d6d6d;
}

.top-form .formm h4 {
  margin-bottom: 10px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  margin-top: 20px;
}

.top-form .formm p {
  margin-bottom: 20px;
}

.sub-form .singh {
  background: #6d6d6d;
  color: #fff;
  border-color: #6d6d6d;
}

.sub-form .singh:hover {
  color: #fff;
}

#contactdiv2 {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
  z-index: 99999;
}

/*********** index version 6 *********/
.success-message a {
  background: #5d6b7a none repeat scroll 0 0;
}

#topbar-version6 {
  background: transparent none repeat scroll 0 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-version6 .other-content h1 {
  color: #fff;
}

.banner-version6 .other-content ul li,
.banner-version6 .other-content ul li:before {
  color: #fff;
}

#topbar-version6 .nav-btnn ul li {
  background: #fff;
}

#topbar-version6 .nav-btnn ul {
  border-color: #fff;
}

.top-formm h4 {
  color: #fff;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
  margin-bottom: 30px;
  margin-top: 25px;
  text-align: center;
}

.top-formm p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
}

.top-formm h5 {
  color: #fff;
  font-weight: 300;
}

.top-formm .formm {
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
}

#topbar-version6 .header2 .navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

#clock {
  position: relative;
}

#clock span {
  padding: 40px 20px;
  border-radius: 6px;
  font-family: "Raleway";
  color: #fff;
  background: #333;
  margin: 0px 4px;
  width: 100px;
}

#clock .sec {
  position: absolute;
  padding: 40px 20px;
}

/*********** index version 7 *********/
.slider-version7 {
  background-position: top center;
  background-repeat: repeat;
  background-attachment: fixed;
}

#topbar-version7 ul li {
  color: #fff !important;
}

#topbar-version7 ul {
  float: right;
}

#content-version7 .other-content h1 {
  color: #fff;
  font-size: 60px;
}

#content-version7 .html5lightbox,
#nav-version7 .navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

#nav-version7 .navbar-inverse .navbar-nav > li > a:hover {
  color: #292929;
}

#service-version7 .service3 p {
  margin-top: 0px;
}

#client-version7 {
  padding-bottom: 1px;
}

#client-version7 .client-reviews2 {
  padding-top: 100px;
}

#sub-form3 {
  width: 100%;
  background: none;
}

#sub-form3 form .message3-btn a {
  font-family: "Raleway", sans-serif;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #e42525;
  display: inline-block;
  padding-left: 0px;
  padding-right: 0px;
  width: 176px;
  background: transparent;
  font-style: normal;
  color: #fff;
  background: #e42525;
  padding: 10px 0px;
  text-align: center;
  text-transform: uppercase;
}

#sub-form3 input {
  border-radius: 4px;
}

#top-form .formm input {
  padding: 16px 22px !important;
  margin-bottom: 10px;
  border-radius: 0px;
}

#top-form h3 {
  font-size: 30px;
  font-weight: normal;
  line-height: 35px;
  text-align: left;
}

#top-form .formm {
  box-shadow: none;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 0px;
}

.top-form ul {
  list-style: none;
  width: 100%;
  font-size: 0;
  margin-bottom: -8px !important;
}

.top-form li {
  display: inline-block;
  width: 25%;
  height: 7px;
}

.top-form li:nth-child(1) {
  background: #2ecc71;
}

.top-form li:nth-child(2) {
  background: #3498db;
}

.top-form li:nth-child(3) {
  background: #f1c40f;
}

.top-form li:nth-child(4) {
  background: #e74c3c;
}

.top-form form .checkbox {
  width: 22px;
  display: inline-block;
}

.term-ser {
  font-size: 13px;
  font-weight: 500;
}

.term-ser a {
  font-size: 13px;
  color: #7a7a7a;
  text-decoration: underline !important;
  font-weight: 400;
}

.term-ser span {
  text-decoration: underline;
}

.form-client {
  background-color: rgba(210, 82, 127, 0.71);
  padding: 20px 25px 20px 25px;
}

/*********** index version 8 *********/
#topbar-version8 .header3 .navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

/****************** PiE Charts *********************/
.easyPieChart {
  position: relative;
  text-align: center;
}

.easyPieChart .barcolor {
  background: #ff0000 !important;
}

.easyPieChart span {
  line-height: 120px;
  font-size: 30px;
  color: #fff;
}

.background_bg_black .easyPieChart span {
  font-size: 25px;
  line-height: 140px !important;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.chart-wrap {
  text-align: center;
}

.chartt {
  display: inline-block;
  margin: 0;
  width: 120px;
}

div.chart:last-child {
  margin-right: 0;
}

.easyPieChart {
  position: relative;
  text-align: center;
  color: #fff;
}

.easyPieChart canvas {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0;
  display: table;
  margin: 0 auto;
}

.chartt .chart-label {
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  color: #fff;
}

.chartt {
  display: table;
  margin: 0px auto;
  width: 150px !important;
}

.chartt.dark {
  color: #e4e4e4;
  display: table;
  margin: 0px auto;
  width: 150px !important;
}

.chartt.light .chart-label {
  text-transform: uppercase;
  color: #606060;
}

.background_bg_black .chart-label {
  text-transform: uppercase;
  color: #8a8a8a;
}

.no-rotate {
  transform: rotate(-135deg) !important;
  bottom: auto !important;
  right: 10px !important;
  top: 10px !important;
}

.contact-form .col-sm-6,
.contact-form .col-sm-12 {
  padding-bottom: 0;
}

.form-v8 {
  background: rgba(23, 26, 28, 0.9) none repeat scroll 0 0 !important;
}

.con-div-v8 {
  background: rgba(0, 0, 0, 0) radial-gradient(ellipse at center center, rgba(255, 255, 255, 0) 0%, black 100%) repeat scroll 0 0 !important;
}

.form-v8 h3 {
  color: #fff;
}

.form-v8 input {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  padding-left: 0px !important;
  border-style: none none solid !important;
  border-width: 1px !important;
}

.form-v8 input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.anonymous-payment-view .tab.selected {
  border-color: #d78370;
  color: #d78370;
}

.anonymous-payment-view .bitcoin-form .address-value {
  color: #d78370;
}

.anonymous-payment-view .tabs-content button,
.thank-you button {
  background-color: #d78370;
}

.anonymous-payment-view .form-error {
  background-color: #d35850;
  color: white;
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
  z-index: 1;
}

.anonymous-payment-view .form-field.error {
  border-color: #d35850;
}

.form-field {
  padding-right: 0px !important;
}

.pricing-v8 h4,
.pricing-v8 p {
  color: #fff;
  margin-bottom: 0px;
}

.form-v8 #senddd {
  margin-top: 20px;
}

.form-v8 h3 {
  text-transform: capitalize !important;
  text-align: left;
}

.form-v8 h5 {
  color: #fff !important;
}

.form-client .flip-counter.default .digit {
  width: 47px !important;
  height: 47px !important;
}

.form-client .flip-counter.default .digit .hinge {
  height: 24px !important;
}

.form-client .flip-counter.default .digit span.front {
  top: 0;
  padding-top: 24px;
  width: 47px !important;
  height: auto !important;
}

.form-client .flip-counter.default .digit span.back,
.form-client .flip-counter.default .digit .hinge span.front,
.form-client .flip-counter.default .digit .hinge span.back {
  width: 47px !important;
  height: 24px !important;
}

.form-client .flip-counter.default .digit .line {
  height: 24px;
  width: 47px;
}

.form-client .flip-counter.default .digit-delimiter {
  padding-top: 10px;
}

.form-client .flip-counter.default .digit span {
  color: #fff;
}

.form-client .flip-counter.default .digit-delimiter {
  width: 20px !important;
  background: none;
}

.flip-counter.default .digit {
  position: relative;
  z-index: 0;
  width: 60px;
  height: 90px;
  margin-left: 10px;
  background-color: #fff;
  text-align: center;
  line-height: 0;
  -webkit-text-stroke: 2px;
  -ms-perspective: 300px;
  perspective: 300px;
  border-radius: 5px;
}

.flip-counter.default .digit:last-child {
  margin-left: 0;
}

.flip-counter.default .digit span {
  position: absolute;
  left: 0;
  height: 45px;
  width: 60px;
  overflow: hidden;
  border-radius: 5px;
  font-size: 30px;
  text-indent: 2px;
  background-color: #fff;
  color: #59abe3;
  transform: translate3d(0, 0, 0);
}

.flip-counter.default .digit span.front {
  top: 0;
  padding-top: 45px;
}

.flip-counter.default .digit span.back {
  bottom: 0;
}

.flip-counter.default .digit .line {
  position: absolute;
  z-index: 10;
  height: 45px;
  width: 60px;
  border-bottom: 1px solid #59abe3;
}

.flip-counter.default .digit .hinge {
  position: absolute;
  z-index: 5;
  height: 45px;
  width: 60px;
  transform-style: preserve-3d;
  transition: transform 1s ease-in;
  transform-origin: 50% 100%;
}

.flip-counter.default .digit .hinge span {
  height: 0px;
  z-index: 5;
  backface-visibility: hidden;
}

.flip-counter.default .digit .hinge span.back {
  height: 45px;
  transform: rotateX(180deg);
}

.flip-counter.default .digit.animate .hinge {
  transform: rotateX(-180deg);
}

.flip-counter.default .digit-delimiter {
  padding-top: 38px;
  margin-right: -5px;
  font-size: 30px;
  color: #fff;
  text-indent: 3.33333333px;
}

.counter-wrapper {
  float: right;
  position: relative;
  left: -50%;
  margin-top: 20px;
}

.flip-counter {
  position: relative;
  left: 50%;
  list-style-type: none;
}

.flip-counter li {
  float: right;
}

.no-csstransforms3d span.back {
  display: none;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.intro {
  background: #000 url("../images/sli.jpg") center center no-repeat;
  background-size: cover;
  height: 600px;
  padding: 0 0px;
  position: relative;
}

.intro-copy {
  position: relative;
  top: 40%;
  z-index: 1;
}

.intro-copy h1 {
  color: #fff !important;
  margin: 0;
  text-transform: capitalize !important;
  font-weight: 600;
}

.intro-copy h3 {
  color: #fff !important;
  text-align: center;
  font-weight: 300;
  letter-spacing: normal;
}

@media (min-width: 481px) {
  .intro-copy h1 {
    text-align: center;
  }
}
.intro-overlay {
  background-color: #11111a;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: background-color 0.4s ease-in-out;
}

[data-loaded=true] .intro-overlay {
  background-color: rgba(17, 17, 26, 0.8);
}

.content-wrapper {
  background-color: inherit;
  position: relative;
  right: 0;
  transition: transform 0.4s ease-in-out;
  z-index: 2;
}

.open .content-wrapper {
  transform: translateX(-98%);
}

.home5 .content-wrapper {
  height: 100%;
}

.form-bottom-icon span {
  margin: 0px 10px;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  color: #2c2c2c;
}

#singh-uppp {
  padding: 8px 13px !important;
  border-radius: 4px;
  margin-top: -8px;
}

.form-bottom-icon ul li {
  display: inline;
}

.blocks {
  display: block;
  padding: 5%;
}

/* Press Mentions */
.c-card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.c-card {
  border: 1px solid lightgray;
  border-radius: 2rem;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 32px;
  margin: 2rem;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 2rem;
  text-align: left;
  width: 300px;
}

.c-card:hover {
  border: 1px solid #206fd6;
  /* offset-x | offset-y | blur-radius | spread-radius | color */
  box-shadow: 0px 0px 25px 5px rgba(0, 0, 0, 0.1);
  transform: scale(1.025);
}

.c-card-company {
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  width: 100%;
}

.c-card-date {
  color: #808080;
  font-size: 1.5rem;
}

.c-card-quote {
  font-style: italic;
}

.c-card-quotation {
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 48px;
  font-size: 3rem;
  font-weight: bold;
}

/* Media Assets */
.c-media-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.c-media {
  display: flex;
  flex-direction: column;
  border: 1px solid lightgray;
  border-radius: 2rem;
  margin: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 32px;
  padding: 2rem;
  text-align: center;
}

.c-media-image {
  max-height: 300px;
}

.c-media-download {
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 32px;
  margin-top: 2rem;
}

.modal {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  /* max-height: 100%; */
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
  background-color: #fff;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #0F75BD;
  width: 80%;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%);  */
}

.deleteBtn {
  background-color: #ed3992;
  height: 27.5px;
  font-size: medium;
  width: 60px;
  border-radius: 25px;
}