/* Block Quote Section CSs Start  */
.blockquote-sec {
    margin: 65px 0 47px;
}
/* Block Quote Section CSs End  */

/* Common Content Section Css Start  */
blockquote {
    margin: 0 0 30px;
    border-left: 2px solid var(--yellow);
    padding-left: 15px;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: var(--blue);
}
.common-contentDiv h1{
    margin-bottom: 30px;
    margin-top: 40px;
}
.common-contentDiv h2{
    margin-bottom: 20px;
    margin-top: 40px;
}
.common-contentDiv h3{
    margin-bottom: 15px;
    margin-top: 30px;
}
.common-contentDiv h4{
    margin-bottom: 15px;
    margin-top: 25px;
}
.common-contentDiv h5{
    font-family: 'Above The Sky';
    font-weight: 400;
    font-size: 62px;
    line-height: 150%;
    margin-top: 30px;
}
.common-contentDiv p:has(+ul) {
    margin-bottom: 10px;
}
.common-contentDiv li a,.common-contentDiv p a{
    color: #4033BE;
}
.common-contentDiv dl, .common-contentDiv ol, .common-contentDiv ul {
    padding-left: 23px;
    margin-bottom: 45px;
}
.common-contentDiv:not(:last-child){
    margin-bottom: 5px;
}
.common-contentDiv>:first-child {
    margin-top: 0;
}
.common-contentDiv>:last-child {
    margin-bottom: 0;
}
.common-contentDiv .link-wrapper{
    margin: 20px 0;
}
.common-contentDiv p:has(+.link-wrapper){
    margin-bottom: 30px;
}
.common-contentDiv .btn[download]{
    padding: 8px 20px 8px 45px;
    color: var(--blue);
}
.common-contentDiv .btn[download]:not(:hover){
    box-shadow: none;
}
.common-contentDiv .btn[download]::before{
    right: auto;
    left: 11px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(67%) saturate(1640%) hue-rotate(227deg) brightness(88%) contrast(97%);
    z-index: 1;
}
.common-contentDiv .btn[download]:after{
    content: "";
    position: absolute;
    left: 1px;
    top: 1px;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    background-color: var(--white);
    border-radius: 3px;
    transition: all 0.4s;
}
.common-contentDiv .btn[download] span {
    position: relative;
    font: inherit;
    z-index: 1;
}
.common-contentDiv .btn[download]:hover:after{
    background-color: transparent;
}
.common-contentDiv .btn[download]:hover{
    color: var(--white);
}
.common-contentDiv .btn[download]:hover::before{
    filter: brightness(0) invert(1);
}
.common-content-sec figure img {
    width: 100%;
    object-fit: cover;
}
figure.image {
    margin-bottom: 35px;
    position: relative;
    margin-top: 0;
}
figure.image:has(figcaption):before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 87.79%, rgba(0, 0, 0, 0.4) 95.89%);
    z-index: 1;
}
figure.image.image-style-align-left {
    float: left;
    margin-right: 40px;
    margin-left: -260px;
}
figure.image.image-style-align-right {
    float: right;
    margin-left: 40px;
    margin-right: -260px;
}
figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--white);
    z-index: 1;
    padding: 5px 30px;
}
figure figcaption::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 12px;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    background-color: var(--white);
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.common-content-sec table {
    margin-top: 40px;
    margin-bottom: 0;
    caption-side: bottom;
    border-collapse: collapse;
}
.common-content-sec table td p {margin-bottom: 0;}
.common-content-sec table thead th { border-top: 0;font-weight: bold;color: var(--blue);text-align: left;text-transform: uppercase;}
.common-content-sec table th {border-block-width: 2px;}
.common-content-sec table {margin-bottom: 35px;width: 100%;}
.common-content-sec table td,
.common-content-sec table th {padding: 22px 15px;border-bottom: 1px solid var(--darkgray);font-size: 16px;}
.common-content-sec table th{
    border-bottom-color: var(--blue);
}
.common-content-sec table td {
    color: var(--darkgray);
}
.common-content-sec table tr td:first-child,
.common-content-sec table tr th:first-child {padding-left: 0;}
.common-content-sec table tr td:last-child,
.common-content-sec table tr th:last-child {padding-right: 0;}
.common-content-sec.bg-gray{
    background-color: #E2E2E2;
    padding: 50px 0;
} 
.inner-banner+.common-content-sec.bg-gray{
    margin-top: 0;
}
/* Common Content Section Css End  */

/* Image With Text Css Start  */
.image-text.bg-gradient{
    background: linear-gradient(102deg, var(--blue) 0%, Var(--red) 100%);
    padding: 40px 0;
    margin-top: 55px;
    margin-bottom: 55px;
}
.image-text.bg-gradient h2:not(span),
.image-text.bg-gradient .desc *,
.image-text.bg-gradient .col-text h3{
    color: var(--white);
}
.image-text .col-text .btn-wrapper {
    margin-top: 40px;
}
.image-text.text-two-column.bg-gradient .subtitle{
    color: var(--yellow);
}
.image-text.text-two-column h2{
    font-weight: 400;
}
.image-text.text-two-column .desc *{
    font-size: 22px;
    line-height: 32px;
}
.image-text.text-two-column .desc {
    max-width: 610px;
}
.image-text.text-two-column .col-text h2 {
    max-width: 740px;
}
.image-text.text-two-column .col-text>:last-child{
    margin-bottom: 0;
}
.image-text.text-two-column .col-text:nth-child(2){
    padding-left: 130px;
}
.image-text.bg-gradient .col-text .btn{
    background: linear-gradient(95.71deg, var(--darkblue) 0%, var(--blue) 100.04%);
}
.image-text.bg-gradient .col-text .btn:hover{
    background: linear-gradient(85.85deg, var(--blue) 0%, var(--darkblue) 100%);
}
.image-text.bg-gradient .col-text .subtitle{
    color: var(--yellow);
}
.image-text:not(.text-two-column) .col-text .subtitle {
    font-family: 'Above The Sky';
    font-size: 62px;
    font-weight: 400;
    line-height: 1;
    text-transform: inherit;
    margin-left: -40px;
    margin-bottom: -34px;
    display: block;
}
.image-text:not(.text-two-column) .col-text .subtitle:not(:has(+ h2)) {
    margin-bottom: 40px;
}
.image-text .img-wrapper{
    padding-top: 88%;
}
.image-text .col-text h2{
    margin-bottom: 40px;
}
.image-text .row{
    align-items: center;
}
.inner-banner+.image-text.bg-gradient{
    margin-top: 0;
}
.image-text.text-two-column .col-text{
    padding-top: 0;
}
.image-text.bg-gradient.text-two-column{
    padding: 130px 0;
}
.image-text.bg-gradient:not(.text-two-column){
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 5px;
}
/* Image With Text Css End  */

/* Testimonial Section Css Start  */
.testimonial-slider {
    margin-left: auto;
    max-width: 1270px;
    padding-top: 60px;
}
.testimonial .testimonial-box{
    max-width: 1000px;
    margin-left: auto;
}
.testimonial-slide{    
    background-image: url(../images/quote.svg);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 155px;
}
.testimonial-slider::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 1px;
    background-color: var(--yellow);
}
.testimonial .testimonial-box .desc *{
    font-size: 32px;
    line-height: 124%;
    color: var(--blue);
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
}
.testimonial .testimonial-box .auth{
    text-transform: inherit;
    letter-spacing: 0;
    margin-top: 32px;
    margin-bottom: 0;
}
/* Testimonial Section Css End  */

/* Photo Gallery Section CSs Start  */
.photo-gallery {
    overflow: hidden;
}
.photo-gallery .photo-gallery-box {
    position: relative;
    display: block;
}
.photo-gallery .photo-gallery-box img{
    height: 468px;
    object-fit: cover;
}
.photo-gallery .photo-gallery-box .caption{
    padding-left: 15px;
    margin-top: 13px;
    position: relative;
    display: block;
    color: var(--darkgray);
} 
.photo-gallery .photo-gallery-box .caption::before{
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    height: 7px;
    width: 7px;
    border-radius: 100%;
    background-color: var(--red);
}
.photo-gallery .slick-slide {
    padding-right: 24px;
}
.photo-gallery-slider .slick-list{
    width: 100vw;
}
.photo-gallery-slider{
    padding-bottom: 40px;
}
.photo-gallery-slider .slick-dots {
    bottom: 13px;
    right: 140px;
    left: auto;
    margin: 0;
}
.photo-gallery-slider .slick-arrow {
    bottom: 0;
    transform: unset;
    right: 0;
    top: auto;
    left: auto;
}
.photo-gallery-slider .slick-arrow.slick-prev{
    margin-right: 60px;
}
/* Photo Gallery Section CSs End  */

/* Accordion Section Css Start  */
.accordion-box .content {
    display: none;
    padding-top: 50px;  
    padding-bottom: 30px;
}
.accordion-box{
    border-top: 1px solid var(--blue);
    padding: 30px 0;
    position: relative;
}
.accordion-box::before{
    content: "";
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    background-color: var(--red);
    width: 0;
    transition: all 1s;
}
.accordion-box.active::before{
    width: 100%;
}
.accordion-box:last-child{
    border-bottom: 1px solid var(--blue);
}
.accordion-box>a{
    display: flex;
    justify-content: space-between;
    color: var(--blue);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    font-family: "Montserrat", sans-serif;
    align-items: center;
}
.accordion-sec .section-header {
    margin-bottom: 40px;
}
.accordion-sec .section-header h2{
    font-size: 52px;
}
.accordion-box .accordion-sign img{
    transition: all 0.4s;
}
.accordion-box .accordion-sign{
    margin-left: 15px;
}
.accordion-box.active .accordion-sign img{
    transform: rotate(180deg);
}
.accordion-box.active .accordion-sign{
    background: linear-gradient(133.59deg, var(--blue) 0%, var(--blue) 100%);
}
.accordion-box .content [data-aos]{
    opacity: 1;
    transform: translateZ(0);
}
/* Accordion Section Css End  */

/* Tiles Section Css Start  */
.tiles-sec{
    margin: 150px 0;
}
.tiles-sec .row{
    justify-content: center
}
.tiles-sec .col{
    width: 25%;
    margin-bottom: 40px;
}
.tiles-sec .tiles-box {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    padding-top: 100%;
}
.tiles-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 10px 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.tiles-sec .tiles-box .bg-img{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.6s;
}
.tiles-sec .tiles-box:hover .bg-img{
    transform: scale(1.2);
}
.tiles-sec .tiles-box h4{
    color: var(--white);
    min-height: 90px;
    margin-bottom: 0;
    line-height: 124%;
}
.tiles-sec .tiles-box .btn-icon img {
    transform: rotate(-90deg);
}
.tiles-sec .tiles-box:hover .btn-icon {
    background: linear-gradient(133.59deg, var(--red) 0%, var(--blue) 100%);
}
.tiles-sec .tiles-box .bg-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 83.37%);
    width: 100%;
}
/* Tiles Section Css End  */

/* Employment List Section Css Start  */
.emplist-sec .col{
    width: 50%;
    margin-bottom: 40px;
}
.emplist-sec .common-contentDiv{
    margin-bottom: 45px;
}
.emplist-sec .empbox {
    height: 100%;
    background-color: #E2E2E2;
}
.emplist-sec .empbox .jobtype {
    color: var(--white);
    background: linear-gradient(117.88deg, var(--blue) 0%, var(--red) 100%);
    font-size: 22px;
    font-weight: 700;
    padding: 16px 17px;
    font-family: 'D-DIN';
}
.emplist-sec .empbox .content{
    padding: 25px 17px 20px;
}
.emplist-sec .empbox .content h4{
    color: var(--darkblue);
}
.emplist-sec .empbox .content .desc{
    margin-bottom: 15px;
}
.emplist-sec .empbox .content .desc p,
.emplist-sec .empbox .content .info li{
    font-weight: 300;
}
.emplist-sec .empbox .content .info{
    margin-bottom: 30px;
    list-style: none;
    padding: 0;
}
.emplist-sec .empbox .content .info li:not(:last-child){
    margin-bottom: 5px;
}
.emplist-sec .empbox .img-wrapper{
    padding-top: 49%;
}
.emplist-sec .empbox .btn {
    min-width: 167px;
}
/* Employment List Section Css End  */

/* Web Form Css Start  */
.web-form label{
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 125%;
    margin-bottom: 22px;
    color: #2D276A;
    font-family: "Montserrat", sans-serif;
    display: block;
    width: 100%;
}
.web-form .row .col-sm-12{
    width: 100%;
}
.web-form .row .col-sm-6{
    width: 50%;
}
.web-form .form-control {
    border: 1px solid #E2E2E2;
    width: 100%;
    background-color: transparent;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    padding: 19px 24px;
    color: #2D276A;
    font-family: "Roboto", sans-serif;
}
.web-form .row{
    row-gap: 35px;
}
.web-form .form-control::-webkit-input-placeholder{color: #9D9D9D;opacity: 1}
.web-form .form-control::-moz-placeholder{color: #9D9D9D;opacity: 1}
.web-form .form-control:-ms-input-placeholder{color: #9D9D9D;opacity: 1}
.web-form .form-control::-ms-input-placeholder{color: #9D9D9D;opacity: 1}
.web-form .form-control::placeholder{color: #9D9D9D;opacity: 1}
.web-form .row:not(:last-child){
    margin-bottom: 35px;
}
.web-form .btn {
    margin-top: 20px;
}
.freeform-form button[type=submit].freeform-processing:before{
    top: 14px;
    margin: 0;
}
.freeform-form .text-danger {
    color: var(--red);
}
.freeform-form .row ul{
    margin-bottom: 0;
    margin-top: 5px;
}
.freeform-form textarea {
    resize: none;
}
.web-form .form-control.form-select{
    appearance: none;
    background-image: url(../images/select-grey.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 24px) 50%;
    padding-right: 42px;
}
.web-form .col-sm-4 {
    width: 33.33%;
}
.web-form .col-sm-3 {
    width: 25%;
}
.web-form .form-check {
    display: flex;
    align-items: start;
}
.web-form .form-check input[type="radio"]{
    flex-shrink: 0;
    border: 1px solid var(--blue);
    background-color: var(--white);
    appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 100%;
    margin: -3px 14px 0 0;
    cursor: pointer;
}
.web-form .form-check input[type="radio"]:checked{
    box-shadow: inset 0 0 0 5px var(--white);
    background-color: var(--blue);
}
.web-form .form-check label{
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    cursor: pointer;
    line-height: 24px;
}
.web-form .form-check input[type="checkbox"]{
    border: 1px solid #858583;
    appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 2px;
    flex-shrink: 0;
    margin: 0 14px 0 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}
.web-form .form-check input[type="checkbox"]:checked{
    background-image: url(../images/tick.svg);
    border-color: #231F20;
}
.freeform-fieldtype-radios .form-check:not(:last-child){
    margin-bottom: 25px;
}
.alert{
    background: var(--blue);
    color: var(--white);
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.alert>:last-child{margin-bottom: 0;}
.alert.alert-danger{
    background: var(--red); 
}
.alert.alert-success{
    background: #04a95e;
}
.alert.alert-warning{
    background: var(--yellow);
    color: var(--blue);
}
.freeform-form .row .col-sm-4 textarea,
.freeform-form .row .col-sm-3 textarea{
    height: 60px;
} 
.web-form input[type="file"]{
    padding: 0;
}
.web-form input[type="file"]::file-selector-button {
    border-radius: 0px;
    padding: 20px 24px;
    cursor: pointer;
    border: 0;
    border-right: 1px solid #E2E2E2;
    margin-right: 16px;
    transition: background-color 200ms;
    background-color: var(--blue);
    color: var(--white);
}  
/* Web Form Css End  */

@media only screen and (max-width: 1640px) {
    /* Common Content Section Css Start  */
    figure.image.image-style-align-right{
        margin-right: -190px;
    }
    figure.image.image-style-align-left{
        margin-left: -190px;
    }
    /* Common Content Section Css End  */
}
@media only screen and (max-width: 1560px) {
}
@media only screen and (max-width: 1440px) {
    /* Common Content Section Css Start  */
    figure.image.image-style-align-right{
        margin-right: -130px;
    }
    figure.image.image-style-align-left{
        margin-left: -130px;
    }
    /* Common Content Section Css End  */

    /* Image With Text Css Start  */
    .image-text.text-two-column .col-text:nth-child(2) {
        padding-left: 70px;
    }
    /* Image With Text Css End  */

}
@media only screen and (max-width: 1366px) {
    /* Image With Text Css Start  */
    .image-text.text-two-column .col-text h2{
        font-size: 42px;
    }
    .image-text:not(.text-two-column) .col-text .subtitle {
        font-size: 42px;
        margin-bottom: -10px;
        margin-left: 0;
    }
    .image-text .col-text h2 {
        margin-bottom: 30px;
    }
    .image-text .col-text .btn-wrapper {
        margin-top: 30px;
    }
    /* Image With Text Css End  */

    /* Photo Gallery Section CSs Start  */
    .photo-gallery .photo-gallery-box img{
        height: 445px;
    }
    /* Photo Gallery Section CSs End  */

    /* Tiles Section Css Start  */
    .tiles-sec .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .tiles-sec .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    /* Tiles Section Css End  */
}
@media only screen and (max-width: 1199px) {
    /* Common Content Section Css Start  */
    figure.image.image-style-align-right{
        margin-right: 0px;
    }
    figure.image.image-style-align-left{
        margin-left: 0px;
    }
    /* Common Content Section Css End  */

    /* Image With Text Css Start  */
    .image-text.text-two-column .col-text h2,.image-text.text-two-column .desc{
        max-width: 100%;
    }
    .image-text.text-two-column .col-text{
        width: 100%; 
        padding-top: 0;
    }
    .image-text.text-two-column .col-text:not(:last-child){
        margin-bottom: 30px;
    }
    .image-text.text-two-column .col-text:nth-child(2) {
        padding-left: 20px;       
    }
    .image-text.bg-gradient.text-two-column{
        padding: 60px 0;
    }
    /* Image With Text Css End  */

    /* Testimonial Section Css Start  */
    .testimonial .testimonial-box .desc *{
        font-size: 28px;
    }
    /* Testimonial Section Css End  */

    /* Accordion Section Css Start  */
    .accordion-box>a{
        font-size: 28px;
    }
    .accordion-box{
        padding: 20px 0;
    }
    /* Accordion Section Css End  */

    /* Tiles Section Css Start  */
    .tiles-sec .col{
        width: 33.33%;
    }
    .tiles-sec {
        margin: 60px 0;
    }
    /* Tiles Section Css End  */
}
@media only screen and (max-width: 991px) {
    /* Testimonial Section Css Start  */
    .testimonial-slide{
        padding-left: 100px;
        background-size: 60px;
    }
    /* Testimonial Section Css End  */

    /* Accordion Section Css Start  */
    .accordion-sec .section-header h2 {
        font-size: 42px;
    }
    /* Accordion Section Css End  */

    /* Tiles Section Css Start  */
    .tiles-sec .tiles-box h4 {
        font-size: 20px;
        min-height: 80px;
    }
    /* Tiles Section Css End  */
}
@media only screen and (max-width: 767px) {

    /* Block Quote Section CSs Start  */
    .blockquote-sec {
        margin: 30px 0 40px;
    }
    blockquote{
        font-size: 18px;
        line-height: 27px;
    }
    /* Block Quote Section CSs End  */

    /* Common Content Section Css Start  */
    .common-contentDiv h2{
        font-size: 38px;
    }
    .common-contentDiv h3{
        font-size: 32px;
    }
    .common-contentDiv h4{
        font-size: 22px;
    }
    .common-contentDiv h5{
        font-size: 42px;
    }
    figure.image.image-style-align-left,
    figure.image.image-style-align-right{
        margin-right: 0;
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .common-content-sec table td, .common-content-sec table th{
        padding: 13px 15px;
    }
    .common-content-sec.bg-gray{
        padding: 30px 0;
    }
    /* Common Content Section Css End  */

    /* Image With Text Css Start  */
    .image-text.text-two-column .col-text h2 {
        font-size: 32px;
        line-height: 118%;
    }
    .image-text.text-two-column .desc * {
        font-size: 16px;
        line-height: 150%;
    }
    .image-text.bg-gradient.text-two-column {
        padding: 35px 0;
    }
    .image-text.bg-gradient{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .image-text.bg-gradient:not(.text-two-column) {
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }
    /* Image With Text Css End  */

    /* Testimonial Section Css Start  */
    .testimonial-slide {
        padding-left: 0;
        background-size: 50px;
        padding-top: 60px;
    }
    .testimonial-slider{
        padding-top: 35px;
    }
    /* Testimonial Section Css End  */

    /* Photo Gallery Section CSs Start  */
    .photo-gallery .photo-gallery-box img {
        height: 231px;
    }
    .photo-gallery-slider {
        padding-bottom: 50px;
    }
    .photo-gallery .slick-slide {
        padding-right: 10px;
    }
    /* Photo Gallery Section CSs End  */

    /* Accordion Section Css Start  */
    .accordion-sec .section-header h2 {
        font-size: 38px;
    }
    .accordion-box>a{
        font-size: 22px;
    }
    .accordion-box .content{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    /* Accordion Section Css End  */

    /* Tiles Section Css Start  */
    .tiles-sec .tiles-box h4 {
        font-size: 24px;
        min-height: 80px;
    }
    .tiles-sec .col{
        width: 100%;
    }
    .tiles-sec {
        margin: 50px 0 40px;
    }
    .tiles-sec .tiles-box{
        padding-top: 67%;
    }
    /* Tiles Section Css End  */

    /* Employment List Section Css Start  */
    .emplist-sec .col {
        width: 100%;
        margin-bottom: 20px;
    }
    .emplist-sec .common-contentDiv {
        margin-bottom: 25px;
    }
    /* Employment List Section Css End  */

    /* Web Form Css Start  */
    .web-form .col-sm-4,
    .web-form .col-sm-3,
    .web-form .row .col-sm-6{
        width: 100%;
    }
    .web-form .row:not(:last-child) {
        margin-bottom: 30px;
    }
    .web-form .row {
        row-gap: 30px;
    }
    .web-form label{
        font-size: 22px;
        margin-bottom: 8px;
    }
    .g-recaptcha{
        transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    /* Web Form Css End  */
}
@media only screen and (max-width: 360px) {
    /* Image With Text Css Start  */
    .image-text.text-two-column .col-text h2,.image-text:not(.text-two-column) .col-text .subtitle {
        font-size: 38px;
    }
    /* Image With Text Css End  */
}