
.sign-btn  {
    padding:14px 25px !important;
   background-color: #2e3349;
   color:#fff !important;
   border-radius: 5px;
   transform: translateY(-6px);
   transition: all .3s linear;
}
.sign-btn:hover{
    background-color: #FBD214;
}

/* resume slider  */


.resume-slider {
    padding: 40px 0 100px;
}
.resume-hdd h2 {
    color: #2e3349;
    font-size: 42px;
    font-weight: 800;
    text-transform: uppercase;
}
.owl-theme .owl-dots {
    display: none;
}
.owl-theme .owl-nav {
    display: none;
    margin-top: 0;
    margin-bottom: 60px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    color: #fff;
    position: absolute;
    top: 50%;
    font-size: 30px;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent;
}
.owl-carousel .owl-nav button.owl-prev {
    left: -3%;
}
.owl-carousel .owl-nav button.owl-next {
    left: auto;
    right: -3%;
}


/* Refund section  */

.refund-section {
    padding: 80px 0;
}
.default-heading h3 {
    color: #2e3349;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}
.phone h4, .email h4, .refund h4{
    color: #2e3349;
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.phone h4 i, .email h4 i, .refund h4 i {
   font-size:20px;
}
.phone p a, .email p a {
    color: #2e3349;
    font-size: 16px;
    transition: all 0.3s ease-in-out;
}
  .phone p a:hover,
  .email p a:hover{
    color: #FBD214;
  }
  .refund p {
    font-size: 16px;
    color: #2e3349;
  }

   /* pricing area */
  
   .pricing{
    padding: 80px 0 100px;
  }
  .pricing-table {
    width: 100%;
    margin: 40px 5px;
  }
  .cards{
    padding: 50px 24px;
    background-color: #fff;
    border:1px solid #2E3349;
    transition: all .3s linear;
    border-radius: 3px;
    height: 100%;
  }
  .cards:hover {
    box-shadow: 8px -10px 20px rgb(191 197 213 / 20%);
    border:1px solid #DdD;
  }
  .price-f p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.6;
    color: #172d51;
  }

  .price-area h2  sup {
    font-size: 0.5em;
    line-height: 0;
    color:#2e3349;
}
  .price-area h2 sub{
    font-size: 50px;
    color:#2e3349 ;
  }
  .price-area h2 {
    font-size: 80px;
    line-height: 1;
    color: #fbd214;
    font-weight: 700;
  }
  .price-area h3 {
    font-size: 22px;
    margin-top: -12px;
    text-indent: 145px;
    margin-bottom: 15px;
  }
  .price-area p{
    font-size: 12px;
    font-weight: 700;
    color: #172d51;
    /* margin-bottom: 32px; */
  }
  .price-btn a {
    padding: 16px 40px;
    font-size: 15px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
   background-color: #2e3349;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    text-transform: uppercase;
  }
  .price-btn a:hover {
    background-color: #FBD214;
  }


/* footer  */
.footer-area {
    padding-top:90px;
}
.footer-logo {
	margin-bottom: 40px;
}
  .footer-logo img {
    width:55%;
  }
  
  .footer-link h4,
  .footer-contact h4,
  .social-icon h5 {
    font-size: 22px;
    margin-bottom: 18px;
    font-weight: 600;
  }
  .footer-menu ul{
    padding-left: 0 !important;
    list-style: none;
  }
  .footer-address .adds {
    font-size: 16px;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 12px;
}
  .footer-link ul li a,
  .footer-address ul li a{
    display: inline-block;
    font-size: 16px;
    color: #6c757d;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    position:relative;
    margin-bottom:12px;
  
  }
  .footer-link ul li a:hover,
  .footer-address ul li a:hover {
    color: #fbd214;
  }
  .footer-address ul li i{
    margin-right: 5px;
  }
  .c-card {
    padding:30px 0;
  }
  .master-card img,
  .visa-card img{
    width: 60px;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.5rem;
     padding-left: 0; 
}

.pricing {
  padding-bottom:120px;
}
/* contact-page */
.image img {
  max-width:100%;
  border-radius: 5px;
}

.contact {
  padding: 80px 0 152px;
}
.contact-info h3 {
font-size: 42px;
font-weight: 800;
text-transform: uppercase;
}
.contact-info p {
font-size: 16px;
width: 47%;
margin: 0 auto;
}
.form {
width: 60%;
margin: 0 auto;
border-radius: 4px;
}
.single-form {
	padding: 50px 24px 36px;
	background-color: #fff;
	box-shadow: 0px 4px 20px rgb(191 197 213 / 20%);
}
.common label {
display: block;
font-size: 14px;
font-weight: 500;
margin-bottom: 8px;
color: #888;
cursor: pointer;
}
.common input, .common textarea {
width: 100%;
border-radius: 3px;
padding: 6px 18px;
border: 1px solid #999;
color: #333;
outline: none;
font-size: 16px;
background-color: transparent;
}
.common textarea {
border-radius: 6px;
}
.submit input, .submit button, .submit a {
font-size: 16px;
font-weight: 500;
padding: 14px 40px;
background-color:#2E3349 ;
border: none;
color: #fff;
border-radius: 4px;
transition: all 0.3s ease-in-out;
}
.submit input:hover, .submit button:hover, .submit a:hover {
background-color: #FBD214;
}

.reset-anchor {
  color: inherit;
  text-decoration: none;
  border-radius: 4px;
}
@media all and (max-width:1200px){
  .form {
    width: 74%;
    }
    .contact-info p {
      width: 72%;
    }
}
@media all and (max-width:992px){
  .text-xl h1 {
    font-size:52px !important;
  }
  .resume-hdd h2 {
    font-size: 35px;
  }
  .default-heading h3 {
    font-size: 34px;
  }
  .phone h4, .email h4, .refund h4 {
    font-size: 20px;
  }
  .form {
    width: 90%;
    }
    .contact-info h3 {
      font-size: 36px;
    }
}
@media all and (max-width:768px){
  .resume-hdd h2 {
    font-size: 30px;
  }
  .form {
    width: 100%;
    }
    .contact {
      padding: 80px 0 124px;
    }
    .footer-logo img {
      width: 56px;
    }
}
@media all and (max-width:480px){
  .pricing-table {
    width: 290px;
    margin: 0 auto;
  }
  .price-area h2 {
    font-size: 100px;
  }
  .resume-hdd h2 {
    font-size: 26px;
  }
  .default-heading h3 {
    font-size: 28px;
  }
  .contact-info h3 {
    font-size: 30px;
  }
}
  
.smm-about-section {
  padding: 100px 0px 100px;
}

.smm-headline h2 {
  font-size: 38px;
  color: var(--thm-color);
  line-height: 1;
  margin:0 0 60px;
  text-transform: uppercase;
  letter-spacing: 3px;
}
.smm-headline span {
  color:#f88402;
  font-size:20px;
}
.smm-about-img img {
      max-width: 90%;
      border-radius: 5px;
}
.catagory h4 {
  font-weight: 600;
  text-transform: uppercase;
  font-size:22px;
}
@media all and (max-width:992px){
  .smm-about-img img {
    max-width: 100%;
}
}

@media all and (max-width:768px){
  .smm-headline h2 {
    font-size: 30px;
   
    line-height: 1;
    margin: 0 0 48px;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
}

  .curreny-GYD, 
    .curreny-PYG,
    .curreny-PEN, 
    .curreny-SRD,
    .curreny-UYU,
    .curreny-HUF,
    .curreny-IDR,
    .curreny-JPY,
    .curreny-CLP, 
    .curreny-CZK,
    .curreny-COP,
    .curreny-KRW,
    .curreny-PHP,
    .curreny-YEN {
        font-size: 60px!important;
    }
    @media(max-width:576px) {
    .curreny-GYD, 
    .curreny-PYG,
    .curreny-PEN, 
    .curreny-SRD,
    .curreny-UYU,
    .curreny-HUF,
    .curreny-IDR,
    .curreny-JPY,
    .curreny-CLP, 
    .curreny-CZK,
    .curreny-COP,
    .curreny-KRW,
    .curreny-PHP,
    .curreny-YEN {
            font-size: 50px!important;
        }
    }
