*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Jost', sans-serif;
}
ul,
ol,
li{
    list-style: none;
}
img{
    max-width: 100%;
}
input:focus,
textarea:focus,
button:focus,
a:focus{
    box-shadow: none !important;
    outline: none !important;
}
.header_main {
    height: 180px;
    display: flex;
    padding: 0 60px 0 135px;
    align-items: center;
}
.header_main .wrapper{
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.header_main .wrapper .logo-side a img{
    width: 265px;
}
.header_main .wrapper .hdr-contact{
    text-align: right;
}
.header_main .wrapper .hdr-contact strong {
    color: #2E62C1;
    font-size: 29px;
    line-height: 30px;
    letter-spacing: 0.58px;
    display: block;
    margin-bottom: 20px;
}
.header_main .wrapper .hdr-contact a {
    color: #414141;
    font-size: 45px;
    line-height: 30px;
    letter-spacing: 0.58px;
    display: block;
    font-weight: 400;
    text-decoration: none;
}
/* --- */
.banner_section {
    background-image: url('../images/banner-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 0 0;
    min-height: 832px;
}
.banner_section .banner-text {
    display: flex;
    align-items: center;
}
.banner_section .banner-text .ixp-img {
    max-width: 597px;
    position: relative;
    width: 100%;
}
.banner_section .banner-text .ixp-img::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
.banner_section .banner-text .ixp-img img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}
.banner_section .banner-text .ttx-content {
    margin: -50px 0 0 -52px;
}
.banner_section .banner-text .ttx-content h2 {
    color: #FFF;
    font-size: 60px;
    margin-bottom: 30px;
    line-height: normal;
    font-weight: 400;
}
.banner_section .banner-text .ttx-content h2::after {
    content: '';
    display: block;
    border-radius: 5px;
    background: #4C5BC9;
    width: 84px;
    height: 4px;
    margin-top: 9px;
}
.banner_section .banner-text .ttx-content h4{
    color: #FFF;
    font-size: 30px;
    margin-bottom: 0;
    font-weight: 900;
    line-height: 40px;
}
.banner_section .banner-text .ttx-content p{
    color: #D0D0D0;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 40px;
    font-weight: 400;
}
.banner_section .bnnr-frm {
    max-width: 611.453px;
    width: 100%;
    margin-left: auto;
    overflow: hidden;
    border-radius: 12px;
    padding: 30px 40px 45px;
    border: 3px solid #5678CF;
    background: linear-gradient(180deg, #030D1C 0%, #00186E 100%);
}
.banner_section .bnnr-frm h4{
    color: #FFF;
    text-align: center;
    font-size: 32px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 39px;
}
.banner_section .bnnr-frm .fild_text+.fild_text{
    margin-top: 18px;
}
.banner_section .bnnr-frm .fild_text textarea,
.banner_section .bnnr-frm .fild_text input{
    border-radius: 4px;
    width: 100%;
    padding: 18.14px 22px;
    background: #0A3F7B;
    border: none !important;
    display: block;
    font-weight: 400;
}
.banner_section .bnnr-frm .fild_text input::placeholder,
.banner_section .bnnr-frm .fild_text input,
.banner_section .bnnr-frm .fild_text textarea,
.banner_section .bnnr-frm .fild_text textarea::placeholder{
    color: #FFF;
    font-size: 20px;
    line-height: normal;
    resize: none;
    font-weight: 400;
}
.banner_section .bnnr-frm .fild_text textarea{
    height: 142px;
}
.banner_section .bnnr-frm form {
    padding: 48px 35px 0;
}
.banner_section .bnnr-frm [type="submit"] {
    color: #414141;
    font-size: 23px;
    display: block;
    width: fit-content;
    padding: 11px 33px;
    font-weight: 500;
    line-height: normal;
    border-radius: 50px;
    background: #FFF;
    margin-top: 34px;
    margin-left: auto;
    border: none !important;
    transition: all 0.2s ease-in-out;
}
.banner_section .bnnr-frm [type="submit"]:hover{
    background-color: #2979DB;
    color: #fff;
}
/* --- */
.experience-section{
    margin-top: -50px;
}
.experience-section .wrapper-box {
    border-radius: 12px;
    border: 1px solid #DADADA;
    background: #F8F8F8;
    box-shadow: 0px 4px 77px 0px #0000001f;
    padding: 50px 0;
}
.experience-section .wrapper-box .front-column{
    display: flex;
}
.experience-section .wrapper-box .count_down{
    text-align: center;
    margin: auto;
}
.experience-section .wrapper-box .count_down .count {
    color: #000;
    font-size: 160px;
    font-weight: 300;
    line-height: 176px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
}
.experience-section .wrapper-box .count_down .count::after {
    content: '+';
    display: block;
}
.experience-section .wrapper-box .count_down p{
    color: #000;
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 39px;
}
.experience-section .wrapper-box .sect-xp{
    max-width: 268px;
    margin: auto;
}
.experience-section .wrapper-box .sect-xp h5{
    color: #2E42F7;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0.6px;
    margin-bottom: 26px;
}
.experience-section .wrapper-box .sect-xp p{
    color: #000;
    font-size: 31px;
    margin-bottom: 0;
    line-height: 50px;
    letter-spacing: 0.62px;
}
.experience-section .wrapper-box .sect-xp li+li{
    margin-top: 26px;
}
.experience-section .wrapper-box .sect-xp li h6,
.experience-section .wrapper-box .sect-xp li p{
    color: #000;
    font-size: 29px;
    margin-bottom: 0;
    line-height: 40px;
    letter-spacing: 0.58px;
}
.experience-section .wrapper-box .sect-xp li h6{
    font-weight: 600;
}
.experience-section .wrapper-box .sect-xp li p{
    font-weight: 400;
}
.experience-section .wrapper-box .middle-column{
    border-left: 1px dashed #757575;
    border-right: 1px dashed #757575;
}
.experience-section .wrapper-box .sect-xp .map_loc_set{
    margin-top: 44px;
}
.experience-section .wrapper-box .sect-xp .map_loc_set{
    display: flex;
    align-items: center;
}
.experience-section .wrapper-box .sect-xp .map_loc_set >*{
    flex-shrink: 0;
}
.experience-section .wrapper-box .sect-xp .map_loc_set img{
    width: 88.867px;
    height: 88.867px;
    border-radius: 50%;
}
.experience-section .wrapper-box .sect-xp .map_loc_set a{
    display: inline-flex;
    text-align: center;
    margin-left: 38px;
    color: #014ED7;
    font-size: 25px;
    text-decoration: none;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.5px;
    transition: all 0.2s ease-in-out;
}
.experience-section .wrapper-box .sect-xp .map_loc_set a:hover{
    text-decoration: underline;
}
/* --- */
.service-section{
    margin-top: 60px;
}
.section_bold_bar .heading{
    border-radius: 11px;
    background: #1D358E;
    padding: 28px 50px;
}
.section_bold_bar .heading h2{
    color: #FFF;
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: normal;
}
.service-section .blog-area .post-card{
    display: flex;
    align-items: flex-start;
}
.service-section .blog-area,
.service-section .blog-area .post-card.post-card{
    margin-top: 100px;
}
.service-section .blog-area .post-card .img-thumb {
    max-width: 375px;
    width: 100%;
    position: relative;
    flex-shrink: 0;
}
.service-section .blog-area .post-card .img-thumb::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 80%;
}
.service-section .blog-area .post-card .img-thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
    border-radius: 11px;
}
.service-section .blog-area{
    padding: 0 50px;
}
.service-section .blog-area .post-card .ttx{
    padding: 15px 84px 0 50px;
}
.service-section .blog-area .post-card .ttx h3{
    color: #4A4A4A;
    font-size: 35px;
    margin-bottom: 24px;
    font-weight: 600;
    line-height: normal;
}
.service-section .blog-area .post-card .ttx p{
    color: #6A6A6A;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 32px;
}
/* --- */
.get-started{
    margin: 96px 0 222px;
}
.get-started h2{
    color: #868686;
    text-align: center;
    font-size: 70px;
    margin-bottom: 50px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.7px;
}
.get-started h2 span{
    color: #2979DB;
}
.get-started .link-wil {
    text-decoration: none;
    color: #FFF;
    font-size: 39px;
    display: inline-block;
    font-weight: 500;
    line-height: normal;
    border-radius: 60px;
    border: 2px solid #F8F8F8;
    background: #2979DB;
    padding: 17px 143px;
    text-align: center;
    transition: all 0.2s ease-in-out;
}
.get-started .link-wil:hover{
    background: #02378b;
}
/* --- */
.testimonials_section .carousel_container{
    margin-top: 45px;
}
.testimonials_section .carousel_container .gap-use-rp >*{
    padding: 0 20px;
}
.testimonials_section .carousel_container .owl-stage{
    display: flex;
}
.testimonials_section .carousel_container .item{
    padding: 18px;
}
.testimonials_section .carousel_container .item,
.testimonials_section .carousel_container .review-box{
    height: 100%;
}
.testimonials_section .carousel_container .review-box {
    border-radius: 18px;
    background-color: #FFF;
    padding: 45px 40px;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 4px 10px #00000040;
}
.testimonials_section .carousel_container .review-box .cote{
    margin-bottom: 26px;
}
.testimonials_section .carousel_container .review-box .cote img{
    width: 36.41px;
    height: 28.488px;
    flex-shrink: 0;
    object-fit: cover;
}
.testimonials_section .carousel_container .review-box h2{
    color: #000;
    font-size: 29px;
    max-width: 346px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 30px;
}
.testimonials_section .carousel_container .review-box .rating-str{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 18px 0 28px;
}
.testimonials_section .carousel_container .review-box .rating-str img{
    width: 18.214px;
    height: 18.943px;
    flex-shrink: 0;
    object-fit: cover;
}

.testimonials_section .carousel_container .review-box p{
    color: #5B5B5B;
    font-size: 23px;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 400;
    line-height: 35px;
    max-width: 380px;
}
.testimonials_section .carousel_container .review-box .poster {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: auto;
    padding-top: 26px;
}
.testimonials_section .carousel_container .review-box .poster .ig{
    width: 47.881px;
    height: 47.881px;
    flex-shrink: 0;
}
.testimonials_section .carousel_container .review-box .poster .ig img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.testimonials_section .carousel_container .review-box .poster h3{
    color: #1D358E;
    font-size: 20px;
    margin:0 15px 0 19px;
    font-weight: 600;
    line-height: normal;
}
.testimonials_section .carousel_container .review-box .poster span{
    display: block;
    color: #5B5B5B;
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.36px;
}

footer{
    margin-top: 245px;
    padding: 105px 0 0;
    background: #292929;
}
footer .footer-container{
    width: 100%;
    max-width: 1400px;
    margin: auto;
}
footer .ftr-logo{
    height: 270px;
    width: fit-content;
    margin: auto auto 50px;
}
footer .content_ftr{
    display: flex;
    align-items: flex-start;
}
footer .ftr-logo a{
    display: inline-block;
}
footer .content_ftr .img-set{
    flex-shrink: 0;
    max-width: 124px;
    width: 100%;
    margin-right: 26px;
    position: relative;
}
footer .content_ftr .img-set::before{
    content: '';
    display: block;
    width: 100%;
    padding-top: 100%;
}
footer .content_ftr .img-set img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
}
footer .content_ftr h4{
    color: #2979DB;
    font-size: 25px;
    margin-bottom: 24px;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
footer .content_ftr p{
    color: #FFF;
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 1px;
    max-width: 234px;
}
footer .copyright__section {
    margin-top: 80px;
    padding: 55px 0;
    border-top: 1px solid #3D3C3C;
}
footer .copyright__section .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer .copyright__section p{
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0.4px;
}
footer .copyright__section p a{
    color: #2979DB;
}
footer .copyright__section li+li{
    margin-left: 10px;
}
footer .copyright__section li a{
    display: block;
}
footer .copyright__section li svg,
footer .copyright__section li svg path{
    transition: all 0.2s ease-in-out;
}
footer .copyright__section li a:hover svg,
footer .copyright__section li a:hover svg path{
    fill: #2979DB;
}

.error_text{color: #20df6c;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 40px;
    font-weight: 400;
    margin-top: 5px;}


@media (min-width: 1710px){
    .container {
        max-width: 1570px;
    }
}

@media (min-width: 1840px){
    .container {
        max-width: 1650px;
    }
}

@media (max-width:1830px) {
    .banner_section .banner-text .ixp-img {
        max-width: 540px;
    }
    .banner_section .banner-text .ttx-content h2 {
        font-size: 54px;
        margin-bottom: 27px;
    }
    .banner_section {
        min-height: 820px;
    }
    .banner_section .bnnr-frm .fild_text textarea {
        height: 108px;
    }
}

@media (max-width: 1710px){
    
    .banner_section .bnnr-frm .fild_text textarea {
        height: auto;
    }
    .banner_section .banner-text .ixp-img {
        max-width: 464px;
    }
    .banner_section .bnnr-frm h4 {
        font-size: 24px;
        line-height: 33px;
    }
    .banner_section .bnnr-frm form {
        padding: 38px 30px 0;
    }
    .banner_section .banner-text .ttx-content h2 {
        font-size: 50px;
        margin-bottom: 25px;
    }
    .banner_section {
        min-height: 606px;
        padding: 56px 0 0;
    }
    .experience-section {
        margin-top: -30px;
    }
    .banner_section .bnnr-frm {
        max-width: 470px;
        padding: 30px 28px 45px;
    }
    .banner_section .bnnr-frm [type="submit"] {
        font-size: 20px;
        padding: 10px 30px;
        margin-top: 30px;
    }
    .banner_section .banner-text .ttx-content h4 {
        font-size: 27px;
        font-weight: 700;
        line-height: 37px;
    }
    .banner_section .banner-text .ttx-content p {
        font-size: 17px;
        line-height: 38px;
    }
    .experience-section .wrapper-box .count_down .count {
        font-size: 130px;
        line-height: 150px;
    }
    .experience-section .wrapper-box .count_down p {
        font-size: 28px;
        line-height: 35px;
    }
    .experience-section .wrapper-box .sect-xp p {
        font-size: 26px;
        line-height: 44px;
    }
    .experience-section .wrapper-box .sect-xp h5 {
        font-size: 25px;
        line-height: 25px;
    }
    .experience-section .wrapper-box .sect-xp {
        max-width: 226px;
    }
    .experience-section .wrapper-box .sect-xp .map_loc_set img {
        width: 76px;
        height: 76px;
    }
    .experience-section .wrapper-box .sect-xp .map_loc_set a {
        margin-left: 32px;
        font-size: 22px;
        line-height: normal;
    }
    .experience-section .wrapper-box .sect-xp .map_loc_set {
        margin-top: 35px;
    }
    .experience-section .wrapper-box .sect-xp li h6{
        margin-bottom: 6px;
    }
    .experience-section .wrapper-box .sect-xp li h6, .experience-section .wrapper-box .sect-xp li p {
        font-size: 23px;
        line-height: normal;
    }
    .section_bold_bar .heading h2 {
        font-size: 44px;
    }
    .section_bold_bar .heading {
        padding: 13px 40px;
    }
  
    .service-section .blog-area, .service-section .blog-area .post-card.post-card {
        margin-top: 86px;
    }
    .service-section .blog-area {
        padding: 0 40px;
    }
    .service-section .blog-area .post-card .img-thumb {
        max-width: 330px;
    }
    .service-section .blog-area .post-card .ttx {
        padding: 10px 50px 0 45px;
    }
    .service-section .blog-area .post-card .ttx h3 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 17px;
    }
    .service-section .blog-area .post-card .ttx p {
        font-size: 18px;
        line-height: 26px;
    }
    .get-started h2 {
        font-size: 60px;
        margin-bottom: 46px;
    }
    footer {
        margin-top: 200px;
        padding: 90px 0 0;
    }
    footer .copyright__section {
        margin-top: 66px;
        padding: 45px 0 40px;
    }
    footer .content_ftr .img-set {
        max-width: 104px;
        margin-right: 20px;
    }
    footer .content_ftr h4 {
        font-size: 21px;
        margin-bottom: 18px;
    }
    footer .content_ftr p {
        font-size: 18px;
        line-height: normal;
    }
    footer .ftr-logo img{
        width: 466px;
    }
    footer .ftr-logo {
        height: 226px;
    }
    .header_main .wrapper .logo-side a img {
        width: 240px;
    }
    .header_main .wrapper .hdr-contact a {
        font-size: 40px;
        line-height: 26px;
    }
    .header_main .wrapper .hdr-contact strong {
        font-size: 26px;
        line-height: 27px;
    }
    .header_main {
        height: 162px;
    }
    .testimonials_section .carousel_container .review-box h2 {
        font-size: 24px;
    }
    .testimonials_section .carousel_container .review-box p {
        font-size: 18px;
        line-height: 29px;
    }
    .testimonials_section .carousel_container .review-box .poster .ig {
        width: 45px;
        height: 45px;
    }
    .testimonials_section .carousel_container .review-box .poster h3 {
        font-size: 18px;
        margin: 0 12px 0 18px;
    }
    .testimonials_section .carousel_container .review-box .poster span {
        font-size: 17px;
    }
    .get-started .link-wil {
        font-size: 25px;
        padding: 17px 127px;
    }
    .get-started {
        margin: 90px 0 190px;
    }
    .banner_section .bnnr-frm .fild_text textarea,
    .banner_section .bnnr-frm .fild_text input {
        padding: 13px 20px;
        font-weight: 400;
        font-size: 18px;
    }
    .banner_section .bnnr-frm [type="submit"] {
        font-size: 18px;
        margin-top: 28px;
    }
    .banner_section .bnnr-frm {
        padding: 30px 28px 34px;
    }
}

@media (max-width: 1399px){
    .header_main .wrapper .logo-side a img {
        width: 200px;
    }
    .header_main {
        height: 128px;
        padding: 0 40px 0 83px;
    }
    .header_main .wrapper .hdr-contact a {
        font-size: 30px;
        line-height: normal;
    }
    .header_main .wrapper .hdr-contact strong {
        font-size: 19px;
        line-height: normal;
        margin-bottom: 0px;
    }
    .banner_section .banner-text .ttx-content h2::after {
        width: 54px;
        height: 3px;
        margin-top: 9px;
    }
    .banner_section .banner-text .ttx-content h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .banner_section .banner-text .ttx-content h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 22px;
    }
    .banner_section .banner-text .ttx-content p {
        font-size: 14px;
        line-height: 32px;
    }
    .banner_section {
        min-height: 636px;
        padding: 60px 0 0;
    }
    .banner_section .banner-text .ttx-content {
        margin: 15px 0 0 3px;
    }
    .banner_section .banner-text .ixp-img {
        max-width: 350px;
    }
    .banner_section .bnnr-frm h4 {
        font-size: 20px;
        line-height: 29px;
    }
    .banner_section .bnnr-frm .fild_text input::placeholder, .banner_section .bnnr-frm .fild_text input, .banner_section .bnnr-frm .fild_text textarea, .banner_section .bnnr-frm .fild_text textarea::placeholder {
        font-size: 16px;
    }
    .banner_section .bnnr-frm .fild_text textarea, .banner_section .bnnr-frm .fild_text input {
        padding: 15px 19px;
    }
    .banner_section .bnnr-frm [type="submit"] {
        font-size: 15px;
        margin-top: 28px;
    }
    .banner_section .bnnr-frm {
        max-width: 393px;
        padding: 30px 18px 40px;
    }
    .banner_section .bnnr-frm .fild_text+.fild_text {
        margin-top: 16px;
    }
    .experience-section {
        margin-top: -36px;
    }
    .experience-section .wrapper-box .sect-xp h5 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 16px;
    }
    .experience-section .wrapper-box .sect-xp p {
        font-size: 20px;
        line-height: 34px;
    }
    .experience-section .wrapper-box .sect-xp .map_loc_set img {
        width: 65px;
        height: 65px;
    }
    .experience-section .wrapper-box .sect-xp .map_loc_set a {
        margin-left: 22px;
        font-size: 18px;
        line-height: normal;
    }
    .experience-section .wrapper-box .sect-xp li h6, .experience-section .wrapper-box .sect-xp li p {
        font-size: 18px;
        line-height: 24px;
    }
    .experience-section .wrapper-box .sect-xp li+li {
        margin-top: 18px;
    }
    .experience-section .wrapper-box .sect-xp {
        max-width: 174px;
    }
    .experience-section .wrapper-box .count_down .count {
        font-size: 115px;
        line-height: 141px;
    }
    .experience-section .wrapper-box .count_down p {
        font-size: 25px;
        line-height: 31px;
    }
    .experience-section .wrapper-box {
        padding: 30px 0px;
    }
    .section_bold_bar .heading h2 {
        font-size: 38px;
    }
    .section_bold_bar .heading {
        padding: 13px 40px;
    }
    .service-section .blog-area .post-card .img-thumb {
        max-width: 258px;
    }
    .service-section .blog-area {
        padding: 0 30px;
    }
    .service-section .blog-area, .service-section .blog-area .post-card.post-card {
        margin-top: 76px;
    }
    .service-section .blog-area .post-card .ttx h3 {
        font-size: 26px;
        margin-bottom: 13px;
    }
    .service-section .blog-area .post-card .ttx p {
        font-size: 17px;
        line-height: normal;
    }
    .service-section .blog-area .post-card .ttx {
        padding: 5px 0px 0 35px;
    }
    .get-started h2 {
        font-size: 46px;
        margin-bottom: 37px;
    }
    .get-started .link-wil {
        font-size: 30px;
        padding: 13px 77px;
    }
    .get-started {
        margin: 90px 0 170px;
    }
    .testimonials_section .carousel_container .review-box h2 {
        font-size: 20px;
        line-height: normal;
    }
    .testimonials_section .carousel_container .review-box p {
        font-size: 17px;
        line-height: normal;
    }
    .testimonials_section .carousel_container .review-box .poster .ig {
        width: 39px;
        height: 39px;
    }
    .testimonials_section .carousel_container .review-box .poster h3 {
        font-size: 16px;
        margin: 0 11px 0 16px;
    }
    .testimonials_section .carousel_container .review-box .poster span {
        font-size: 16px;
        line-height: normal;
    }
    .testimonials_section .carousel_container .review-box {
        padding: 34px 30px;
    }
    footer .ftr-logo img {
        width: 390px;
    }
    footer {
        margin-top: 184px;
        padding: 70px 0 0;
    }
    footer .ftr-logo {
        height: 190px;
    }
    footer .content_ftr .img-set {
        max-width: 88px;
        margin-right: 18px;
    }
    footer .content_ftr h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }
    footer .content_ftr p {
        font-size: 14px;
    }
    footer .footer-container {
        max-width: 1140px;
    }
    footer .copyright__section p {
        font-size: 16px;
    }
    footer .copyright__section {
        margin-top: 54px;
        padding: 35px 0 30px;
    }
}

@media (max-width: 1199px){
    .banner_section {
        min-height: 538px;
        padding: 45px 0 0;
    }
    .get-started .link-wil {
        font-size: 25px;
    }
    .get-started {
        margin: 70px 0 111px;
    }
    .section_bold_bar .heading h2 {
        font-size: 36px;
    }
    .banner_section .banner-text .ttx-content h2 {
        font-size: 30px;
        margin-bottom: 18px;
    }
    .banner_section .banner-text .ixp-img {
        max-width: 292px;
    }
    .banner_section .banner-text .ttx-content {
        margin: 15px 0 0 0px;
    }
    .banner_section .bnnr-frm h4 {
        font-size: 18px;
        line-height: 25px;
    }
    .banner_section .banner-text .ttx-content p {
        font-size: 12px;
        line-height: 32px;
    }
    .banner_section .bnnr-frm {
        max-width: 346px;
        padding: 27px 18px 29px;
    }
    .banner_section .bnnr-frm [type="submit"] {
        font-size: 13px;
        margin-top: 28px;
    }
    .banner_section .bnnr-frm .fild_text textarea, .banner_section .bnnr-frm .fild_text input {
        padding: 13px 18px;
    }
    .banner_section .bnnr-frm form {
        padding: 38px 26px 0;
    }
    .testimonials_section .carousel_container .review-box {
        padding: 30px 20px;
    }
    .service-section .blog-area .post-card .img-thumb {
        max-width: 214px;
    }
    .service-section .blog-area .post-card .ttx h3 {
        font-size: 24px;
        margin-bottom: 11px;
    }
    .service-section .blog-area .post-card .ttx p {
        font-size: 16px;
    }
    .service-section .blog-area .post-card .ttx {
        padding: 3px 0px 0 30px;
    }
    .service-section .blog-area, .service-section .blog-area .post-card.post-card {
        margin-top: 58px;
    }
    .testimonials_section .carousel_container .review-box h2 {
        font-size: 19px;
        line-height: normal;
    }
    .testimonials_section .carousel_container .review-box .cote img {
        width: 30px;
        height: auto;
    }
    .testimonials_section .carousel_container .review-box .cote {
        margin-bottom: 20px;
    }
    .testimonials_section .carousel_container .review-box .rating-str {
        margin: 14px 0 22px;
    }
    .testimonials_section .carousel_container .review-box p {
        font-size: 16px;
        line-height: normal;
    }
    footer {
        margin-top: 142px;
        padding: 60px 0 0;
    }
    footer .ftr-logo img {
        width: 360px;
    }
    footer .ftr-logo {
        height: 158px;
    }
    footer .footer-container {
        max-width: 960px;
    }
    .header_main .wrapper .hdr-contact strong {
        font-size: 18px;
    }
    .header_main .wrapper .hdr-contact a {
        font-size: 28px;
    }
    .header_main .wrapper .logo-side a img {
        width: 180px;
    }
    .header_main {
        height: 118px;
        padding: 0 35px 0 68px;
    }
}

@media (max-width: 991px){
    .testimonials_section .carousel_container .gap-use-rp >* {
        padding: 20px;
    }
    .testimonials_section .carousel_container .review-box h2,
    .testimonials_section .carousel_container .review-box p {
        max-width: 100%;
    }
    .banner_section .bnnr-frm form {
        padding: 22px 0 0;
    }
    .banner_section .bnnr-frm h4 {
        font-size: 14px;
        line-height: 20px;
    }
    .banner_section .bnnr-frm .fild_text textarea, .banner_section .bnnr-frm .fild_text input {
        padding: 11px 14px;
    }
    .banner_section .bnnr-frm .fild_text input::placeholder, .banner_section .bnnr-frm .fild_text input, .banner_section .bnnr-frm .fild_text textarea, .banner_section .bnnr-frm .fild_text textarea::placeholder {
        font-size: 14px;
    }
    .banner_section .banner-text .ixp-img {
        max-width: 240px;
    }
    .banner_section {
        min-height: 428px;
        padding: 34px 0 32px;
    }
    .banner_section .banner-text .ttx-content h2 {
        font-size: 24px;
    }
    .banner_section .banner-text .ttx-content h2::after {
        width: 48px;
        height: 3px;
        margin-top: 7px;
    }
    .banner_section .banner-text .ttx-content h4 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 7px;
    }
    .banner_section .banner-text .ttx-content p {
        font-size: 12px;
        line-height: normal;
    }
    .experience-section .wrapper-box .count_down .count {
        font-size: 75px;
        line-height: normal;
    }
    .experience-section .wrapper-box .count_down p {
        font-size: 18px;
        line-height: normal;
    }
    .experience-section {
        margin-top: 24px;
    }
    .experience-section .wrapper-box .sect-xp p {
        font-size: 18px;
        line-height: normal;
    }
    .experience-section .wrapper-box .sect-xp h5 {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .experience-section .wrapper-box .sect-xp .map_loc_set img {
        width: 54px;
        height: 54px;
    }
    .experience-section .wrapper-box .sect-xp .map_loc_set a {
        margin-left: 16px;
        font-size: 17px;
        line-height: normal;
    }
    .experience-section .wrapper-box .sect-xp .map_loc_set {
        margin-top: 23px;
    }
    .section_bold_bar .heading h2 {
        font-size: 28px;
    }
    .section_bold_bar .heading {
        padding: 28px;
        border-radius: 8px;
    }
    .service-section .blog-area .post-card .ttx h3 {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .get-started h2 {
        font-size: 36px;
        margin-bottom: 23px;
    }
    .get-started .link-wil {
        font-size: 20px;
        padding: 13px 66px;
    }
    .get-started {
        margin: 56px 0 88px;
    }
    footer .ftr-logo img {
        width: 300px;
    }
    footer .ftr-logo {
        height: 135px;
    }
    footer .content_ftr .img-set {
        max-width: 78px;
        margin-right: 16px;
    }
    footer .content_ftr h4 {
        font-size: 16px;
        margin-bottom: 7px;
    }
    footer .content_ftr p {
        font-size: 12px;
    }
    footer .footer-container {
        max-width: 720px;
    }
}

@media (max-width: 767px){
    .banner_section .bnnr-frm h4 {
        font-size: 18px;
        line-height: 20px;
    }
    .banner_section .bnnr-frm {
        max-width: 100%;
        padding: 30px 20px;
        margin-top: 36px;
    }
    .header_main .wrapper .logo-side a img {
        width: 150px;
    }
    .header_main {
        height: auto;
        padding: 15px;
    }
    .service-section .blog-area .post-card {
        flex-direction: column;
    }
    .service-section .blog-area .post-card .ttx {
        padding: 30px 0px 0;
    }
    .service-section .blog-area .post-card .img-thumb {
        max-width: 100%;
    }
    .service-section .blog-area .post-card .ttx h3 {
        font-size: 20px;
    }
    .section_bold_bar .heading h2 {
        font-size: 26px;
    }
    .section_bold_bar .heading {
        padding: 17px 20px;
        border-radius: 6px;
    }
    .experience-section .wrapper-box {
        padding: 8px 20px 30px;
    }
    .experience-section .wrapper-box .middle-column {
        border-left: none;
    }
    .experience-section .wrapper-box .count_down {
        margin: auto auto 28px;
    }
    footer .footer-container {
        max-width: 100%;
        padding: 0 30px;
    }
    .get-started h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    footer .content_ftr {
        margin: auto auto 30px;
        width: 306px;
    }
    footer .copyright__section {
        margin-top: 25px;
    }
    footer .ftr-logo {
        height: auto;
    }
}

@media (max-width: 576px){
    .testimonials_section .carousel_container {
        margin-top: 20px;
    }
    footer {
        margin-top: 82px;
    }
    .experience-section .wrapper-box .sect-xp {
        max-width: 100%;
    }
    .experience-section .wrapper-box {
        padding: 8px 30px 30px;
    }
    .service-section .blog-area {
        padding: 0;
    }
    footer .copyright__section .container {
        flex-direction: column-reverse;
    }
    .experience-section .wrapper-box .middle-column {
        border-bottom: 1px dashed #757575;
        border-top: 1px dashed #757575;
        border-right: none;
        padding:30px 15px;
    }
    footer .copyright__section p {
        padding-top: 30px;
    }
}

@media (max-width: 480px){
    .header_main .wrapper .logo-side a img {
        width: 136px;
    }
    .header_main .wrapper .hdr-contact a {
        font-size: 22px;
    }
    .header_main .wrapper .hdr-contact strong {
        font-size: 14px;
    }
    .banner_section .banner-text .ixp-img {
        max-width: 174px;
    }
    .get-started h2 {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .get-started {
        margin: 34px 0 50px;
    }
}

@media (max-width: 400px){
    .banner_section .banner-text .ixp-img {
        max-width: 150px;
    }
    .banner_section .banner-text .ttx-content h2 {
        font-size: 24px;
        margin-bottom: 14px;
    }
    .get-started .link-wil {
        font-size: 18px;
        padding: 13px 52px;
    }
}


