body {
  font-family: "Open Sans", sans-serif;
  background-color: rgb(26,30,30);
  color: #fff;
}

a {
  color: #fff;
  text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}
/*navbar */

.navbar{
  background: #1A1A1A!important;
  color: #fff;
}
.navbar ul {
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar li {
  position: relative;
}
.navbar li + li {
  margin:0 15px;
}
.navbar .nav-link, .navbar .nav-link:focus {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: 0.3s;
}
.navbar .nav-link i, .navbar .nav-link:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar .nav-link:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 4px;
  left: 15px;
  background-color: #FFAF3B;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}
.navbar .nav-link:hover:before, .navbar li:hover > .nav-link:before, .navbar .active:before {
  visibility: visible;
  width: 25px;
}
.navbar .nav-link:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > .nav-link {
  color: #fff;
}
.dropdown-item{
  transition: transform 0.2s ease-in-out;
}
.dropdown-item:hover{
  background-color: #FFAF3B;
  color: #fff;
  transform: scale(0.9);
}
/*Home section*/
.home-section{
  background-image: url(../../images/cover-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 88vh;
}
.mh-header-info p{
  padding: 0 0 20px 0;
}
#mh-home h4 span{
  color: #fff;
  border-bottom: 2px solid #FFAF3B;
  padding-bottom: 6px;
}

.mh-rtl .mh-home .mh-header-info ul li .fa {
  margin: 0 10px;
}
.mh-home .mh-header-info {
  padding-top: 100px; 
}
.mh-home .mh-header-info .mh-promo {
  margin-bottom: 30px; 
}
.mh-home .mh-header-info .mh-promo span {
  background-color: #FFAF3B;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 15px 30px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 0px; 
}
.mh-home .mh-header-info h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 65px;
  margin-top: 10px;
  margin-bottom: 10px; 
}
.mh-home .mh-header-info h4 {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 30px; 
}
.mh-home .hero-img {
  margin: 0 auto;
  float: none;
  margin-top: 35px;
  text-align: center; }
.mh-home .hero-img img {
  margin: 0 auto;
  float: none;
  text-align: center;
  border-radius: 50%; 
}
.mh-home .img-border {
  height: 465px;
  width: 465px;
  border: 20px solid rgb(0,0,0,0.30);
  margin: 0 auto;
  border-radius: 50%; 
}
.mh-featured-project-img img {
  width: inherit !important;
  margin: 0 auto; 
}
.mh-single-project-slide-by-side {
  margin: 0 auto; 
}
#mh-home .social-links {
  margin-top: 40px;
  display: flex;
}
#mh-home .social-links a {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
#mh-home .social-links a:hover {
  background: #FFAF3B;
}
@media (max-width: 575px) {
  .mh-home .mh-header-info{
    padding-top: 0px!important;
  }
  .mh-home .img-border {
    height: 200px;
    width: 200px;
  }
}
@media (max-width: 940px){
  .mh-home .img-border {
    height: 300px;
    width: 300px;
  }
  .mh-home .mh-header-info h2 {
    font-size: 40px;
  }
  .mh-home .mh-header-info .mh-promo {
    margin-bottom: 10px;
  }
  .mh-header-info p {
    padding: 0 0 10px 0;
  }
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  width: 100%;
  top: 140px;
  bottom: 100%;
  transition: ease-in-out 0.4s;
  z-index: 2;
}
section.section-show {
  top: 100px;
  bottom: auto;
  opacity: 1;
  padding-bottom: 45px;
}
section .container {
  padding: 30px;
}
@media (max-width: 768px) {
  section {
    top: 120px;
  }
  section.section-show {
    top: 80px;
  }
}
.section-title{
  margin: 30px 0;
}
.section-title h1 {
  font-size: 18px;
  font-weight: 700;
  padding: 0;
  line-height: 1px;
  padding: 0 0 30px 0;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #aaaaaa;
  font-family: "Poppins", sans-serif;
  text-align: center;
}
.section-title h1::before {
  content: "";
  width: 60px;
  height: 1px;
  display: inline-block;
  background: #FFAF3B;
  margin: 4px 10px;
}
.section-title h1::after {
  content: "";
  width: 60px;
  height: 1px;
  display: inline-block;
  background: #FFAF3B;
  margin: 4px 10px;
}
.section-title p {
  margin: 0;
  margin: -15px 0 15px 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.section-title h2 {
  margin: 0;
  margin: -15px 0 15px 0;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-section{
  margin-top: 50px;
}
.about-me .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #FFAF3B;
}
.about-me .content ul {
  list-style: none;
  padding: 0;
}
.about-me .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.about-me .content ul strong {
  margin-right: 10px;
}
.about-me .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: #FFAF3B;
  line-height: 0;
}
.about-me .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}
.counts .count-box {
  padding: 30px 30px 25px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: rgba(255, 255, 255, 0.1);
  padding: 12px;
  color: #FFAF3B;
  border-radius: 50px;
  line-height: 0;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #fff;
}
.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}
.skills .progress .skill {
  padding: 10px 0;
  margin: 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #fff;
}
.skills .progress .skill .val {
  float: right;
  font-style: normal;
}
.skills .progress-bar-wrap {
  background: rgba(255, 255, 255, 0.2);
}
.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #FFAF3B;
}

/*--------------------------------------------------------------
# Interests
--------------------------------------------------------------*/
.interests .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.08);
  transition: ease-in-out 0.3s;
}
.interests .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}
.interests .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
  color: #fff;
}
.interests .icon-box:hover {
  background: rgba(255, 255, 255, 0.12);
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel, .testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  box-sizing: content-box;
  min-height: 320px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: -40px 0 0 40px;
  position: relative;
  z-index: 2;
  border: 6px solid rgba(255, 255, 255, 0.12);
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 45px;
  color: #fff;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 0 45px;
}
.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.25);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 0 15px;
  padding: 20px 20px 60px 20px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
  border-radius: 6px;
  position: relative;
  z-index: 1;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFAF3B;
}

/*--------------------------------------------------------------
# Resume
--------------------------------------------------------------*/
.resume .resume-title {
  font-size: 26px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
}
.resume .resume-item {
  padding: 0 0 20px 20px;
  margin-top: -2px;
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
}
.resume .resume-item h4 {
  line-height: 18px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: #FFAF3B;
  margin-bottom: 10px;
}
.resume .resume-item h5 {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px 15px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 10px;
}
.resume .resume-item ul {
  padding-left: 20px;
}
.resume .resume-item ul li {
  padding-bottom: 10px;
}
.resume .resume-item:last-child {
  padding-bottom: 0;
}
.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  left: -9px;
  top: 0;
  background: #FFAF3B;
  border: 2px solid #FFAF3B;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
#gallery .card{
  border: none;
}
.card-title{
  color: #FFAF3B;
  font-weight: 700;
}
#gallery .card img{
  border-top: 1px solid #FFAF3B;
  border-right: 1px solid #FFAF3B;
}

#gallery .card-body{
  background: rgba(26, 30, 30);
}
#gallery .card:hover{
  border-bottom: 1px solid #FFAF3B;
  border-left: 1px solid #FFAF3B;
  box-shadow: rgba(255, 175, 59, 0.16) 0px 3px 6px, rgba(255, 175, 59, 0.23) 0px 3px 6px;
}
#gallery .card .card-body .btn-outline-success {
  background: rgb(255,255,255,0.3);
  color: #fff;
  align-items: right;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}
#gallery .card .card-body .btn-outline-success:hover {
  background: #FFAF3B;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
  color: #FFAF3B!important;
}
.carousel-control-next, .carousel-control-prev {
  color: #FFAF3B!important;
}


/*--------------------------------------------------------------
# Details
--------------------------------------------------------------*/

.heading{
  margin-top: 70px;
  color: #f37135;
}
.detail-container{
  width: 100%;
  height: 100%;
}
.detail-img{
  background-size: cover;
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.quote{
  height: auto;
  color: #FFAF3B;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 15px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 16px 10px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  margin: 0 3px 10px 3px;
  transition: all 0.3s ease-in-out;
  border-radius: 4px;
}
.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  background: #FFAF3B;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #FFAF3B;
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}
.modal-content {
  background-color: rgb(26,30,30);
}
.modal-content .modal-header button{
  color: #FFAF3B!important;
}
.modal-content .modal-body .card{
  border-top: 1px solid #FFAF3B;
  border-right: 1px solid #FFAF3B;
}
.modal-content .modal-footer {
  border: none;
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  /*padding-top: 40px;*/
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow-y: auto;
}
.portfolio-details .container {
  padding-top: 20px;
  padding-bottom: 40px;
}
.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-info {
  padding-top: 45px;
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}
.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}
@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}
.portfolio-details .swiper-pagination {
  /*margin-top: 20px;*/
  position: relative;
  bottom: 20px;
}
.portfolio-details .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
}
.portfolio-details .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFAF3B;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  padding: 20px;
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
}
.contact .info-box i.bx {
  font-size: 24px;
  color: #FFAF3B;
  border-radius: 50%;
  padding: 14px;
  float: left;
  background: rgba(255, 255, 255, 0.1);
}
.contact .info-box h3 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin: 10px 0 8px 68px;
}
.contact .info-box p {
  padding: 0;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
  margin: 0 0 0 68px;
}
.contact .info-box .social-links {
  margin: 5px 0 0 68px;
  display: flex;
}
.contact .info-box .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #fff;
  line-height: 1;
  margin-right: 12px;
  transition: 0.3s;
}
.contact .info-box .social-links a:hover {
  color: #FFAF3B;
}
.contact .php-email-form {
  padding: 30px;
  background: rgba(255, 255, 255, 0.08);
}
.contact .php-email-form .error-message {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  background: #FFAF3B;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: rgba(255, 255, 255, 0.08);
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #FFAF3B;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 0;
  transition: 0.3s;
  color: #fff;
}
.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  background-color: rgba(255, 255, 255, 0.11);
}
.contact .php-email-form input::-moz-placeholder, .contact .php-email-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.contact .php-email-form input::placeholder, .contact .php-email-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.contact .php-email-form input {
  padding: 10px 15px;
}
.contact .php-email-form textarea {
  padding: 12px 15px;
}
.contact .php-email-form button[type=submit] {
  background: rgb(255,255,255,0.3);
  color: #fff;
  align-items: right;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}
.contact .php-email-form button[type=submit]:hover {
  background: #FFAF3B;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Credits
--------------------------------------------------------------*/
.credits {
  padding: 15px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  z-index: 999999;
  background: rgba(0, 0, 0);
}
@media (max-width: 992px) {
  .credits {
    text-align: center;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
  }
}
.credits a {
  color: #FFAF3B;
  transition: 0.3s;
}
.credits a:hover {
  color: #fff;
}

.call-top-action{
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #000;
  border-radius: 10px;
  z-index: 99999;
}
.call-top-action a{
  display: inline-block;
  padding: 10px;
}
.call-top-action a:first-child{
  padding-right:0px ;
}
.call-top-action a:last-child{
  padding-left:0px ;
}
.ani{
  position: fixed;
  border-radius: 10px;
  right: 10px;
  bottom: 10px;
  width:125px ;
  height:80px ;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border: 5px solid #FFAF3B;
  z-index: -1;
  background: #FFAF3B;
  z-index: 9999;
}
@keyframes pulsate1 {
0% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
opacity: 1;
box-shadow: inset 0px 0px 25px 3px #FFAF3B,
0px 0px 25px 10px #FFAF3B;

}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1);
opacity: 0;
box-shadow: none;
}
}
/*Pricing table */
:root{ --main-color: #f56709; }
.pricingTable{
  color: var(--main-color);
  font-family: 'Raleway', sans-serif;
  text-align: center;
  padding: 40px 25px 110px;
  position: relative;
  z-index: 1;
}
.pricingTable:before,
.pricingTable:after{
  content: '';
  background-color: var(--main-color);
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  clip-path: polygon(0 0, 100% 13%, 100% 100%, 0 85%);
}
.pricingTable:after{
  background-color: #fff;
  width: 100%;
  height: calc(100% - 30px);
  clip-path: polygon(0 0, 100% 26%, 100% 100%, 0 80%);
}
.pricingTable .pricingTable-header{ margin: 0 0 15px; }
.pricingTable .price-value{
  color: #fff;
  background-color: var(--main-color);
  width: 130px;
  height: 130px;
  padding: 40px 0;
  margin: 0 auto 8px;
  border-radius: 50%;
  border: 5px solid #fff;
}
.pricingTable .price-value .amount{
  font-size: 30px;
  font-weight: 800;
  line-height: 38px;
  display: block;
}
.pricingTable .price-value .duration{
  font-size: 15px;
  font-weight: 600;
}
.pricingTable .title{
  color: #333;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  padding: 0 20px 10px;
  margin: 0;
  border-bottom: 3px dashed var(--main-color);
  display: inline-block;
}
.pricingTable .pricingTable-signup a{
  color: #fff;
  background-color: #333;
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 5px 20px;
  margin: 0 0 10px;
  border-radius: 30px;
  display: inline-block;
  transition: all 0.3s ease 0s;
}
.pricingTable .pricingTable-signup a:hover{
  color: #fff;
  background-color: var(--main-color);
}
.pricingTable .pricing-content{
  text-align: left;
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.pricingTable .pricing-content li{
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: .5px;
  padding: 0 0 0 28px;
  margin: 0 0 3px;
  position: relative;
}
.pricingTable .pricing-content li:last-child{ margin: 0; }
.pricingTable .pricing-content li:before{
  color: #333;
  font-family: "Bootstrap Icons";
  font-size: 14px;
  font-weight: 900;
  position: absolute;
  top: 2px;
  left: 0;
}
.pricingTable.magenta{ --main-color: #e02040; }
.pricingTable.blue{ --main-color: #FFAF3B; }
@media only screen and (max-width: 990px){
  .pricingTable{ margin: 0 0 40px; }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #111;
  padding: 0 0 20px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #111;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#footer .footer-top .footer-info p {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 0 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
  text-align: justify;
}
#footer .footer-top .social-links{
  display: flex;
}
#footer .footer-top .social-links a {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  line-height: 1;
  margin-right: 8px;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

#footer .footer-top .social-links a:hover {
  background: #FFAF3B;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a:hover {
  color: #FFAF3B!important;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #FFAF3B;
}

#footer .credits a:hover {
  color: #FFAF3B;
}



.btn-warning {
  background: rgb(255,255,255,0.3);
  color: #fff;
  align-items: right;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 4px;
}
.btn-warning:hover {
  background: #FFAF3B;
}


:root{ --main-color: #FEA702; }
.main-timeline{ font-family: 'Poppins', sans-serif; }
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 50%;
    margin: 0 5px 0 0;
    float: left;
}
.main-timeline .timeline-content{
    padding: 60px 20px 20px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background-color: var(--main-color);
    height: 120px;
    width: 120px;
    border-radius: 50% 50% 0 50%;
    opacity: 0.2;
    position: absolute;
    right: 0;
    bottom: 0;
}
.main-timeline .timeline-icon{
    color: #fff;
    background-color: var(--main-color);
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50% 0 50% 50%;
    box-shadow: -5px 0 rgba(0,0,0,0.1);
    position: absolute;
    right: 0;
    top: 0;
}
.main-timeline .title{
    color: #000;
    background: linear-gradient(-45deg,transparent 60%,var(--main-color) 60%);
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 5px 30px 5px 10px;
    margin: 0 0 7px;
    display: inline-block;
}
.main-timeline .description{
    color: #555;
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    letter-spacing: 1px;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    margin: 0 0 0 5px;
    float: right;
}
.main-timeline .timeline:nth-child(even) .timeline-content:before{
    border-radius: 50% 50% 50% 0;
    left: 0;
    right: auto;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    border-radius: 0 50% 50%;
    right: auto;
    left: 0;
}
.main-timeline .timeline:nth-child(4n+2){ --main-color: #5DB15C; }
.main-timeline .timeline:nth-child(4n+3){ --main-color: #11a4c1; }
.main-timeline .timeline:nth-child(4n+4){ --main-color: #2a9afc; }
@media screen and (max-width:767px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        width: 100%;
        margin: 0 0 30px;
    }
}