@font-face {
  font-family: 'bold';
  src: url(../Fonts/gotham/GothamRounded-Bold.otf);
}

@font-face {
  font-family: 'light';
  src: url(../Fonts/gotham/GothamRounded-Light.otf);
}

@font-face {
  font-family: 'medium';
  src: url(../Fonts/gotham/GothamRounded-Medium.otf);
}

@font-face {
  font-family: 'regular';
  src: url(../Fonts/gotham/GothamRounded-Book.otf);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'regular';
}

*::-moz-selection {
  background-color: #E8272D;
  color: #fff;
}

*::selection {
  background-color: #E8272D;
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: #E8272D;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/***************************** Global Style *****************************/
h1, h2, h3 {
  font-family: 'bold';
}

h4, h5, h6 {
  font-family: 'medium';
}

p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

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

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  margin-bottom: 1.3rem;
}

form .form-control {
  border: 1px solid #fff;
  font-size: 15px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #E8272D;
}

form .form-control::-webkit-input-placeholder {
  color: #949494;
}

form .form-control:-ms-input-placeholder {
  color: #949494;
}

form .form-control::-ms-input-placeholder {
  color: #949494;
}

form .form-control::placeholder {
  color: #949494;
}

form select, form input {
  height: 55px !important;
}

form .submit-btn {
  width: 160px;
  height: 60px;
  border: 1px solid transparent;
  display: block;
  margin: auto;
  border-radius: 15px;
  color: #fff;
}

form .submit-btn:hover {
  background-color: #E8272D;
}

.scroll-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(-135deg, #f55e64, #E8272D);
  color: #fff;
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn:hover {
  border-radius: 50%;
  color: #fff;
}

.color-yellow {
  color: #F2A400;
}

.color-mouve {
  color: #3C245F;
}

.color-red {
  color: #E8272D;
}

.bg-rose {
  background-color: #EB6164;
}

.bg-mouve {
  background-color: #3C245F;
}

.bg-yellow {
  background-color: #F2A400;
}

.bg-red {
  background-color: #E8272D;
}

.center-hr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

/***************************** Animations *****************************/
@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-30px) rotate(-6deg);
            transform: translateX(-30px) rotate(-6deg);
  }
  30% {
    -webkit-transform: translateX(15px) rotate(6deg);
            transform: translateX(15px) rotate(6deg);
  }
  45% {
    -webkit-transform: translateX(-15px) rotate(-3.6deg);
            transform: translateX(-15px) rotate(-3.6deg);
  }
  60% {
    -webkit-transform: translateX(9px) rotate(2.4deg);
            transform: translateX(9px) rotate(2.4deg);
  }
  75% {
    -webkit-transform: translateX(-6px) rotate(-1.2deg);
            transform: translateX(-6px) rotate(-1.2deg);
  }
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
          animation: text-focus-in 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

/***************************** Start Edit Navbar & Footer *****************************/
.navbar.bg-gray {
  background-color: #F5F6F8;
}

.navbar .navbar-brand img {
  width: 154px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navbar .nav-link {
  margin: 0 8px;
  color: #2D2D2D;
  font-size: 14px;
}

.navbar .nav-link.active {
  font-weight: bold;
  color: #E8272D !important;
}

.navbar .icons-wrapper .search-btn {
  width: 60px;
  height: 50px;
  line-height: 50px;
  border-radius: 20px 0 20px 20px;
  background-color: #fbe6e7;
  display: inline-block;
  text-align: center;
  margin: 0 5px;
}

.navbar .icons-wrapper .sign-btn {
  width: 150px;
  height: 50px;
  line-height: 50px;
  border-radius: 0 20px 20px 20px;
  background-color: #f55e64;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 14px;
  margin: 0 5px;
}

.navbar .icons-wrapper .sign-btn img {
  margin: 0 4px;
}

.navbar .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}

.navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navbar .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after, .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

.navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

footer {
  background-color: #F5F6F8;
  padding-top: 80px;
  position: relative;
}

footer .content {
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}

footer .content .contact-links td {
  font-size: 14px;
  padding: 6px;
}

footer .content .contact-links td a {
  font-size: 14px;
  color: #7D8497;
}

footer .content .contact-links td a:hover {
  color: #E8272D;
}

footer .content .links a {
  display: block;
  color: #7D8497;
  font-size: 14px;
  margin: 10px 0;
}

footer .content .links a:hover {
  color: #E8272D;
}

footer .footer-bottom {
  padding: 25px 0;
  border-top: 1px solid #ddd;
}

footer .footer-bottom .logo {
  width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

footer .footer-bottom .links {
  text-align: center;
}

footer .footer-bottom .links a {
  color: #3C245F;
  margin: 0 5px;
  font-weight: bold;
  font-size: 14px;
}

footer .footer-bottom .links a:hover {
  color: #F2A400;
}

footer .footer-bottom .social-icons {
  text-align: right;
}

footer .footer-bottom .social-icons .icon {
  width: 38px;
  height: 38px;
  line-height: 38px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 0 4px;
}

footer .footer-bottom .social-icons .icon:nth-of-type(1) {
  background-color: #2783DC;
}

footer .footer-bottom .social-icons .icon:nth-of-type(2) {
  background-color: #4194E4;
}

footer .footer-bottom .social-icons .icon:nth-of-type(3) {
  background-color: #3b9ffc;
}

footer .footer-bottom .social-icons .icon:nth-of-type(4) {
  background-color: #EB6164;
}

footer .footer-bottom .social-icons .icon:hover {
  background-color: #F2A400;
}

footer .cloud {
  position: absolute;
  top: 25px;
  left: 20px;
  z-index: 1;
}

footer .cloud2 {
  position: absolute;
  bottom: 25px;
  right: 20px;
  z-index: 1;
}

/***************************** Start Edit Home Page *****************************/
header {
  padding: 100px 0;
  background-color: #F5F6F8;
}

header .header-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header .header-text h1 {
  font-size: 3rem;
  font-weight: bold !important;
}

header .header-text p {
  margin-top: 1.5rem;
  color: #7F86AA;
}

header .header-text .more-btn {
  background-color: #3C245F;
  color: #fff;
  border-radius: 5px;
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}

header .header-img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-sec {
  padding: 70px 0;
  position: relative;
}

.about-sec .text-box h4 {
  margin-bottom: 1.5rem;
}

.about-sec .text-box h4 span {
  font-family: 'medium';
}

.about-sec .text-box h4::after {
  content: '';
  width: 100px;
  height: 1px;
  background-color: #ccc;
  display: block;
  position: relative;
  top: 8px;
}

.about-sec .text-box h1 {
  font-size: 2.5rem;
  font-weight: bold !important;
}

.about-sec .text-box p {
  color: #7F86AA;
}

.about-sec .text-box .more-btn {
  background-color: #fff;
  border: 1px solid #E8272D;
  color: #E8272D;
  border-radius: 15px;
  display: block;
  width: 160px;
  height: 55px;
  line-height: 55px;
  font-weight: bold;
  text-align: center;
}

.about-sec .text-box .more-btn:hover {
  background-color: #E8272D;
  color: #fff;
}

.about-sec .img-box img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-sec .lines {
  position: absolute;
  top: -200px;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-sec .img-pattern {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.features-sec {
  padding: 70px 0;
  background-color: #F5F6F8;
}

.features-sec .sec-heading h4 {
  margin-bottom: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.features-sec .sec-heading h4 span {
  font-family: 'medium';
}

.features-sec .sec-heading h4::after {
  content: '';
  width: 90%;
  display: block;
  margin: auto;
  height: 1px;
  background-color: #ccc;
  position: relative;
  top: 8px;
}

.features-sec .features-card {
  border-radius: 15px;
  text-align: center;
  padding: 4.5rem 1.5rem;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  position: relative;
  overflow: hidden;
}

.features-sec .features-card .icon {
  width: 85px;
  height: 65px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 15px auto;
}

.features-sec .features-card h5 {
  font-family: 'bold';
  line-height: 2rem;
}

.features-sec .features-card p {
  font-size: 12px;
  margin-bottom: 0;
  color: #ACACAC;
}

.features-sec .features-card .link-btn {
  position: absolute;
  bottom: -40px;
  right: 0;
  background-color: #E8272D;
  border-radius: 10px 0 0 0;
  width: 50px;
  height: 35px;
  line-height: 35px;
  opacity: 0;
}

.features-sec .features-card:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px 0px #ddd;
          box-shadow: 0px 0px 50px 0px #ddd;
}

.features-sec .features-card:hover .link-btn {
  bottom: 0;
  opacity: 1;
}

.features-sec .features-card:hover .icon {
  -webkit-animation: wobble-hor-bottom 1s both;
          animation: wobble-hor-bottom 1s both;
}

.success-sec {
  padding: 70px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#F5F6F8));
  background-image: linear-gradient(to bottom, #fff, #F5F6F8);
}

.success-sec .sec-heading h4 {
  margin-bottom: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.success-sec .sec-heading h4 span {
  font-family: 'medium';
}

.success-sec .sec-heading h4::after {
  content: '';
  width: 90%;
  display: block;
  margin: auto;
  height: 1px;
  background-color: #ccc;
  position: relative;
  top: 8px;
}

.success-sec .sucess-card {
  -webkit-box-shadow: 0 20px 35px #eee;
          box-shadow: 0 20px 35px #eee;
  border-radius: 30px;
  padding: 45px 15px;
  text-align: center;
  background-color: #fff;
}

.success-sec .sucess-card .numb {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  display: block;
  margin: auto;
  border-radius: 45px;
  -webkit-box-shadow: 0 24px 50px #ddd;
          box-shadow: 0 24px 50px #ddd;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.success-sec .sucess-card h6 {
  margin-bottom: 0;
  margin-top: 35px;
  font-family: 'regular';
  font-size: 14px;
}

.success-sec .sucess-card:hover .numb {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.success-sec .sucess-card:hover h6 {
  font-weight: bold;
}

.newsletter-sec {
  padding: 70px 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#F5F6F8));
  background-image: linear-gradient(to top, #fff, #F5F6F8);
}

.newsletter-sec .inner {
  padding: 75px 25px;
  border-radius: 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 35px 0 #eee;
          box-shadow: 0 10px 35px 0 #eee;
}

.newsletter-sec .inner .text h2 {
  color: #3C245F;
}

.newsletter-sec .inner .text h2 span {
  font-family: 'bold';
}

.newsletter-sec .inner .form-group {
  position: relative;
}

.newsletter-sec .inner .form-group .form-control {
  height: 60px !important;
  border-radius: 15px;
  font-size: 14px;
}

.newsletter-sec .inner .form-group .submit-btn {
  width: 150px;
  height: 60px;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #F2A400;
  background-color: #F2A400;
  color: #fff;
  border-radius: 0 15px 15px 0;
}

.newsletter-sec .inner .form-group .submit-btn:hover {
  background-color: #E8272D;
  border: 1px solid #E8272D;
}

/***************************** Start Edit Contact Page *****************************/
.contact-pg {
  background-color: #F5F6F8;
}

.contact-pg .form-container {
  padding: 80px 40px;
}

.contact-pg .contact-info {
  background-color: #F2A400;
}

.contact-pg .contact-info .logo {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 20px auto;
}

.contact-pg .contact-info h3 {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

.contact-pg .contact-info .links {
  margin-bottom: 5rem;
}

.contact-pg .contact-info .links table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.contact-pg .contact-info .links table td {
  padding: 20px 5px;
}

.contact-pg .contact-info .links span {
  color: #3C245F;
  font-weight: bold;
  font-size: 16px;
}

.contact-pg .contact-info .links i {
  color: #E8272D;
  margin: 0 5px;
}

.contact-pg .contact-info .crew-cycle {
  padding: 35px 0;
}

.contact-pg .contact-info .crew-cycle img {
  width: 187px;
  display: block;
  margin: auto;
}

/***************************** Start Edit Plans Page *****************************/
.plans-pg {
  padding: 70px 0;
}

.plans-pg .heading-sec p {
  color: #7F86AA;
  font-size: 11px;
}

.plans-pg .nav .nav-link {
  padding: 0.7rem 4rem;
}

.plans-pg .nav .nav-link.active {
  background-color: #EB6164;
  -webkit-box-shadow: 0 0 25px #f7a2a3;
          box-shadow: 0 0 25px #f7a2a3;
}

.plans-pg .plan-card {
  border-radius: 15px;
  border: 1px solid #eee;
  padding: 65px 15px;
  position: relative;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.plans-pg .plan-card .header-card h1 {
  margin-top: 20px;
  font-family: 'regular';
  font-size: 2.1rem;
  color: #202842;
}

.plans-pg .plan-card .header-card h1 b, .plans-pg .plan-card .header-card h1 small {
  font-family: 'bold';
}

.plans-pg .plan-card .card-body ul {
  list-style-type: circle;
  color: #777;
}

.plans-pg .plan-card .card-body ul li {
  margin: 20px 0;
  font-size: 15px;
}

.plans-pg .plan-card .card-body .main-btn {
  width: 80%;
  height: 50px;
  border-radius: 5px;
  background-color: #F2A400;
  border: 1px solid #F2A400;
  font-weight: 600;
  color: #ffff;
  display: block;
  margin: 5rem auto 0 auto;
  -webkit-box-shadow: 0 0 25px 0 #fce0a5;
          box-shadow: 0 0 25px 0 #fce0a5;
}

.plans-pg .plan-card .card-body .main-btn:hover {
  background-color: #E8272D;
  border: 1px solid #E8272D;
  color: #fff;
}

.plans-pg .plan-card.recommended-card {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #3C245F;
}

.plans-pg .plan-card.recommended-card .header-card h1, .plans-pg .plan-card.recommended-card .header-card h5 {
  color: #fff;
}

.plans-pg .plan-card.recommended-card .recomended-badge {
  position: absolute;
  top: 0;
  background-color: #F2A400;
  color: #fff;
  font-weight: 700;
  border-radius: 0 0 5px 5px;
  padding: .5rem 1rem;
  font-size: 14px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.plans-pg .plan-card.recommended-card .card-body ul {
  color: #ccc;
}

.plans-pg .plan-card.recommended-card .card-body .main-btn {
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 25px 0 #625575;
          box-shadow: 0 0 25px 0 #625575;
  color: #3C245F;
}

.plans-pg .plan-card.recommended-card .card-body .main-btn:hover {
  background-color: #E8272D;
  border: 1px solid #E8272D;
  color: #fff;
}

.plans-pg .plan-card:hover {
  margin-top: -15px;
  -webkit-box-shadow: 0 15px 25px 0 #ddd;
          box-shadow: 0 15px 25px 0 #ddd;
}

/***************************** Start Edit content Page *****************************/
.content-pg .content-img img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-pg .text-box {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.content-pg .content-ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px;
}

.content-pg .content-ul li .num {
  width: 50px;
  display: inline-block;
  text-align: center;
  background-color: #f7e4e4;
  font-weight: 700;
  color: #F2A400;
  padding: 5px 0;
}

.content-pg .content-ul li .text {
  display: inline-block;
  margin: 0 10px;
}

.content-pg .content-ul li .text p {
  margin-bottom: 0;
}
/*# sourceMappingURL=style.css.map */