

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/*
 *****************************************
    >>> | 01 Browser Reset & Common CSS|
 *****************************************
*/
html, body{
    height: 100%;
}
body {
    font-family: 'Roboto Slab', serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #676a6c;
}

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

a:focus,
a:hover,
a:visited,
input,
.bootstrap-select>.dropdown-toggle,
input:hover,
.bootstrap-select>.dropdown-toggle:hover,
input:focus,
.bootstrap-select>.dropdown-toggle:focus,
input:active,
.bootstrap-select>.dropdown-toggle:active,
select {
    text-decoration: none;
    outline: none;
}

button:focus{
    outline: 0px;
}

img {
    max-width: 100%;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

a:hover {
    text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 15px;
}

/* font-family: 'Roboto', sans-serif; */

/*
 *****************************************
 >>> | 03. navigation css Start
 *****************************************
*/

  .global-wraper-area {
    background: #edf1f2;
    padding-top: 50px;
}

.header-area {
    padding: 8px 0px;
}

.header-right {
    padding-top: 8px;
}

.hero-title {
    text-align: center;
}

.hero-title h1 {
    color: #171E48;
    font-size: 46px;
    font-family: 'Roboto Slab', serif;
}

.hero-title h4 {
    color: #2A3157;
    font-size: 18px;
    position: relative;
    z-index: 1;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.hero-title h4:after, 
.hero-title h4:before {
    position: absolute;
    left: 0;
    top: 11px;
    height: 1px;
    width: 25%;
    content: "";
    background: #2A3157;
    z-index: -1;
}

.hero-title h4:before{
    left: auto;
    right: 0;
}
.globalVideo {
    position: relative;
}

.globalVideo a.videoPopup {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 80px;
    height: 90px;
    width: 90px;
    border: 3px solid #fff;
    text-align: center;
    line-height: 83px;
    color: #fff;
    border-radius: 50%;
    transform: translateX(-50%)translateY(-50%);
    padding-left: 10px;
}

a.videoPopup:hover {
    background: #3e9ff2;
    border-color: #3e9ff2;
}

.globalPayment {
    text-align: center;
    margin-top: 30px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
}

.globalPayment h4 {
    font-size: 20px;
    margin: 0;
    background: #f8f8f5;
    padding: 20px 0px;
    font-weight: 400;
    color: #121212;
    border-bottom: 1px solid #d9d9d9;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.globalPayment h4 strong {
    font-weight: 700;
}

.globalPayment input[type="radio"] {
    display:none;
  }
  
 
.globalPayment label {
    padding: 10px;
    display: inline-block;
    border: 1px solid #d9d9d9;
    cursor: pointer;
    width: 100%;
    background: #f8f8f5;
    margin-bottom: 14px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #000000;
  }
  
  .globalPayment label strong{
      font-size: 20px;
  }

  .globalPayment .blank-label {
    display: none;
  }
  .paymentField {
    padding: 20px;
}

.paymentField .col-4, 
.paymentField .col-8 {
    padding-left: 7px;
    padding-right: 7px;
}

  .globalPayment input[type="radio"]:checked + label {
    background: #fff;
    border-color: #3e9ff2;
  }
  .textField{
      position: relative;
  }
  .globalPayment .textField input[type="radio"]:checked + label {
    background: #fff;
    border-color: #3e9ff2;
    position: absolute;
    width: 100%;
    left: 0;
}
  
.globalPayment .textField input[type="radio"]:checked + label input#other-field {
    padding: 10px;
    opacity: 1;
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border: none;
    border-radius: 4px;
    padding-left: 30px;
    padding-right: 70px;
    font-size: 20px;
    font-weight: 700;
    color: #3e9ff2;
}

input#other-field {
    visibility: hidden;
    opacity: 0;
    position: absolute;
}

.textField span {
    position: absolute;
    left: 10px;
    top: 12px;
    opacity: 0;
    visibility: hidden;
}

.textField span.dollar {
    font-size: 20px;
    font-weight: 700;
    color: #959595;
}

.textField span.usd {
    left: auto;
    right: 10px;
    font-size: 14px;
    color: #707070;
}


.globalPayment .textField input[type="radio"]:checked + label span {
    visibility: visible;
    opacity: 1;
}

.process {
    display: block;
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
}

.process input {
    background: #3e9ff2;
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.paymentBottom {
    text-align: center;
    padding-bottom: 30px;
    padding-top: 5px;
}

.paymentBottom p {
    color: #8E8E8E;
    margin: 0;
    font-size: 13px;
    position: relative;
}

.paymentBottom p img {transform: translateY(-2px);}


.section-box-area h1 {
    text-align: center;
    font-size: 46px;
    color: #171E48;
}

.section-box-area {
    padding: 50px 0px;
    padding-bottom: 20px;
}

.section-single-box {
    text-align: center;
    margin: 35px 0px;
}

.section-single-box h5 {
    font-size: 20px;
    color: #555555;
    margin-top: 10px;
}

.section-single-box img {
    height: 50px;
}

.section-single-box p {
    line-height: 18px;
    color: #707070;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.work-number-area {
    background-size: cover !important;
    background-position: center !important;
    padding-top: 70px;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}

.work-number-area .col-12 h1 {
    font-size: 46px;
    color: #fff;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 25px;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(4 39 47 / 70%);
}

.work-number-single {
    margin: 35px 0px;
}

.work-number-single h1 {
    font-size: 46px;
    color: #3E9FF2;
    font-family: 'Roboto Slab', serif;
    margin-bottom: 5px;
}

.work-number-single h5 {
    color: #fff;
    margin-bottom: 0;
}

.work-number-single p {
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.testimonial-area {
    padding: 70px 0px;
}

.testimonial-txt h1 {
    color: #171E48;
    font-family: 'Roboto Slab', serif;
    font-size: 42px;
    margin-bottom: 30px;
}

.testimonial-txt p {
    color: #222222;
    font-family: 'Roboto', sans-serif;
    line-height: 24px;
}

.testimonial-txt a {
    color: #3E9FF2;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.newsletter {
    background: #f7f7f7;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 10px;
    border: 1px solid #d9d9d9;
    border-radius: 7px;
}

.footer-area {
    background: #edf1f2;
    padding: 40px 0px;
}

.newsletter h6 {
    color: #121212;
    font-size: 16px;
    margin-bottom: 5px;
}

.newsletter span {
    font-size: 12px;
    color: #989898;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    display: inline-block;
}

.newsLetterRight input {
    width: 24%;
    padding: 7px 10px;
    border: 1px solid #dbdbdb;
    font-family: 'Roboto', sans-serif;
    margin: 0px -3px;
    display: inline-block;
    font-size: 15px;
    font-size: 13px;
}

.newsLetterRight input[type="submit"] {
    background: #3e9ff2;
    border: 1px transparent;
    margin-left: 18px;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.newsLetterRight input:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.newsLetterRight input[type="email"] {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 26%;
}

.footerMenu li {
    display: block;
}

.footerMenu li a {
    color: #121212;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 31px;
    display: block;
}

.footerSocial a {
    display: inline-block;
    margin-right: 24px;
}

.footerSocial a:last-child {
    margin: 0;
}

.footerConetnt p {
    margin: 0;
    color: #7B7B7B;
    font-family: 'Roboto', sans-serif;
    line-height: 21px;
}

.footerBottom {
    margin-top: -40px;
}

.nameFiled input {
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
}

.nameFiled input::placeholder {
    color: #A8A8A8;
}

.paymentField .col-md-6 {
    padding-left: 7px;
    padding-right: 7px;
}

.nameFiled {
    margin-bottom: 20px;
}

.succsTitle {
    background: #dff8e2;
    padding: 15px 20px;
    text-align: left;
    border: 1px solid #b0e8c5;
    border-radius: 5px;
    margin-bottom: 50px;
}

.succsTitle h5 {
    margin: 0;
    color: #4E8E56;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 17px;
}

.succsTitle h5 strong {
    font-weight: 700;
}

.succsTitle h5 img {
    margin-right: 10px;
}

.headrerSocial a {
    display: inline-block;
    width: 16%;
    text-align: center;
    color: #707070;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 11px;
}

.globalPayment h4 span {
    display: block;
    font-size: 12px;
    color: #989898;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
}

.paymentBottom.text-left p {
    line-height: 20px;
    color: #7B7B7B;
    font-family: 'Roboto', sans-serif;
    margin-top: 25px;
}

.nameFiled select {
    width: 100%;
    height: 50px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #a8a8a8;
    padding-left: 5px;
}

.globalPayment.succes_ .col-md-4, 
.globalPayment.succes_ .col-md-12 {
    padding-left: 7px;
    padding-right: 7px;
}