
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* h1,h2,h3,h4,h5,h6{
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
} */

.footer-links li:after{
    display: none !important;
}
h2.h2{
    font-size: 2.5rem !important;
}

.h2{
    font-size: 2.5rem !important;
}
.p-16{
    font-size: 16px !important;
}
.footer-contact-area {
    padding: 20px;
    background-color: var(--white-color);
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    margin-bottom: -50px;
    z-index: 9;
  
}

.img-box2-youtube {
    position: relative;
    z-index: 2;
    /* margin-left: -305px; */
    /* height: 100%; */
}

.img-box2-youtube .play-btn {
    --icon-size: 90px;
    font-size: 20px;
    position: absolute;
    top: calc(50% - var(--icon-size) / 2);
    left: calc(50% - var(--icon-size) / 2);
    z-index: 3;
}

.counter-card-wrap .divider{
    background-color: #B9B9B9;
}

p.copyright-text a {
    color: var(--white-color) !important;
}

.copyright-wrap .copyright-text {
    font-weight: 100;
}

.white-color{
    color: var(--white-color) !important;
}

h2.white-color{
    color: var(--white-color) !important;
}

.sub-title{
    font-weight: 400;
}

h2.font-600{
    font-weight: 600;
}

h2.black-color{
    color: #222222;
}

a.th-btn.btn-sm.btn-radius{
    border-radius: 50px;
}



.banner-bage-content {
    display: flex;
    align-content: center;
    align-items: center;
}

.banner-bage-content img {
    width: 40px;
}

.banner-bage-content p {
    font-family: "Inter", sans-serif !important;
    margin-left: 1rem !important;
    margin: 0;
    color: #D1D1D1;
    font-size: 17px !important;
    line-height: 20px;
    font-weight: 800;
}

.banner-bage {
    margin-top: 2rem;
}

.hero-arrow img {
    width: 40px !important;
}

.border-organer {
    border: 4px solid #FF7136;
}

.banner-list {
    margin-bottom:2.625rem;
}

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

.banner-list ul li {
    font-size: 24px;
    line-height: 32px;
    color: var(--white-color);
    font-family: "Inter", sans-serif;
    margin-bottom: 0.8rem;
    padding-left: 2rem;
    position: relative;
}


.banner-list ul li:before {
    content: " ";
    display: block;
    background-image: url('../img/theme-img/list-check.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 4px;
}


.hero-sub-banner-form {
    background-color: #EDF0F5;
    padding: 1.6rem;
    border-radius: 5px;
}

.hero-sub-banner-form h2{
    font-family: "Exo", sans-serif;
    font-size: 24px;
    color: #222222;
    line-height: 30px;
    text-align: center;
}

.bg-white{
    background-color: var(--white-color);
}

.bg-blue{
    background-color: #101840 !important;
}
.icore-cer-description p{
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 24px;
}

.icore-cer-description span{
    display: block;
    font-weight: 600;
}

p.service-description{
    font-family: "Exo", sans-serif;
    font-size: 24px;
    line-height: 24px;
    color: #222222;

}


.service-card .sub-title-service {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: var(--title-font);
    color: #2A3365;
    position: absolute;
    right: 32px;
    top: 32px;
}

.two-sub-title{
    font-size: 24px;
    line-height: 36px;
    font-weight: 400;
}

.rounded-10{
    border-radius: 10px !important;
}



.why-service-list {
    margin-bottom:2.625rem;
}

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

.why-service-list ul li {
    font-size: 24px;
    line-height: 32px;
    color: #222222;
    font-family: "Inter", sans-serif;
    margin-bottom: 0.8rem;
    padding-left: 2rem;
    position: relative;
}


.why-service-list ul li:before {
    content: " ";
    display: block;
    background-image: url('../img/theme-img/list-check.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 4px;
}

  .image-cover {
    background: url('path-to-your-image/image.png') no-repeat center center;
    background-size: cover;
    height: auto;
    position: relative;
    background-position: top center;
   
  }

  .shape-banner img {
    position: absolute;
    top: 24px;
    z-index: -1;
    right: -9rem;
}


.forminator-ui#forminator-module-61831.forminator-design--default .forminator-button-submit {
    background-color: #e87027 !important;
    color: #FFFFFF;
    border-radius: 5px;
}

.et-db #et-boc .et_pb_module .forminator-ui.forminator-custom-form[data-design=default] .forminator-button, .forminator-ui.forminator-custom-form[data-design=default] .forminator-button {
    width: 100% !important;
   
}

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

ul.contact-list li a {
    color: #444444;
    font-weight: 500;
}

p.contact-mail a {
    color: #444;
    font-weight: 600;
}


.about-counter-card {width: 80%;margin: 0 auto;background-color: #fff;text-align: center;padding: 2rem 0;border-radius: 20px;}

h2.about-box-number {
    font-size: 60px;
    line-height: 36px;
    color: #F47629;
    font-weight: 600;
    margin-bottom: 1rem;
    font-family: "Inter", sans-serif;
}

p.about-box-text {
    margin-bottom: 0;
    font-size: 32px;
    line-height: 36px;
    color: #444444;
}


.blog-content h2 {
    color: #2A3365 !important;
    font-size: 2rem !important;
    text-align: left;
    line-height: 40px;
    margin-bottom: 1rem;
    
}
.forminator-ui#forminator-module-61831.forminator-design--default .forminator-input {
    border-color: rgba(68, 68, 68, 1) !important;
    border-radius: 5px;
}
.forminator-ui#forminator-module-61831.forminator-design--default .forminator-textarea {
border-radius: 5px;
}

  @media screen and (min-width:1024px){
    .space-x{
        padding-left: 6rem;
        padding-right: 6rem;
      }
  }

  @media screen and (min-width:320px) and (max-width:999px){
    .space-x{
        padding-left: 2rem;
        padding-right: 2rem;
      }

      .shape-banner img {
        display: none !important;
      }
  }