@import url('https://fonts.googleapis.com/css2?family=Muli&display=swap');

:root {
    --darkblue: #0e1e2c;
    --darkblue2: #132738;
    --lightbg: #f5f5f5;
    --ligthbg2: #F4F8FB;
    --linkcolor: #0a66c2;
    --bordercolor: #DBE1E5;
    --cardbg: #fff;
    --textcolorlight: #595959;
    --textcolordark: #212221;
    --cardinnerborder: #CFDDFF;
    --cardinnerbg: #cfddff33;
    --fontfamily: 'Muli', sans-serif;
    --titlecolor1: #f16922;
}

body {
    font-family: var(--fontfamily);
}

p {
    color: var(--textcolorlight);
    font-size: 14px;
}

a {
    text-decoration: none !important;
}

.about-section {
    position: relative;
}

.about-section .pattern-layer-2 {
    position: absolute;
    left: 0px;
    bottom: 110px;
    width: 201px;
    height: 324px;
    background-repeat: no-repeat;
    opacity: 0.15;
}

.pb_50 {
    padding-bottom: 50px;
}

.pt_50 {
    padding-top: 50px;
}

.mb_35 {
    margin-bottom: 35px;
}

.mb_30 {
    margin-bottom: 30px;
}

.content_block_one .content-box {
    position: relative;
    display: block;
}

.sec-title {
    position: relative;
    display: block;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin: 0px;
}

.content_block_one .content-box .inner-box .single-item {
    position: relative;
    display: block;
    padding-left: 80px;
    margin-bottom: 30px;
}

.content_block_one .content-box .inner-box .single-item .icon-box {
    position: absolute;
    display: inline-block;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
}

.content_block_one .content-box .inner-box .single-item .icon-box::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    opacity: 1;
}

.content_block_one .content-box .inner-box .single-item .icon-box i {
    position: absolute;
    top: 17px;
    left: 17px;
}

.content_block_one .content-box .inner-box .single-item .icon-box::before {
    background: #ffe4e4;
}

.content_block_one .content-box .inner-box .single-item .icon-box {
    color: var(--titlecolor1);
}


.content_block_one .content-box .inner-box .single-item h3 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 12px;
}


.image_block_one .image-box {
    position: relative;
    display: block;
    padding-bottom: 242px;
    padding-left: 319px;
}

.image_block_one .image-box .image {
    border-radius: 10px;
    overflow: hidden;
}

.image_block_one .image-box .image img {
    width: 100%;
    border-radius: 10px;
    transition: all 500ms ease;
}

.image_block_one .image-box .image-2 {
    position: absolute;
    left: 0px;
    top: 135px;
}

.image_block_one .image-box .image-3 {
    position: absolute;
    bottom: 0px;
    right: 90px;
}

.image_block_one .image-box .image:hover img {
    transform: scale(1.05);
}




.language {
    /* color: #000; */
    border: none;
    font-size: 40px;
    /* padding: 15px; */
    /* font-family: sans-serif; */
    font-weight: 900;
}

.text {
    color: white;
    border-right: 2px solid var(--titlecolor1);
    font-size: 40px;
    /* font-family: sans-serif; */
    color: var(--titlecolor1);
}

.typed-cursor {
    opacity: 0 !important;
}

.feature-section h2 {
    font-size: 24px;
    font-weight: bolder;
    margin-top: 30px;
    text-align: center;
    margin-bottom: 0px;
  }

  .title-border {
    display: block;
    margin:  0px auto;
    text-align: center;
  }

  .title-border img {
    width: 200px;
    margin-bottom: 20px;
  }

/* .feature-section h2 {
    margin-bottom: 50px;
    font-size: 25px;
} */

.feature-box {
    text-align: center;
    padding: 40px 40px;
    background-color: var(--cardinnerbg);
    margin: 10px;
    min-height: 290px;
    /* border: 1px solid var(--cardinnerborder); */
    border-radius: 18px;
    position: relative;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .feature-box img{
    height: 80px;
    width: 80px;
    box-sizing: cover;
    margin: 10px auto;
    display: block;
  }

  .feature-box::before {
    content: "";
    height: 100px;
    width: 125px;
    background-color: rgb(236, 236, 236);
    position: absolute;
    top: -3px;
    left: -3px;
    z-index: -1;
    border-radius: 20px;
  }

  .feature-box::after {
    content: "";
    height: 100px;
    width: 125px;
    background-color: rgb(236, 236, 236);
    position: absolute;
    bottom: -3px;
    right: -3px;
    z-index: -1;
    border-radius: 20px;
  }

.feature-box i {
    width: 50px;
    margin-bottom: 30px;
    font-size: 40px;
    color: var(--titlecolor1);
}


.feature-box h5 {
    font-size: 18px;
    color: #09004a;
}

.feature-box p {
    font-size: 14px;
    color: var(--textcolorlight);
}

.title {
    margin-bottom: 20px;
}

.txt {
    margin: 30px 0;
}

.contact-sec {
    padding: 50px 0 0 0;
}

.contact-box {
    padding: 1px 10px 35px;
    margin-top: 35px;
    background-color: var(--cardinnerbg);
    border: 1px solid var(--bordercolor);
    border-radius: 5px;
    text-align: center !important;
    min-height: 210px;
}

.icon {
    width: 70px;
    height: 70px;
    margin: -35px auto 33px;
    font-size: 20px;
    background-color: var(--titlecolor1);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
}

.heading {
    font-size: 20px;
}

.contact-box .detail a {
    color: var(--textcolorlight);
}

.contact-form {
    padding: 50px 0;
}

.contact-form .form-inner {
    max-width: 100%;
    margin: auto;
    padding: 20px;
    border: 1px solid var(--bordercolor);
    border-radius: 10px;
    background-color: var(--cardinnerbg);
}

.contact-form .form-inner input {
    width: 100%;
    padding: 10px 25px;
    margin: 15px 0;
    border: 1px solid var(--bordercolor);
    border-radius: 50px;
    height: 60px;
}

.contact-form .form-inner textarea {
    width: 100%;
    padding: 10px 25px;
    margin: 15px 0;
    border: 1px solid var(--bordercolor);
    border-radius: 50px;
    height: 60px;
    resize: none;
}

.contact-form .form-inner button {
    background-color: var(--titlecolor1);
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    height: auto;
}

.img-box img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    padding: 0 85px;
}



.thankyou { 
    text-align: center;
    display: block;
    z-index: 99999 !important;
    position: fixed;
    width: 100%;
    background-color: #ffffff;
    height: 100vh;
    display: grid;
    place-items: center;
    z-index: 999999 !important;
}

.thankyou-inner {
    max-width: 800px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    display: block;
}

/* .show {
    display: block;
}

.hide {
    display: none;
} */

.main-content i {
    color: #41d67c;
    font-size: 100px;
    font-weight: 900;
    border: 4px solid;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    line-height: 120px;
}

.main-content a {
    background-color: #41d67c;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

.contact-heading {
    text-align: center;
    margin-bottom: 40px;
    font-weight: bolder;
}

#chartdiv {
    width: 100%;
    height: 550px
}

.map-title {
    text-align: center;
    margin-bottom: 50px;
}

.map-title h1 {
    font-size: 35px;
    margin-top: 40px;
    font-weight: bolder;
}

#state-title{
    margin: 15px 0px 20px 0px;
}
#state-description{
    margin-bottom: 0px;
}
.map-box {
    text-align: left;
    background-color: #F4F8FB;
    padding: 20px;
    margin: auto;
    width: 400px;
    border-radius: 10px;
    border: 1px solid var(--bordercolor);
}

.map-list{
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: row;
     margin: 15px 0px;
}
.map-list p{
    margin: 0px 0px !important;
}
.map-list i{
    font-size: 16px;
    margin: 3px 10px 0 0 ;
}
.map-box img{
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 499px) {
    .image_block_one .image-box {
        padding: 0px;
    }

    .image_block_one .image-box .image-2 {
        position: relative;
        top: 0px;
        margin: 30px 0px;
    }

    .image_block_one .image-box .image-3 {
        position: relative;
        right: 0px;
    }
    .sec-title h2 {
     
        margin: 20px 0px;
    }
    .feature-section h2 {
        margin-bottom: 25px;
    
    }
    
}