
html {
  overflow-x: hidden;
}

body {
  font-family: "Roboto", sans-serif;
  color: #9fa1a4;
  line-height: 1.5;
}

a {
  color: #777;
  transition: .3s all ease;
}

a:hover {
  color: #000;
}

h1, h2, h3, h4, h5, h6, .font-heading {
  font-family: "Poppins", sans-serif;
  color: #000;
}

.container {
  z-index: 2;
  position: relative;
}

.text-black {
  color: #000 !important;
}

.text-primary {
  color: #2d71a1 !important;
}

.border-top {
  border-top: 1px solid #f2f2f2 !important;
}

.border-bottom {
  border-bottom: 1px solid #f2f2f2 !important;
}

figure figcaption {
  margin-top: .5rem;
  font-style: italic;
  font-size: .8rem;
}

section {
  overflow: hidden;
}

.section {
  padding: 7rem 0;
}

.section-heading {
  font-size: 3rem;
  font-weight: 700;
  background: linear-gradient(-45deg, #3db3c5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

.back-to-top i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 10px;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/* Default btn sre-tyling */
.btn {
  border: none;
  padding: 15px 30px !important;
}

.btn.btn-outline-white {
  border: 2px solid #fff;
  background: none;
  color: #fff;
}

.btn.btn-outline-white:hover {
  background: #fff;
  color: #2d71a1;
}

.btn.btn-primary {
  background: #2d71a1;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

/* Feature 1 */
.feature-1 .wrap-icon {
  margin: 0 auto;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
}

.feature-1 .wrap-icon.icon-1 {
  background: linear-gradient(-45deg, #3b87bd, #2d71a2);
}

.feature-1 .wrap-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5rem;
}

.feature-1 h3 {
  font-size: 20px;
}

.feature-1 p {
  color: #b1b1b1;
}

/* Step */
.step {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 40px;
}

.step .number {
  background: linear-gradient(-45deg, #1391a5, #274685);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  letter-spacing: .2rem;
  margin-bottom: 10px;
  display: block;
}

.step p:last-child {
  margin-bottom: 0px;
}

/* Review */
.review h3 {
  font-size: 20px;
}

.review p {
  line-height: 1.8;
  font-style: italic;
  color: #333333;
}

.review .stars span {
  color: #FF8803;
}

.review .stars .muted {
  color: #ccc;
}

.review .review-user img {
  width: 70px;
  margin: 0 auto;
}

/* Testimonial Carousel */
.testimonial-carousel .owl-dots {
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}

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

.testimonial-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cbd3da;
  border-radius: 50%;
  margin: 5px;
}

.testimonial-carousel .owl-dots .owl-dot.active {
  outline: none;
}

.testimonial-carousel .owl-dots .owl-dot.active > span {
  background: linear-gradient(-45deg, #1391a5, #274685);
}

/* Pricing */
.pricing {
  padding: 50px;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  padding-bottom: 12rem !important;
  position: relative;
  border-radius: 4px;
  color: #000000;
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.pricing h3 {
  color: #2d71a1;
}

.pricing .price-cta {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  left: 0;
}

.pricing .price-cta .price {
  display: block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 300;
}

.pricing .popularity {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2rem;
  display: block;
  margin-bottom: 20px;
}

.pricing ul {
  margin-bottom: 50px;
}

.pricing ul li {
  margin-bottom: 10px;
}

.pricing .btn-white {
  background: #fff;
  border: 2px solid #f1f1f1;
  border-radius: 4px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.pricing .btn-white:hover {
  color: #2d71a1;
}

.pricing.popular {
  background: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  color: #000000;
  background: linear-gradient(-45deg, #1391a5, #274685);
  color: #fff;
  box-shadow: none;
}

.pricing.popular .popularity {
  color: #b3b3b3;
}

.pricing.popular h3 {
  color: #fff;
  background: none;
}

.pricing.popular .btn-white {
  border: 2px solid #2d71a1;
}

/* CTA Section */
.cta-section {
  background: linear-gradient(to right, #274685 0%, #3db3c5 100%);
  color: #fff;
}

.cta-section h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cta-section h2 {
    font-size: 2rem;
  }
}

.cta-section .btn {
  background: #000000;
  color: #fff;
}

/* Sticky Wrapper */
.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}

.sticky-wrapper .site-navbar {
  transition: .3s all ease;
}

.sticky-wrapper .site-navbar .site-menu-toggle {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-logo a {
  color: #fff;
}

.sticky-wrapper .site-navbar .site-menu > li > a {
  color: rgba(255, 255, 255, 0.8) !important;
}

.sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #fff !important;
}

.sticky-wrapper.is-sticky .burger:before, .sticky-wrapper.is-sticky .burger span, .sticky-wrapper.is-sticky .burger:after {
  background: #000000;
  transition: .0s all ease;
}

.sticky-wrapper.is-sticky .site-navbar {
  background: #fff;
  border-bottom: 1px solid transparent;
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
}

.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  color: #000000 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #2d71a1 !important;
}

.sticky-wrapper.is-sticky .site-navbar .site-menu > li.active a {
  color: #2d71a1 !important;
}

.sticky-wrapper .shrink {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/* Contact Form */
.form-control {
  height: 53px;
  border-radius: 0;
  border: 1px solid #dae0e5;
}

.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #2d71a1;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

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

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Blog */
.post-entry {
  margin-bottom: 60px;
}

.post-entry .post-text .post-meta {
  color: #ccc;
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}

.post-entry .post-text h3 {
  font-size: 20px;
  color: #000000;
}

.post-entry .post-text h3 a {
  color: #000000;
}

.post-entry .post-text h3 a:hover {
  text-decoration: none;
  color: #2d71a1;
}

.post-entry .post-text .readmore {
  color: #2d71a1;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}

.sidebar-box *:last-child {
  margin-bottom: 0;
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li, .sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted gray("300");
  list-style: none;
}

.categories li:last-child, .sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.categories li a, .sidelink li a {
  display: block;
}

.categories li a span, .sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}

.categories li.active a, .sidelink li.active a {
  color: #000000;
  font-style: italic;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}

.comment-list li .vcard {
  width: 80px;
  float: left;
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
  font-size: 20px;
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc;
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
}

.comment-list li .comment-body .reply:hover {
  color: #000000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
  padding: 10px;
}

.search-form .form-group {
  position: relative;
}

.search-form .form-group input {
  padding-right: 50px;
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero-section {
  background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%), url(../img/hero-bg.jpg);
  position: relative;
}

.hero-section .wave {
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  bottom: -150px;
}

@media screen and (max-width: 992px) {
  .hero-section .wave {
    bottom: -180px;
  }
}

.hero-section .wave svg {
  width: 100%;
}

.hero-section, .hero-section > .container > .row {
  height: 100vh;
  min-height: 880px;
}

.hero-section.inner-page {
  height: 60vh;
  min-height: 0;
}

.hero-section.inner-page .hero-text {
  transform: translateY(-150px);
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .hero-section.inner-page .hero-text {
    margin-top: -80px;
  }
}

.hero-section h1 {
  font-size: 3.5rem;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section h1 {
    font-size: 2.5rem;
    text-align: center;
  }
}

@media screen and (max-width: 992px) {
  .hero-section .hero-text-image {
    margin-top: 4rem;
  }
}

.hero-section p {
  font-size: 18px;
  color: #fff;
}

.hero-section .iphone-wrap {
  position: relative;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap {
    text-align: center;
  }
}

.hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
  position: absolute;
  top: -50%;
  overflow: hidden;
  left: 0;
  box-shadow: 0 15px 50px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
    position: relative;
    top: 0;
    max-width: 100%;
  }
}

.hero-section .iphone-wrap .phone-2, .hero-section .iphone-wrap .phone-1 {
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-1 {
    margin-left: -150px;
  }
}

.hero-section .iphone-wrap .phone-2 {
  margin-top: 50px;
  margin-left: 100px;
  width: 250px;
}

@media screen and (max-width: 992px) {
  .hero-section .iphone-wrap .phone-2 {
    width: 250px;
    position: absolute;
    margin-top: 0px;
    margin-left: 100px;
  }
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  top: 0;
  width: 100%;
}

.site-navbar .site-logo {
  position: relative;
  font-size: 24px;
}

.site-navbar .site-logo a {
  color: #fff;
}

.site-navbar .site-logo a:hover {
  text-decoration: none;
}

.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu > li > a {
  padding: 30px 20px;
  color: #000000;
  display: inline-block;
  text-decoration: none !important;
}

.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #2d71a1;
}

.site-navbar .site-navigation .site-menu > li.active > a {
  color: #fff !important;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\ea99";
  font-size: 16px;
  top: 52%;
  right: 0;
  transform: translateY(-50%);
  font-family: 'icofont';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
  margin-top: 15px;
  margin-left: 0px;
  background: #fff;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  transition: 0s all;
  color: #000000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active {
  color: #2d71a1 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 210px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
  background: #f2f4f6;
  color: #000000;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
  content: "\ea75";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
  background: #f2f4f6;
}

.site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
  color: #2d71a1;
}

.site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  transition-delay: 0s;
  margin-top: -10px;
  visibility: visible;
  opacity: 1;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  transform: translateX(110%);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #2d71a1;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
  color: #2d71a1;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icofont";
  content: "\ea99";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative;
  z-index: 99;
  float: right;
}

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  opacity: 1;
}

.burger:before, .burger:after {
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: "";
}

.burger:before {
  top: 4px;
}

.burger span {
  top: 15px;
}

.burger:after {
  top: 26px;
}

/* Hover */
.burger:hover:before {
  top: 7px;
}

.burger:hover:after {
  top: 23px;
}

/* Click */
.burger.active span {
  opacity: 0;
}

.burger.active:before, .burger.active:after {
  top: 40%;
}

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/
}

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/
}

.burger:focus {
  outline: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  padding: 5rem 0 2.5rem 0;
}

.footer h3 {
  font-size: 18px;
  margin-bottom: 30px;
}

.footer ul li {
  margin-bottom: 10px;
}

.footer a {
  color: #000;
}

.footer .copyright {
  margin-bottom: 0px;
}

.footer .copyright, .footer .credits {
  font-size: 14px;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  transition: .3s background ease;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.social a:hover {
  color: #fff;
  background: #2d71a1;
}

/*--------edited on 21-06-2020----------*/

@font-face {
  font-family: 'Poppins-Black';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-Black.otf) format('truetype');
}

@font-face {
  font-family: 'Poppins-BlackItalic';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-BlackItalic.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Bold';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-Bold.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-BoldItalic';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-BoldItalic.otf) format('truetype');
}

@font-face {
  font-family: 'Poppins-ExtraBold';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-ExtraBold.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-ExtraBoldItalic';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-ExtraBoldItalic.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-ExtraLight';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-ExtraLight.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-ExtraLightItalic';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-ExtraLightItalic.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Italic';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-Italic.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-Light.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-LightItalic';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-LightItalic.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Medium';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-Medium.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-MediumItalic';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-MediumItalic.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-Regular.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-SemiBold.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-SemiBoldItalic';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-SemiBoldItalic.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-Thin';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-Thin.otf) format('truetype');
}
@font-face {
  font-family: 'Poppins-ThinItalic';
  src: url(../../assets/css/font/Poppins-font-family/Poppins-ThinItalic.otf) format('truetype');
}
.hero-section
{
      background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgba(61, 179, 197, 0.8) 100%),url(../img/top_design.png);
      background: unset;
}
 .hero-section .iphone-wrap .phone-1
 {
  width: unset;
  box-shadow: unset;
 }
 .hero-section, .hero-section > .container > .row
 {
      min-height: 730px;
 }
 .att-fullwidth-banner
 {
  width: 100%;
 }
 .hero-text-image
 {
  top: -298px;
 }
 .att-banner-text
 {
    top: -150px;
 }
 .att-banner-text h1
 {
   font-family: Poppins-Regular;
   font-size: 40px;
   font-weight: unset;
 }
 .att-banner-text h1 span, .att-banner-text p span
 {
     font-family: Poppins-SemiBold;
 }
.att-banner-text p
{
font-size: 18px;
font-family: Poppins-Regular;
}
.att-banner
{
left: 80px !important;
}

.service__content {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  background-color: #07080a;
  background-size: 500px;
  color: #fff;
  letter-spacing: 5px;
  font-family: Poppins-SemiBold;
}
.att-section
{
padding-bottom: 0px !important;
padding-top: 50px;
}
.staying-home-section .section-heading,.package-section .section-heading
{
  font-size: 40px;
  font-family: Poppins-SemiBold ;
  color: #000000;
  font-weight: unset;
  -webkit-text-fill-color: unset;
  margin-top: 18px;
}
.staying-home-section .section-heading span
{
  color: #3C9BE6;
}
.staying-home-section .sec-head,.package-section .sec-head
{
  color: #000000;
  font-family: Poppins-Regular;
  font-size: 12px;
}
.section-underline
{
  width: 23%;
  height: 7px;
  background: #3FA1E7;
  margin: auto;
  border-radius: 11px;

}
.service__title
{
  color: #000000;
  font-family: Poppins-SemiBold ;
  font-size: 25px;
}
.service__paragraph
{
  color: #000000;
  font-family: Poppins-Regular ;
  font-size: 14px;
}
.mg-tp-50
{
  margin-top: 50px;
}
.button--light{
    padding: 15px 35px;
    border-radius: 10px;
    font-size: 19px;
    display: inline-block;
    background-color: #32353C;
    color: #fff;
    font-family:Poppins-SemiBold; 
    box-shadow: 1px 1px 12px 1px #0000004D !important;

}

.button--light:hover{
      color: #fff;
      text-decoration:none
}
.package-section .package-head
{
  color: #000000;
  font-family: Poppins-SemiBold ;
  font-size: 35px;
}
.package-section .about__content-paragraph1
{
  color: #000000;
  font-family: Poppins-Regular ;
  font-size: 20px;
}
.package-section .package-price,.section-choice-package .package-price
{
  color: #3C9BE6;
  font-size: 35px;
  font-family:  Poppins-SemiBold ;
}
.container-fluid-fullwidth
{
  width: 100%;
}
.container-fluid-fullwidth .row
{
    background: #419FE8;
}
.section-choice-package .left-content
{
  padding-left: 10%;
      padding-top: 50px;
}
.section-choice-package .section-heading
{
  font-family:  Poppins-SemiBold ;
  font-size: 35px;
  color: #FFFFFF;
  background: unset;
  -webkit-text-fill-color:unset;
}
.section-choice-package .about__content-paragraph1
{
    font-family:  Poppins-Regular ;
    font-size: 20px;
    color: #fff;
}
.section-choice-package .package-price
{
  color: #fff;
  margin-bottom: 1px;
}
.section-choice-package
{
  padding-bottom: 30px;
}
.entertainment-package-section,.section-choice-package
{
      padding-top: 50px;

}
.entertainment-package-section .section-heading
{
  font-family:  Poppins-SemiBold ;
  font-size: 40px;
  color: #000000;
  background: unset;
  -webkit-text-fill-color:unset;
}
.entertainment-package-section .about__content-paragraph1
{
    font-family:  Poppins-Regular ;
    font-size: 18px;
    color: #000000;
    margin-bottom: 1px;
}
.entertainment-package-section .package-price
{
  color:#3C9BE6;
  font-size: 50px;
   font-family:Poppins-SemiBold;
   margin-bottom: 0px;
}
.entertainment-package-section .att-left
{
  padding-left: 50px;
}
.section-exlusive .section-heading
{
  font-family: Poppins-SemiBold;
  font-size: 25px;
  color: #000000;
  background: unset;
  -webkit-text-fill-color: unset;
  padding-top: 10px;
  margin-top: 10px;
}
.section-exlusive .blue-head
{
  font-family: Poppins-SemiBold;
  color: #3C9BE6;
  font-size: 40px;
}
.section-exlusive .att-para
{
  font-family:  Poppins-Regular ;
  font-size: 18px;
  color: #000000;
}
.section-exlusive .section-heading-new
{
  font-size:32px;
}
.btn-att-blue
{
  background: #3C9BE6;
  color: #fff;
  font-family: Poppins-Regular;
}
.btn-att-blue:hover
{
  color: #fff;
}
.section-exlusive
{
  padding-bottom: 10px;
}
.footer-design-img
{
  margin-top: 78px;
}
.footer-design-img2
{
  margin-left: 28% !important;
  top: -15px;
}
.footer-copyright
{
      background: #221F1F;
      padding-top: 10px;
      padding-bottom: 10px;
}
.footer-copyright p
{
  color: #fff;
  font-family: Poppins-Regular;
}
.footer-att-text
{
  width: 100%;
  top:318px;
}
.footer-att-text h2
{
  color: #fff;
  font-family: Poppins-Regular;
  font-size: 28px;
}
.footer-att-text h2 span
{
  font-family: Poppins-SemiBold;
}
.footer-att-text p
{
  font-family: Poppins-Regular;
  font-size: 15px;
  color: #fff;
}
.js-sticky-header
{
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.package-section .service__content p
{
  font-family: Poppins-semibold;
    font-size: 30px;
}

/*------------------modal form-------------*/
@media(min-width: 768px)
{
  #myModal .modal-lg
  {
    max-width:90% !important;
  }
}
  #myModal .modal-container{
    background-color: #419FE7;
    padding-bottom: 70px;
  }
 #myModal .modal-body .images
 {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 150PX;
 } 
 #myModal .modal-body .modal-paragraph
 {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 23px;
  font-weight:bold;
  color: #fff;
  letter-spacing: 0px;
  font-family: Poppins-semibold;
 }
 #myModal .modal-body .modal-subparagraph{
  padding-left: 10px;
  padding-right: 10px;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0px;
  font-family: Poppins-Regular;
 }


 .footer-design-img
 {
  width: 100%;
 }

#myModal .modal-body .row .col-md-6:first-child
{
  background: #419FE7;
}
body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.overlay {
  background: #ffffff;
  color: #666666;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 5000;
  top: 0;
  left: 0;
  float: left;
  text-align: center;
  padding-top: 25%;
  opacity: .80;
}
button {
  margin: 40px;
  padding: 5px 20px;
  cursor: pointer;
}
.spinner {
    margin: 0 auto;
    height: 64px;
    width: 64px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #3C9BE6;
    border-right-color: transparent;
    border-radius: 50%;
}
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#user_register .form-group label
{
    color: #000000;
}
#user_register .checkbox label
{
    color: #000000;
}
/*-------------edited on 27-05-2020--------------*/
.at-t-banner-new 
{
  width: 100% !important;
}
.home-banner-block
{
  top: -451px;
}
.home-banner-sub-block
{
  margin: auto;
}
.streaming-tv-section .section-heading
{
  font-size: 42px;
  font-family: Poppins-SemiBold ;
  color: #000000;
  font-weight: unset;
  -webkit-text-fill-color: unset;
  margin-top: 18px;
}
.streaming-tv-section .section-heading span
{
  color: #3C9BE6;
  font-family: Poppins-Bold;
}
.streaming-tv-section .sec-head
{
  color: #000000;
  font-family: Poppins-Regular;
  font-size: 15px;
}
.streaming-tv-section .service-title
{
  font-family: Poppins-bold;
  font-size: 20px;
}
.streaming-tv-section .service-price
{
    font-size: 30px;
    font-family: Poppins-bold;
    color: #000000;
    margin-bottom: 0px;
}
.streaming-tv-section
{
  margin-bottom: 50px;
}
 .att-blue-text
{
  color: #0499DE
}
.streaming-tv-section .service-paragraph
{
  font-family: Poppins-Regular;
  color: #000000;
  font-size: 13px;
}
.att-border-custom
{
   border-right: solid 1px #000;
}
@media(min-width: 768px)
{
  .att-p-l-5
  {
    padding-left: 5%;
  }
}


.order-now-section
{
  background: #ECECEC;
  margin-top: 30px;
  padding-top: 35px;
  padding-bottom: 35px !important;
}
.order-now-section .att-sentence
{
  font-family: Poppins-SemiBold ;
  font-size: 20px;
}
.staying-home-new .section-heading
{
      font-size: 35px;
      font-family: Poppins-SemiBold;
      color: #000000;
      font-weight: unset;
      -webkit-text-fill-color: unset;
      margin-top: 18px
}
.staying-home-new .section-heading span
{
  color: #3C9BE6;
}
.staying-home-new .sec-head
{
  font-family: Poppins-Regular;
  color: #000000;
  font-size: 13px;
}
.section-underline-left
{
  width: 23%;
  height: 5px;
  background: #3FA1E7;
  border-radius: 11px;
  margin-bottom: 10px;
}
.staying-home-new .service__title
{
    font-size: 20px;
}
.staying-home-new .service__paragraph 
{
  font-size: 13px;
}
.footer-copyright-v2 .copyright
{ 
  font-family: Poppins-Regular;
  color: #000000;
  font-size: 13px;
}
.footer-copyright-v2 .footer-desc
{
  font-family: Poppins-semibold;
  color: #000000;
  font-size: 35px;
}
.regform-modal-v2 .modal-body
{
  background: #419FE7;
  padding-top: 0px;
  padding-bottom: 0px;
}
.regform-modal-v2 .regform-modal-right
{
  background: #fff;
  padding-top: 100px;
  padding-left: 50px;
  padding-right: 50px;

}
.regform-modal-v2 .regform-modal-left
{
  padding-top: 150px;
  padding-left: 30px;
  padding-right: 50px;
}
.regform-modal-v2 .form-control
{
   height: 40px;
}
.referral-page
{
  background: #48A8E8;
}
.referral-form-section .row
{
  background: #288836;
}

.referral-form-section
{
  padding-top: 10em;
}
.referral-form-section .row .regform-modal-right
{
  padding-top: 150px;
  padding-bottom: 50px;
  padding-right: 5%;

}
.referral-form-section .row .regform-modal-right
{
  background:   #fff;
  padding-top: 50px;
  padding-left: 5%;
}
.referral-form-section .modal-paragraph
{
  font-size: 27px;
  color: #fff;
  letter-spacing: 0px;
  font-family: Poppins-Regular;
  text-align: center;
}
.referral-form-section .modal-paragraph .ref-bold
{
  font-family: Poppins-Bold;
}
.regform-modal-v2 .modal-note
{
    font-size:13px;
    font-family: Poppins-Regular;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}
.regform-modal-left .modal-subparagraph
{
      font-size: 15px;
      color: #fff;
      letter-spacing: 0px;
      font-family: Poppins-Regular;
}
.regform-modal-left .referral-note
{
  font-size: 13px;
  font-family: Poppins-Regular;
  color: #fff;
}
#checkbox
{
  margin-right: 10px;
}
.referral-form-section .row .regform-modal-left
{
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
.referral-form-section .row .modal-container
{
   position: absolute;
   top: 40%;
}
@media(max-width: 767px)
{
  .referral-form-section .row .regform-modal-left
  {
    height: 100vh;
  }
}
@media(min-width: 768px)
{
  .regform-modal-left .modal-container
  {
    padding-left: 40px;
    padding-right: 40px;
  }
  .original-logo-att,.inverse-logo-att
  {
    width: 32%;
  }
  .original-logo-hipoint,.inverse-logo-hipoint
  {
    width: 34%;
  }
  .staying-home-new .order-2
  {
    padding-left: 65px;
  }
}
.sticky-wrapper .shrink,.js-sticky-header {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

@media(min-width: 768px) and (max-width: 800px)
{
  .regform-modal-left .modal-container
  {
    padding: 0px;
  }
}
/* ---edited on 23-06-2020 */

.footer-copyright-v2 .footer-desc
{
  font-size: 30px;
  font-family: Poppins-regular;
}
.footer-bold
{
  font-family: Poppins-Bold;
}
.footer a
{
  color: #fff;
}
.footer-button-block
{
  margin-bottom: 50px;
}