/* Base CSS */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}
 
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

a:focus {
    outline: 0 solid
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    color: #333333;
    font-weight: 800;

}

a {
    text-decoration: none;
}

body{
    font-family: 'Montserrat';
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
	max-width: 1400px;
}



/* Header area css start */

.header-area {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid #fff;
    z-index: 9;
}

.header-buttons {
    text-align: end;
}

.header-title a {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}

.header-title a:hover{
    text-decoration: none;
}

.header-title a i {
    margin-right: 5px;
    font-size: 50px;
}

.header-buttons a {
    color: #fff;
    padding: 10px 20px;
    background-color: #26a74a;
    display: inline-block;
    border-radius: 5px;
    margin-left: 10px;
    font-size: 19px;
    font-weight: 600;
    cursor: pointer;
}

.header-buttons a:hover{
    text-decoration: none;
}

a.button-ghost {
    color: #006db0;
    background-color: #fff;
}

/* Header area css end */


/* Hero area css start */
.hero-area {
    display: flex;
    align-items: center;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-content h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 30px;
}

.hero-content p {
    color: #fff;
    font-size: 26px;
    font-weight: 200;
}

.hero-content {
    padding-top: 200px;
    padding-bottom: 40px;
}

/* Hero area css end */

/* FAQ area css start */

.faq-area {
    padding: 100px 0px;
}

.faq-left-blk h4 {
    color: #2c3485;
    font-size: 18px;
    font-weight: 600;
}

.faq-left-blk h1 {
    color: #2c3485;
    font-size: 27px;
    font-weight: 800;
}

.faq-left-blk p {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 40px;
}

.faq-left-blk a {
    background-color: #f16b36;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
}

.faq-left-blk a i{
    margin-left: 15px;
}

.faq-left-blk a:hover{
    text-decoration: none;
}



.accordion-button {
  position: relative;
}
.accordion-button i {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  transform: translateY(-50%);
  opacity: 0;
}
.accordion-button::after {
    display: none;
}

.accordion-button[aria-expanded="true"] i.fa-minus {
  opacity: 1;
}
.accordion-button[aria-expanded="false"] i.fa-plus {
  opacity: 1;
}

.accordion-button {
    padding: 1.6rem 1.25rem;
}

.accordion-button {
    font-size: 1.35rem;
}

/* FAQ area css end */

/* Link area css start */

.link-area {
    padding-bottom: 100px;
}

.link-left-content span {
    display: block;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.link-left-content i {
    background-color: #26a74a;
    color: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 14px;
    margin-right: 20px;
}

.link-right-blk span{
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
    background-color: #dfe5f4;
    padding: 12px 20px;
    border-radius: 7px;
}

.link-right-blk i {
    color: #26a74a;
    margin-right: 5px;
}

.link-right-blk b {
    font-weight: 800;
    margin-left: 30px;
}

/* Link area css end */

/* Service area css start */


.service-main-blk {
    width: 100%;
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.service-area {
    padding-bottom: 100px;
}
.service-main-blk h1 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.service-main-blk a {
    color: #fff;
    background-color: #f15a29;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 18px;
    text-decoration: none;
}

.service-main-blk a:hover{
    background-color: #fff;
    color: #000;
    text-decoration: none;
}

.service-main-blk a i {
    margin-left: 20px;
}

.service-content {
    display: flex;
    align-items: center;
    height: 175px;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
}



/* Service area css end */

/* Register area css start */

.register-area {
    padding-bottom: 100px;
}

.register-title {
    text-align: center;
}

.register-title h1 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
}

.register-title h1 i {
    color: #006db0;
    font-size: 40px;
    margin-right: 10px;
}

.register-main-blk {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 55px;
    padding-bottom: 30px;
}

.register-left-content h4 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.register-button a:hover {
    text-decoration: none;
}

.register-left-content h4 i {
    width: 28px;
    height: 28px;
    background-color: #26a74a;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 17px;
}
.register-right-content h4 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
}

.register-right-content h4 i {
    width: 28px;
    height: 28px;
    background-color: #26a74a;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 17px;
}

.register-button {
    text-align: center;
}

.register-button a {
    color: #fff;
    background-color: #006db0;
    padding: 10px 51px;
    border-radius: 7px;
    font-size: 17px;
}


/* Register area css end */


/* Contact area css start */

.contact-area {
    padding-top: 50px;
    padding-bottom: 100px;
}

.contact-title {
    text-align: center;
    padding-bottom: 50px;
}

.contact-title h1 {
    font-size: 30px;
    font-weight: 700;
}

.contact-main-blk {
    text-align: center;
    background-color: #f7f8f8;
    border: 1px solid #939598;
    border-radius: 25px;
    padding: 60px 71px;
}

.contact-main-blk h4 {
    color: #006db0;
    font-size: 24px;
    margin-bottom: 35px;
}

.contact-main-blk a {
    color: #006db0;
    font-size: 50px;
}

.contact-main-blk p {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    padding: 45px 0px;
}

.contact-main-blk h6 {
    color: #006db0;
    font-size: 18px;
    font-weight: 700;
}

.contact-main-blk .contact-green{
    color: #39b54a;
}

/* Contact area css end */

/* Footer area css start */

.footer-area {
    padding: 90px 0px;
    background-color: #414142;
}

.footer-title h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 500;
    margin-left: 16px;
}

.footer-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-list ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.footer-list ul li {
    margin-bottom: 11px;
}

.footer-list ul li a i {
    color: #40b549;
    font-size: 10px;
    margin-right: 11px;
}

.secondary-footer {
    background-color: #231f20;
    padding: 19px 0px;
}

.secondary-main-blk p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
}

.secondary-main-blk {
    text-align: center;
}

/* Footer area css end */



