body {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-family: 'Gilroy-Medium';


}

p,
a,
li,
span {
    font-family: 'Gilroy-Medium';

}

h1,
h2,
h4,
h5,
h6 {
    font-family: 'Gilroy-Medium';

}

b,
strong {
    font-weight: 700;
    font-family: 'Gilroy-Bold';
}

.light b,
.light strong,
.light li,
.light p,
.light a,
.light h3,
.light h4,
.light h2,
.light h1 {
    color: #fff;
}

/*----------- same section css ------*/

.cont_width .container {
    max-width: 1327px;
}


.container {
    max-width: 1200px;
    width: 80%;
}

.container-fluid {
    padding: 0;
}


.pa_t_4 {
    padding-top: 40px;
}

.pa_t_5 {
    padding-top: 50px;
}

.pa_t_6 {
    padding-top: 60px;
}

.pa_t_7 {
    padding-top: 70px;
}

.pa_t_8 {
    padding-top: 80px;
}

.pa_t_9 {
    padding-top: 90px;
}

.pa_t_10 {
    padding-top: 100px;
}


.pa_b_4 {
    padding-bottom: 40px;

}

.pa_b_5 {
    padding-bottom: 50px;

}

.pa_b_6 {
    padding-bottom: 60px;

}

.pa_b_7 {
    padding-bottom: 70px;

}

.pa_b_8 {
    padding-bottom: 80px;

}

.pa_b_9 {
    padding-bottom: 90px;

}

.pa_b_10 {
    padding-bottom: 100px;

}

.po_r {
    position: relative;
}

.pa_l_1 {
    padding-left: 10px;
}

.pa_l_2 {
    padding-left: 20px;
}

.pa_l_3 {
    padding-left: 30px;
}

.pa_l_4 {
    padding-left: 40px;
}

.pa_l_5 {
    padding-left: 50px;
}

.pa_l_6 {
    padding-left: 60px;
}

.pa_l_7 {
    padding-left: 70px;
}

.pa_l_8 {
    padding-left: 80px;
}

.pa_l_9 {
    padding-left: 90px;
}

.pa_l_10 {
    padding-left: 100px;
}

/*------------------------*/


.pa_r_1 {
    padding-right: 10px;
}

.pa_r_2 {
    padding-right: 20px;
}

.pa_r_3 {
    padding-right: 30px;
}

.pa_r_4 {
    padding-right: 40px;
}

.pa_r_5 {
    padding-right: 50px;
}

.pa_r_6 {
    padding-right: 60px;
}

.pa_r_7 {
    padding-right: 70px;
}

.pa_r_8 {
    padding-right: 80px;
}

.pa_r_9 {
    padding-right: 90px;
}

.pa_r_10 {
    padding-right: 100px;
}

/*--------------------*/

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mb-9 {
    margin-bottom: 90px;
}

.mb-10 {
    margin-bottom: 100px;
}


/*----------- same section css --end----*/

/*------------------heading---------------*/
span,
b,
strong,
li,
a,
p {
    font-size: 20px;
    line-height: 30px;
    color: #232323;
}

.heddi h1 {
    font-size: 56px;
    line-height: normal;
}

h2 {
    font-size: 52px;
    line-height: normal;
}



.bg_color_gr {
    background: rgb(7 241 199 / 6%);
}


.image_a img {
    width: 100%;
}

p:last-child {
    margin: 0;
}

/*--------------------------*/


/*-------header-----------------*/

header.header ul.navbar-nav li.nav-item {
    margin-left: 25px;
}

header.header ul.navbar-nav li.nav-item a.nav-link {
    font-size: 17px;
    color: #171717;
    transition: all ease-in-out 0.3s;
}


/*-------header-----end------------*/


/*----------banner------------------------*/

.heading_text h1 {
    font-size: 56px;
    line-height: 66px;
    color: #122320;
}


.heading_text strong {
    color: #068D7F;
    font-size: 56px;
    line-height: 66px;
}

.heading_text p {
    padding: 20px 0;
    max-width: 450px;
}

/*
.ban_img_back {
    top: -40px;
    position: absolute;
    right: -72px;
    width: 100%;
    z-index: -1;
}
*/

.ban_img_back img {
    width: 100%;
}


a.btn_a {
    width: 156px;
    display: inline-block;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    font-size: 17px;
    border-radius: 0 30px;
    line-height: normal;
    text-align: center;
    background: #4D4D4D;
    color: #fff;
    border: 1px solid #4D4D4D;
    padding: 16px;
}

a.btn_a:hover {
    background: #068D7F;
    border-color: #068D7F;
    border-radius: 30px 0;
}

a.btn_b {
    font-family: 'Gilroy-Bold';
    text-decoration: none;
    color: #122320;
    margin: 0 0 0 30px;
    font-size: 17px;
    position: relative;
    padding-right: 22px;
}



a.btn_b:hover {
    color: #007976;
}





a.btn_b::before {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out 0.3s;
    background-image: url(../images/home-image/arrow_up.svg);
}

a.btn_b:hover::before {
    rotate: 45deg;
    filter: invert(40%) sepia(91%) saturate(466%) hue-rotate(125deg) brightness(89%) contrast(95%);
}


/*----------banner--------end----------------*/



.bacground_img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    height: auto;
}


.bacground_img .bac_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*----------Services---------------*/




.ser_info {
    background: #fff;
    padding: 40px 30px;
    border: 2px solid #000;
    border-radius: 20px;
    overflow: hidden;
}

.ser_info.d-flex {
    padding-bottom: 0;
    padding-right: 50px;
}

.ser_info.d-flex .ser_img {
    width: 50%;
}

.ser_info.d-flex .ser_title_wr {
    width: 50%;
    padding-right: 80px;
}

.ser_info.d-flex .ser_img img {
    height: 435px;
    width: 100%;
    margin-bottom: -30px;
}

.ser_title_wr .ser_title {
    margin: 0 0 0 20px;
}

.ser_title h2,
.ser_title h3 {
    margin: 0;
    font-size: 34px;
    font-family: "Gilroy-SemiBold";
}

.ser_img.image_cb img {
    height: 330px;
}

.ser_info.ser_info_last {
    padding-bottom: 0;
}

.ser_img img {
    width: 100%;
}

/*----------Services-----end----------*/

/*---------Why-Choose-Us----------*/

.choose_info .choose_image {
    position: absolute;
    left: 0;
}

.choose_info .choose_content {
    padding-left: 75px;
}

.choose_info .choose_content h3 {
    font-size: 24px;
    font-family: "Gilroy-Bold";
}


/*---------Why-Choose-Us----end------*/

/*-------Customer Reviews-----------*/



.slider_reviews .owl-stage-outer {
    overflow: visible;
}

.reviews_slider_cc .reviews_cc {
    height: 318px;
    border: 3px solid #000;
    padding: 30px;
    border-radius: 18px;
}

.reviews_slider_cc .revies_content p {
    font-size: 25px;
    line-height: 42px;
    color: #0C0C0C;
}

.reviews_slider_cc .reviews_cc .revies_content {
    margin-top: 30px;
}


.reviews_slider_cc .reviews_img {
    border-radius: 18px;
    overflow: hidden;
    height: 318px;
}

.reviews_slider_cc .reviews_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(100%);
    transition: all ease-in-out 0.3s;
}


.reviews_slider_cc .reviews_img:hover img {
    filter: unset;
}

.slider_reviews .reviews_sl_info .reviews_cc .d-flex {
    flex-direction: row-reverse;
}

.slider_reviews .reviews_sl_info .reviews_cc .revies_content {
    text-align: left;
    direction: ltr;
}

section.customer_reviews_sec {
    overflow: hidden;
}

/*-------Customer Reviews----end-------*/

/*--------Latest Articles------------*/

.articles_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.articles_box .blog_info {
    color: #122320;
    padding: 40px 50px;
    display: block;
    height: 100%;
    box-shadow: 0px 15px 20px rgb(0 0 0 / 16%);
    width: 31.6666%;
    margin-right: 2.5%;
}

.blog_title h2 a {
    color: #0C0C0C;
    font-size: 25px;
    transition: all ease-in-out 0.3s;
    text-decoration: none;
}

.blog_title h2 a:hover {
    color: #068D7F;
}


.blog_title h2 {
    line-height: 25px;
}

.articles_box .blog_info .blog_title {
    padding: 30px 0;
    min-height: 209px;
}

.learn_more a {
    font-size: 17px;
    font-family: 'Gilroy-Bold';
    position: relative;
    display: inline-block;
    padding-right: 22px;
    transition: all ease-in-out 0.3s;
    text-decoration: none;

}

.learn_more a:hover {
    color: #068D7F;
}

.learn_more a:hover::before {
    rotate: 45deg;
    filter: invert(40%) sepia(91%) saturate(466%) hue-rotate(125deg) brightness(89%) contrast(95%);
}

.learn_more a::before {
    content: "";
    background-image: url(../images/home-image/arrow_up.svg);
    width: 14px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all ease-in-out 0.3s;

}


/*--------Latest Articles----end--------*/

/*--------Contact-us--sec----*/

.row.con_row {
    padding: 50px 50px 50px 0;
    border: 3px solid #000;
    border-radius: 18px;
    margin: 0 2px;
}


form.form_info .form-group textarea,
form.form_info .form-group input.form-control {
    margin-top: 15px;
    border: 1px solid #BEBEBE;
    padding: 14px;
    color: #122320;
    font-size: 17px;
    border-radius: 0 30px;
}

form.form_info .form-group textarea {
    height: 112px;
}

form.form_info .form-group textarea::placeholder,
form.form_info .form-group input.form-control::placeholder {
    color: #122320;
}


button.btn_m {
    width: 168px;
    display: inline-block;
    transition: all ease-in-out 0.3s;
    font-size: 17px;
    border-radius: 0 30px;
    line-height: normal;
    text-align: center;
    background: #231F20;
    color: #fff;
    border: 1px solid #231F20;
    padding: 16px;
    margin: 20px 0 0;
}

button.btn_m:hover {
    background: #068D7F;
    border-color: #068D7F;
    border-radius: 30px 0;
}

.col-lg-6.left_con_img {
    padding-left: 0;
}

.contact_left_img img {
    width: 100%;
}
.con_blurb_info.liv_chat .blurb_icon img {
    height: 23px;
}
/*--------Contact-us--sec--end----*/


/*-------footer---------------*/


footer.footer_main p,
footer.footer_main strong,
footer.footer_main a {
    font-size: 18px;
    margin: 0;
}

.fisrt_foter_row {
    background: #282B2A;
    padding: 60px 55px 45px;
    border-radius: 15px;
    border: 1px solid #4A5E5B;
}

.widget ul.footer_menu li {
    list-style: none;
    margin-bottom: 8px;
}


footer a {
    text-decoration: none;
}

.widget .blurb_info {
    position: relative;
}

.widget .blurb_info .blurb_icon {
    position: absolute;
    left: 0;
    top: 3px;
}

.widget .blurb_info .blurb_content {
    padding-left: 34px;
}

.widget .blurb_info .blurb_content strong {
    display: block;
}


.widget .blurb_info .blurb_content p,
.widget .blurb_info .blurb_content a {
    color: #DADEDE;
}

a.f_btn:hover {
    border-radius: 30px 0;
}

a.f_btn {
    background: #068D7F;
    padding: 16px 49px;
    border-radius: 0 30px;
    transition: all ease-in-out 0.3s;
    font-size: 18px;
    line-height: normal;
    display: inline-block;
}

ul.social_media li {
    display: inline-flex;
    margin: 0 5px;
}

ul.social_media li a {
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #59605F;
    border-radius: 100px;
    transition: all ease-in-out 0.3s;
}

ul.social_media li a:hover {
    background: #068d7f;
    border-color: #068d7f;
}

footer.footer_main .second_foter_row a,
footer.footer_main .second_foter_row p {
    color: #8C8C8C;
}

.policy_list ul li {
    display: inline-flex;
    margin-left: 35px;
    position: relative;
}

.policy_list ul li::before {
    content: "";
    position: absolute;
    border-left: 1px solid #8c8c8c;
    height: 16px;
    left: -18px;
    top: 50%;
    transform: translateY(-50%);
}


.policy_list ul li:first-child::before {
    opacity: 0;
}

.policy_list ul li a:hover {
    color: #068d7f;
}

.widget .blurb_info .blurb_content a:hover,
.widget ul.footer_menu li a:hover {
    color: #068d7f;
    padding-left: 5px;
}

.policy_list ul li a,
.widget .blurb_info .blurb_content a,
.widget ul.footer_menu li a {
    position: relative;
    transition: all ease-in-out 0.3s;
}

/*-------footer-----end--------*/

/*--------------inner--page---------------*/

.our_team_sec .heddi {
    max-width: 764px;
}

.team_member {
    padding: 22px;
    border-radius: 0 45px;
    background: #fff;
    box-shadow: 0px 14px 20px rgb(77 77 77 / 10%);
}

.team_member .person_img {
    border-radius: 0 45px;
    overflow: hidden;
}

.team_member .person_img img {
    width: 100%;
    transition: all ease-in-out 0.3s;
}

.team_member .person_details {
    padding: 20px 0 10px;
}

.team_member .person_details .person_name strong {
    font-size: 21px;
    color: #4D4D4D;
}


.team_member .person_details .person_bio span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: 'Gilroy-SemiBold';
    color: #4D4D4D;
}


.team_member:hover .person_img img {
    transform: scale(1.05);
}

.ser_title_wr .button {
    margin-top: 40px;
}

.heddi.hedd_max {
    max-width: 900px;
}

.ser_choose_content .choose_info .choose_content h3 {
    font-size: 26px;
}

.ser_wraper .ser_title h2 {
    font-size: 44px;
    font-family: 'Gilroy-Bold';
}

.video_info {
    border-radius: 20px;
    overflow: hidden;
    line-height: 0;
}

/*------------inner--page---end------------*/


a.btn_c {
    width: 156px;
    display: inline-block;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    font-size: 17px;
    border-radius: 0 30px;
    line-height: normal;
    text-align: center;
    color: #060606;
    border: 1px solid #4D4D4D;
    padding: 16px;
}

a.btn_c:hover {
    background: #068d7f;
    border-color: #068d7f;
    color: #fff;
    border-radius: 30px 0;
}

/*-----------------------------*/

/*-------contact-us-----------------*/

.blurb_content.address_in .blurb_text {
    padding-left: 60px;
}

.con_blurb_info .blurb_icon {
    position: absolute;
}

.con_blurb_info .blurb_content {
    padding-left: 34px;
}
.row.contact_row {
    padding: 50px 20px 50px 0;
    border: 3px solid #000;
    border-radius: 18px;
    margin: 0 2px;
}

.contact_left_box {
    padding: 30px;
    background-color: #064B44;
    border-radius: 20px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.contact_left_box .row {
    width: 100%;
}

.con_blurb_info {
    background-color: #0C6158;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    position: relative;
}
.con_blurb_info .blurb_content strong {
    font-size: 18px;
    display: block;

}
.con_blurb_info .blurb_content a {
    font-size: 17px;
    text-decoration: none;
}

.con_blurb_info .blurb_content p,
.con_blurb_info .blurb_text p {
    font-size: 17px;
}


ul.con_social_media li {
    display: inline-flex;
    margin: 0 5px;
}

ul.con_social_media li a {
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 100px;
    transition: all ease-in-out 0.3s;
}

ul.con_social_media li a:hover {
    background: #068d7f;
    border-color: #068d7f;
}

ul.con_social_media li a img {
    width: 100%;
    height: 15px;
}

/*
.con_sub_box.last .con_blurb_info {
    display: flex;
    justify-content: center;
    padding-right: 80px;
    margin-bottom: 0;
    align-items: center;
}
*/

.con_us.heddi h2 {
    font-size: 32px;
}

/*-------contact-us------end-----------*/


/*-----blog-page-----------*/

.post_hedd h1 {
    font-size: 36px;
    line-height: 46px;
}

.heddi_post h3 {
    font-size: 30px;
    line-height: 40px;
}


.features_image {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}

.features_image img {
    width: 100%;
    transition: all ease-in-out 0.3s;
}

.features_image a:hover img {
    transform: scale(1.05);
}

.blog_wraper {
    padding: 30px;
    border: 2px solid #fff;
    border-radius: 22px;
    box-shadow: 1px 17px 20px rgb(0 0 0 / 12%);
    height: 100%;
    transition: all ease-in-out 0.3s;
}

.blog_wraper:hover {
    border-color: #000;
}

.blog_wr .blog_content {
    margin: 15px 0;
}

.blog_wr .blog_title {
    margin-top: 15px;
}

.blog_wr .blog_title a {
    font-family: 'Gilroy-SemiBold';
}

.popular_posts {
    padding: 15px;
    box-shadow: 1px 17px 20px rgb(0 0 0 / 12%);
    border-radius: 22px;
    height: 100%;
    max-width: 426px;
    float: right;
}


.popular_posts_list .posts_list {
    padding: 8px 15px 15px;
    margin: 15px 0;
    border-radius: 13px;
    transition: all ease-in-out 0.3s;
}

.popular_posts_list .posts_list.active,
.popular_posts_list .posts_list:hover {
    background: #F2FBFA;
}

.popular_posts_list .posts_list.active .learn_more a::before {
    filter: invert(40%) sepia(91%) saturate(466%) hue-rotate(125deg) brightness(89%) contrast(95%);
}

.popular_posts_list .posts_list .blog_title h2 a {
    font-size: 20px;
    line-height: 20px;
    color: #232323;
    font-family: 'Gilroy-Bold';
}

.popular_posts_list .posts_list .blog_title h2 {
    line-height: 20px;
}

.posts_list.active .learn_more a,
.posts_list.active .blog_title h2 a,
.popular_posts_list .posts_list .blog_title h2 a:hover {
    color: #068D7F;
}

.popular_posts .heddi_post {
    padding: 15px;
}



.popular_posts .heddi_post::before {
    content: "";
    position: absolute;
    border-bottom: 1px solid #c2c2c2;
    width: 90%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}


.articles_box .blog_wraper {
    width: 31.6666%;
    margin-right: 2.5%;
}

.articles_box .blog_wraper:nth-child(3n) {
    margin-right: 0;
}

.articles_box .blog_wraper .blog_title {
    margin-bottom: 20px;
}

.articles_box .blog_wraper .blog_title h2 a {
    font-family: 'Gilroy-Bold';
}

/*-----blog-page--end---------*/


/*--------blog_details-------------*/


.blog_title h1 {
    font-size: 40px;
    line-height: 50px;
}

.blog_details_sec .post_details_info {
    padding: 60px 75px;
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    border-radius: 22px;
}

.category {
    background: #068D7F;
    display: inline-block;
    padding: 4px 12px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.category a {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: normal;
    text-decoration: none;
}

.blog_details_sec .post_details_info .meta {
    color: #8F8F8F;
}

.gl_img {
    border-radius: 12px;
    overflow: hidden;
}

.gl_img img {
    width: 100%;
}


.post_share ul li {
    display: inline-block;
    margin-left: 20px;
}

.post_share ul li a {
    text-decoration: none;
    color: #9B9B9B;
}

/*----------Leave a comment----------------*/

.comment_form {
    box-shadow: 0 0 20px rgb(0 0 0 / 12%);
    border-radius: 22px;
    padding: 30px 75px;
}

.comment_title h2 {
    font-size: 32px;
    color: #4D4D4D;
}

.comment_title p {
    font-size: 18px;
    color: #9B9B9B;
}

.comment_form form.form_info .form-group textarea {
    height: 161px;
}

button.btn_cmt {
    padding: 0;
    border: 0;
    background: transparent;
    margin: 15px 0;
    transition: all ease-in-out 0.3s;
    color: #122320;
    font-family: 'Gilroy-Bold';
    font-size: 17px;
}

button.btn_cmt:hover {
    color: #007976;
}

button.btn_cmt:hover img {
    rotate: 45deg;
    filter: invert(40%) sepia(91%) saturate(466%) hue-rotate(125deg) brightness(89%) contrast(95%);
}

button.btn_cmt img {
    transition: all ease-in-out 0.3s;

}



/*----------Leave a comment---end-------------*/



/*--------blog_details-----end--------*/


/*------------------ Get Started popup ----------------------*/
#get_start_eModal .modal-dialog {
    max-width: 900px;
}

#get_start_eModal .modal-dialog .modal-body form.form_info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

#get_start_eModal .modal-dialog .modal-body .form-group {
    width: 100%;
    padding: 13px 0 14px;
}

#get_start_eModal .modal-dialog .modal-body .form-group.hulf_div {
    width: 48%;
}

#get_start_eModal .modal-dialog .modal-body .form-group p, #get_start_eModal .modal-dialog .modal-body .form-group label {
    color: #000;
    font-size: 18px;
}

#get_start_eModal .modal-dialog .modal-body .form-group input.form-control {
    margin: 4px 0 0;
}

#get_start_eModal .modal-dialog .modal-body .form-group .form-check {
    display: inline-block;
    margin-right: 15px;
}

#get_start_eModal .modal-dialog .modal-body {
    padding: 45px !important;
    padding-top: 13px !important;
}

#get_start_eModal .modal-dialog 
 .modal-header {
    padding: 14px 39px;
}

#get_start_eModal .modal-dialog .modal-header h5 {
    font-size: 40px;
    text-transform: capitalize;
}
#get_start_eModal .modal-dialog .modal-header button.btn-close {
    background-color: #e9e9e9 !important;
    opacity: 1;
    border-radius: 100%;
    width: 19px;
    height: 19px;
}
.form-message {
    position: absolute;
    width: 100%;
        left: 0;
    bottom: 0;
}

.form-message span {
    line-height: normal;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #058923;
        text-align: center;
    padding: 10px;
    background: #33ab4e52;
    line-height: normal;
        width: 100%;
}