@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Inter:wght@100;200;300;400;500;600;700;800&display=swap');

/*Google Fonts*/
:root {
    --H-family: 'Inter', sans-serif;
    --B-family: 'DM Sans', sans-serif;
    --main: #1e90ff;
    --secoendry: #20b2aa; 
    --green: #1B756B;
    --primary: #00180F;
    --Light_bg: #DCFFEA;
    --color-5694dcf: #00180F;
    --color-c8d24ad: #DCFFEA;
    --color-3be00b3: #F9F9F9;
    --color-176de3b: #FFFFFF;
    --base-color: #545454;
    --light-bg: #f4f8f8;
    --blog-btn-color: #083b8a;
    --white: #ffffff;
    --black: #000000;
    --gradient: linear-gradient(90deg, rgba(0, 186, 242, 1) 0%, rgba(32, 177, 170, 1) 100%);
  

}


body,
html {
    color: #545454;
    background: #fff;
    font-family: var(--B-family);
    font-size: 16px;
    scroll-behavior: smooth;
    position: relative;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
}

p {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h3,
h6 {
    font-family: var(--H-family);
    padding: 0;
}


/* top-header */

.top_header {
    background: var(--blue);
    padding: 5px 0;
    font-family: var(--H-family)
}

.top_social {
    padding: 0;
    margin: 0;
    text-align: right;
}

.top_social li {
    list-style: none;
    display: inline-block;
}

.top_social li a {
    display: inline-block;
    color: var(--white);
    font-size: 17px;
    background: rgba(255, 255, 255, 0.1);
    width: 31px;
    height: 31px;
    text-align: center;
    line-height: 27px;
    border-radius: var(--top-social-radius);
    border: 1px solid rgba(255, 255, 255, 0.18);
    margin: 0 0 0 5px;
}

.top_info {
    padding: 0;
    margin: 0;
}

.top_info li {
    list-style: none;
    display: inline-block;
}

.top_info li a {
    display: inline-block;
    color: var(--white);
    margin: 0 27px 0 0;
    font-weight: 500;
    font-size: 18px;
}

.top_info li a i {
    display: inline-block;
    color: var(--white);
    margin: 0 3px 0 0;
    font-weight: 500;
    font-size: 20px;
}


/* top-header */


/* header */
 

header {
    border-bottom: none;
    transition: 0.3s;
}

.navbar-light .navbar-brand {
    width: 200px !important;
    ;
    transition: 0.3s;
}

.navbar {
    padding: 0;
    border-bottom: none;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--white);
}

.navbar-expand-xl .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 500;
    display: block;
    padding: 26px 23px;
    text-decoration: none;
    color: #fff;
    position: relative;
    white-space: nowrap;
    text-transform: capitalize;
    border-radius: 7px;
    transition: 0.3s;
}

.navbar-expand-xl .navbar-nav .nav-link:last-child::before {
    display: none;
}

.navbar-expand-xl .navbar-nav .active .nav-link {
    color: #FFF;
}


.navbar-expand-xl .RiGhT_nav .nav-link {
    font-size: 18px !important;
    font-weight: 300;
    transition: 0.3s;
}

header {
    position: fixed;
    z-index: 999;
    padding: 0;
    transition: 0.3s;
    top: 0;
    left: 0;
    background: transparent;
    width: 100%;
}

.dropdown-menu {
    position: absolute;
    top: 51px;
    z-index: 1000;
    margin: 0px;
    padding: 5px;
    min-width: 190px;
    background-color: var(--white);
    border: 1px solid var(--white);
    border-radius: 2px;
    box-shadow: 0 1px 18px rgba(32, 48, 101, 0.35);
    border-radius: 7px;
}

.dropdown-menu::before {
    position: absolute;
    top: -10px;
    left: 12px;
    display: inline-block;
    border-right: 10px solid #0000;
    border-bottom: 10px solid rgba(0, 40, 100, 0.36);
    border-bottom-color: rgba(0, 40, 100, 0.12);
    border-left: 10px solid transparent;
    border-bottom-color: var(--white);
    content: '';
    z-index: 999;
}

.dropdown-item {
    font-size: 14px;
    font-weight: 500;
    display: block;
    padding: 10px 18px;
    text-decoration: none;
    border-radius: 3px; 
    color: var(--base-color);
    position: relative;
    white-space: nowrap;
    text-transform: capitalize; 
    border-radius: 0;
    position: relative;
    padding-left: 29px;
}

.dropdown-item::before {
    position: absolute;
    top: 44%;
    left: 9px;
    width: 6px; 
    height: 6px;
    background: transparent;
    content: '';
    z-index: 999;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(44deg);
}
 
.bTn_OrDeR i {
    font-size: 25px;
    margin: 0 12px 0 0;
    color: var(--blue);
}

.bTn_OrDeR p {
    margin: 0 0 7px 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--black);
    text-decoration: none;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%; 
    z-index: 999;
    background: #fff;
    /*! box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px; */
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0) 0px 1px 3px 1px;
    -webkit-box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0 2px 14px 2px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
}

.nav-link.header_btn {
    color: #000 !important;
    transition: 0.4s;
    background: #fff; 
    text-align: center;
    border-radius: 50px !important;
    /*! box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.06) 0px 3px 6px; */
    padding: 9px 30px !important;
    border: 2px solid #FFF;
    font-size: 16px !important;
}

.nav-link.header_btn:hover {
    border-color: var(--white);
    color: var(--secoendry) !important;
    background: var(--white);
    transition: 0.4s;
}

.nav-link.header_phno {
    font-size: 18px !important;
    letter-spacing: 1px;
}

.nav-link.header_phno i {
    color: #fff;
}

.fixed .show_logofixed {
    display: block !important;
}

.fixed .hide_logo {
    display: none !important;
    transition: 0.3s;
}

.fixed .navbar-expand-xl .navbar-nav .nav-link {
    color: var(--base-color);
    transition: 0.3s;
}

.fixed .navbar-light .navbar-brand {
    width: 190px !important;
    transition: 0.3s; 
}

/* header */


/* banner_main */

.banner_main {
    padding: 70px 0 0 0;
    background: #16afd2 url(../images/hero-bg.png) center;
    background-size: cover;
    position: relative;
    z-index: 0;
    padding-bottom: 48px;
    /*! background: linear-gradient(10deg, #F9F9F9 45%, #BEE4CD 100%); */
}


.animated-text svg path.style-color {
    stroke: #1B756B;
}

.btn.btn_banner_lrn {
    display: inline-block;
    color: #FFF !important;
    transition: 0.4s;
    font-size: 15px;
    padding: 15px 36px;
    border-radius: 50px;
    text-transform: capitalize;
    margin-top: 11px;
    font-weight: 500;
}

.btn_banner {
    display: inline-block;
    color: var(--secoendry);
    transition: 0.4s;
    font-size: 15px;
    padding: 15px 36px;
    border-radius: 50px;
    text-transform: capitalize;
    background: #FFF;
    margin-top: 11px;
    font-weight: 500;
    box-shadow: rgba(0, 0, 0, 0.03) 0px 3px 6px, rgba(0, 0, 0, 0.07) 0px 3px 6px;
}

.banner_form {
    padding: 29px 30px;
    background: var(--white) url(../images/pattern.png);
    color: #5a5a5b;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    max-width: 520px;
    margin: 0 auto;
    min-height: 562px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 5px solid #a2a2a2;
}

.form-floating>label {
    color: #000;
    padding: 10px 15px;
    font-size: 14px;
}

.contact_main {
    padding: 60px 0;
    background: var(--white) url(../images/contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_form p {
    font-size: 13px !important;
    line-height: 19px;
    display: block;
    margin: 0;
}

.banner_form h3 {
    font-weight: 600;
    font-size: 26px;
    text-align: center;
    margin: 0 0 17px 0;
    color: #12296f;
}

.c_form_btn {
    display: block;
    border: 2px solid var(--P-color);
    color: var(--white);
    background: var(--P-color);
    transition: 0.4s;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 22px;
    border-radius: var(--btn-radius);
    letter-spacing: 0.6px;
    text-transform: capitalize;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fc0000), to(#cc0e0e));
    background-image: -webkit-linear-gradient(bottom, #fc0000, #cc0e0e);
    background-image: -moz-linear-gradient(bottom, #fc0000, #cc0e0e);
    background-image: -o-linear-gradient(bottom, #fc0000, #cc0e0e);
    background-image: linear-gradient(to top, #fc0000, #cc0e0e);
}

.banner_content h1 {
    font-weight: 900;
    font-size: 49px;
    margin: 0 0 23px 0; 
    text-transform: capitalize;
    color: #fff;
    font-family: var(--B-family);
    letter-spacing: -1px;
}

.banner_content h1 span {
    color: #FFF;
    /*! text-decoration: underline; */
    font-weight: bold;
    position: relative;
}

.banner_content h1 span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    height: 20px;
    background: url(../images/text_bgbnr.png);
    background-size: 53%;

    background-repeat: no-repeat;
    background-position: center;
}

.banner_content ul {
    margin: 20px 0 18px 0;
    padding: 0;
}

.banner_content ul li {
    list-style: none;
    font-size: 17px;
    font-weight: 500;
    padding: 0 0 0 15px;
    position: relative;
    margin: 0 0 9px 0;
    color: #737373;
}

.banner_content ul li::before {
    content: '\f0e7 ';
    font-family: fontAwesome;
    /*! position: absolute; */
    left: -1px;
    top: 4px;
    font-size: 14px;
    color: var(--bs-warning);
    margin: 0 13px 0 0;
}

.form-control {
    border-radius: var(--form-control-radius);
    padding: 10px 13px !important;
    height: 53px !important;
}

.form-select {
    border-radius: var(--form-control-radius);
    height: 50px !important;
    padding: 0 8px !important;  
    border-radius: 5px;
    box-shadow: 0 0 9px 1px rgba(0,0,0,0.1);
}

.select_vehical_main .box_vechil {
    margin-bottom: 20px;
    background-color: var(--white);

}

.select_vehical_main .btn-outline-danger:hover {
    color: #000;
}

.btn_next {
    padding: 6px 14px;
    border: 2px solid #df0808;
    background-image: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fc0000), to(#cc0e0e));
    background-image: -webkit-linear-gradient(bottom, #fc0000, #cc0e0e);
    background-image: -moz-linear-gradient(bottom, #fc0000, #cc0e0e);
    background-image: -o-linear-gradient(bottom, #fc0000, #cc0e0e);
    background-image: linear-gradient(to top, #fc0000, #cc0e0e);
    color: #fff;

    font-weight: 400;
    letter-spacing: 0.6px;
}

.btn_next.active {
    background-image: none;
    background: transparent;
    color: #cc0e0e;

}

.btn_next.active:hover {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fc0000), to(#cc0e0e));
    background-image: -webkit-linear-gradient(bottom, #fc0000, #cc0e0e);
    background-image: -moz-linear-gradient(bottom, #fc0000, #cc0e0e);
    background-image: -o-linear-gradient(bottom, #fc0000, #cc0e0e);
    background-image: linear-gradient(to top, #fc0000, #cc0e0e);
    color: #fff;

}

.btn_next:hover {
    color: #fff;

}

.box_Prange {
    display: block;
    margin-bottom: 20px;
}

.banner_content {
    position: relative;
    color: #fff;
}

.form_mainDv {
    margin-top: -424px;
    position: relative;
    z-index: 9;
    padding-bottom: 50px;
}

.banner_content small {
    display: block;
    margin: 15px 0 0 0;
}

.shapes-container {
    position: absolute;
    top: -50%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.banner_main .shape {
    position: absolute;
    -webkit-box-shadow: -45px 85px 85px 5px rgba(24, 23, 21, .05);
    box-shadow: -45px 85px 85px 5px rgba(24, 23, 21, .05);
    border-radius: 65px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    width: 139px;
    height: 669px;
    top: -6%;
}

.banner_main .shape-2 {
    top: 0;
    left: 18%;
}

.banner_main .shape-3 {
    top: -26%;
    left: 71%;
}

.banner_main .shape-4 {
    top: 1%;
    left: 90%;
}

/* banner_main */


.how_it_work_main {
    background: #f6f9ff url(../images/bg_white.jpg);
    padding: 60px 0; 
    background-size: 100%;
}

.step {
    font-size: 30px;
    font-weight: bold;
    font-family: inter;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ddd;
    line-height: 48px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-bottom: 25px;
    background: rgb(2, 0, 36);
    background: linear-gradient(90deg, rgb(32, 177, 170) 0%, rgb(30, 143, 255) 100%);
    color: #fff;
    text-shadow: 0 1px 1px #000;
    position: relative;
    z-index: 1;
}

.step.step1::before {
    position: absolute;
    content: '';
    width: 400px;
    height: 2px;
    border-bottom: 2px dashed #ddd;
    top: 24px;
    left: 50px;
    z-index: -1;
}

.step.step2::before {
    position: absolute;
    content: '';
    width: 400px;
    height: 2px;
    border-bottom: 2px dashed #ddd;
    top: 24px;
    left: 50px;
    z-index: -1;
}

.accordion-item {
    background-color: #fff;
    border: none;
    border-bottom: 1px solid rgb(244, 248, 248);
}

/* brand */

.BranD_ItEm {
    margin: 10px;
    padding: 0;
    display: flex;
    cursor: pointer;
    margin-bottom: 0;
}

.BranD_ItEm img {
    display: inline-block;
    margin: 0 auto;
    width: 130px !important;
    transition: 0.3s;
}

.BranD_ItEm:hover img {
    filter: grayscale(0);
    transition: 0.3s;
}

.featurd_brand_main {
    padding: 50px 0;
    border-bottom: none;
    /*! background: #f6f9ff; */
}

.about_main {
    padding: 60px 0;
    background: #f9f9f9 url(../images/banner_bg_Blue.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section_title h2 {
    color: #0e1133;
    font-size: 36px;
    font-weight: 500; 
    line-height: normal;
}

.section_title h2 span {
    /*! color: #1e732f; */
    /*! text-decoration: underline; */
    font-weight: 600;
} 

.section_title hr {
    width: 15%;
    height: 3px;
    margin-bottom: 11px;
    background: #f70101;
    opacity: 1;
}

.section_title h6 {
    font-size: 16px; 
    color: #1e90ff;
    margin: 20px 0 13px 0;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
}

.section_title p {
    color: #646464;
}

.section_title p a {
    color: var(--secoendry) !important;
    font-weight: 400;
}

#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    font-size: 40px;
    width: 40%;
    text-align: center;
    margin: 5px;
    padding: 30px 10px;
    border-radius: 7px;
    background: var(--white);
    box-shadow: 0 0px 9px rgba(254, 98, 107, 0.6);
    margin: 0 30px 0 0;
    background: var(--box-gradient);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#fd9d6a", endColorstr="#fe576b", GradientType=1);
    color: var(--white);
}

.projectFactsWrap {
    display: flex;
    width: 100%;
    align-items: center;
}

.projectFactsWrap .item img {
    width: 51px;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 11px;
}

.projectFactsWrap .item p {
    font-size: 42px !important;
    margin: 4px 0 14px 0;
    font-weight: bold;
    color: var(--white);
}

.projectFactsWrap .item h6 {
    font-size: 22px !important;
    margin: 11px 0 0 0;
    font-weight: 800;
    color: var(--white);
}

.projectFactsWrap .item span {
    width: 29px;
    background: var(--white);
    height: 1px;
    display: block;
    margin: 0 auto;
}

.projectFactsWrap .item:hover span {
    background: var(--white);
}

.ab_right img {
    filter: grayscale(10);
    transition: 0.4s;
}

.ab_right:hover img {
    filter: grayscale(0);
    transition: 0.4s;
}

.about_img_sect img {
    border-radius: 24px 24px 24px 137px;
}


/* brand */


/* call_Toact_div */

.call_Toact_div {
    padding: 70px 0;
    color: #fff;
    background: #4fb847 url(../images/banner_bg_Blue.jpg);
    background-size: cover;
    position: relative;
    z-index: 1;
    background-attachment: fixed;
}



.call_Toact_div h3 {
    font-weight: 800;
    font-size: 35px;
}

.btn_theme {
    font-size: 16px;
    font-weight: 500;
    display: inline-block; 
    padding: 13px 44px;
    text-decoration: none;
    letter-spacing: 0.5px; 
    position: relative;
    text-transform: capitalize;
    transition: 0.4s;
    background: #20b2aa;
    border-radius: 60px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    color: #fff;
    transition: 0.4s;
    font-size: 15px;
}


/* call_Toact_div */


/* exprienc_main */

.exprienc_main {
    padding: 60px 0;
    background: var(--white);
}

.EXp_img_left img {
    border-radius: 31px 31px 135px 31px;
}

.EXp_img_right img {
    border-radius: 31px 31px 31px 135px;
}


/* exprienc_main */

.Douqulify_main {
    padding: 50px 0;
    background: var(--white);
}

.qulify_item {
    padding: 15px;
    text-align: left;
    margin-bottom: 30px;
    /*! background: var(--white); */
    border-radius: 7px;
    padding: 25px 25px;
    /*! border: 1px solid #bed9c3; */
    min-height: 215px;
    position: relative;
}

.qulify_item img {
    height: 55px;
    margin: 0 0 20px 0;
}

.qulify_item h4 {
    margin: 0 0 5px 0;
    font-size: 21px;
    color: #0e1133;
    font-weight: 600;
    font-family: var(--B-family);
}

.qulify_item p {
    margin: 9px 0 0px 0;
    /*! font-size: 16px; */
    color: #5e5e5e;
    /*! font-weight: 500; */
    /*! line-height: normal; */
}

.qulify_item p a {
    color: green;
    text-decoration: underline;
}

/* skills_main */
.trqte {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.trqte li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 20px;
    font-weight: 600;
}

.trqte li img {
    width: 33px;
}




.skills_main {
    /*! padding: 60px 0; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    /*! border-top: 1px solid rgba(0, 0, 0, 0.04); */
    /*! background: linear-gradient(10deg, #F9F9F9 45%, #E5333024 100%); */
}

.progress-bar {
    padding: 2px 7px;
    font-size: 18px;
    background-color: #207a32;
    font-size: 15px;
}

.progress {
    height: 15px;
    margin: 0 0 15px 0px;
    height: 20px;
    font-size: 12px;
}

.progress_main h6 {
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 0.4px;
    color: #000;
}


/* skills_main */

.typeDEbT {
    padding: 60px 0;
}

.brdr_Top {
    border-top: 1px solid var(--ddd-color);
    margin: 20px 0 0 0;
    padding: 19px 0 0 0;
}

.type_itm h6 {
    font-size: 20px;
    position: relative;
    margin: 0 0 18px 0;
}

.type_itm ul {
    padding: 0;
}

.type_itm ul li {
    padding: 0 0 0 20px;
    list-style: none;
    position: relative;
    margin: 0 0 4px 0;
}

.type_itm ul li::before {
    content: '\eed8';
    position: absolute;
    left: 0;
    font-family: IcoFont;
    font-size: 18px;
    color: #1c885a;
}

.type_itm h6::before {
    content: '';
    width: 42px;
    height: 2px;
    background: var(--blue);
    position: absolute;
    left: 0;
    bottom: -8px;
}

.testimonial_main {
    padding: 60px 0;
    background: url(../images/testimonials-bg.png);
    position: relative;
    z-index: 1;
    background-size: cover;
}

.testimonial_main::before {
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    /*! background: rgb(219, 9, 9); */
    z-index: -1;
}

.t-text p {
    /*! font-family: georgia; */
    font-style: italic;
    font-size: 23px !important;
    text-align: center;
    overflow: hidden;
    padding: 20px;
    border-radius: 41px;
    margin-bottom: 28px;
    line-height: 39px;
    margin: 0;
}

.user-info h5 {
    margin-top: 12px;
    margin-bottom: 0px
}

.owl-carousel .user-image img {
    border-radius: 100%;
    width: 50px;
}

.media {
    display: flex;
    align-items: center;
}

.client-thumbs {
    margin: 0 auto;
    width: 320px;
}

.testimonial-card {
    padding: 29px 20px;
    border-radius: 20px;
    background: rgb(255, 255, 255);
    margin: 15px;

    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.media-body.user-info {
    padding: 0 0 0 20px;
}

.color_fff h2 {
    color: var(--white) !important;
}

.color_fff p {
    color: var(--white) !important;
}

/* servicers */
.services_main {
    padding: 50px 0;
    background: #fff url(../images/bg_dotted.png);
    background-repeat: no-repeat;
}

.ourFaclty_main {
    position: relative;
    /*! box-shadow: rgba(37, 42, 49, 0.3) 0px 4px 12px 0px; */
    /*! padding: 50px; */
    border-radius: 10px;
}

.ourFaclty_main h4 {
    font-weight: 600;
    color: #32325d;
    font-size: 28px;
    margin: 0 0 25px 0;
    position: relative;
    background: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.ourFaclty_main .rowss{
    -webkit-column-count: 5;
    -moz-column-count: 5;
         column-count: 5;
}


.item_FAclty {
    text-align: center;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    transition: 0.3s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    margin-bottom: 25px;
    /*! box-shadow: rgba(37, 42, 49, 0.16) 0px 0px 2px 0px, rgba(37, 42, 49, 0.12) 0px 1px 4px 0px; */
    border: 2px solid #fff;
    border: 1px solid #deebed;
    border-bottom: none;
}

.item_FAclty:hover {
    transition: 0.3s;
    transform: translateY(-4px);
    /*! border: 2px solid var(--main); */
}

.item_FAclty:hover img {
    transition: 0.3s;
    filter: grayscale(0);
}

.item_FAclty:hover h3 {
    transition: 0.3s;
    /*! color: var(--main); */
}

.item_FAclty img {
    width: 60px;
    margin: 0;
    /*! filter: grayscale(10); */
}

.item_FAclty h3 {
    font-size: 16px !important;
    color: #353434;
    font-weight: 600; 
    margin: 5px 0 3px 0;
    font-family: var(--H-family);
}
 



.section-devider {
    position: relative;
    display: inline-block;
    margin: 5px 0;
}

.section-devider:before {
    background: var(--secoendry);
    content: "";
    height: 1px;
    left: 25px;
    position: absolute;
    top: 9px;
    width: 80px;
}

.section-devider:after {
    background: var(--secoendry);
    content: "";
    height: 1px;
    position: absolute;
    right: 25px;
    top: 9px;
    width: 80px;
}

.section-devider span {
    color: var(--main);
}

.section-devider span:before {
    background: var(--secoendry);
    border-radius: 100px;
    content: "";
    height: 7px;
    left: -15px;
    position: absolute;
    top: 6px;
    width: 7px;
}

.section-devider span:after {
    background: var(--secoendry);
    border-radius: 100px;
    content: "";
    height: 7px;
    position: absolute;
    right: -15px;
    top: 6px;
    width: 7px;
}


.services_btn {
    display: inline-block;
    padding: 12px 30px;
    margin: 18px 0 0 0;
    background: var(--secoendry);
    color: var(--white) !important;
    border-radius: 40px; 
    font-weight: 400;
    border: 2px solid var(--secoendry); 
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.06) 0px 3px 6px;
    text-decoration: none !important;
} 

.workwinner {
    margin: 50px 0;
    padding: 50px;
    background: var(--secoendry) url(../images/callaction.jpg)center no-repeat;
    border-radius: 34px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    box-shadow: 0px 40px 50px 0px rgba(32, 178, 170, 0.18);
    margin-bottom: -150px;
    z-index: 1;
    background-size: cover;
}

.workwinner h2 {
    font-size: 40px;
    font-weight: 400;  
    line-height: 61px;
}


.workwinner h2 span {
    font-weight: 800;
}

.btn_theme_outline {
    color: var(--main);
    text-transform: capitalize;
    padding: 14px 20px;
    position: relative;
    background: transparent;
    border: 0;
    border-radius: 11px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    transition: .4s;
    border: 2px solid var(--main);
    margin-left: 20px;
}

.btn_theme_outline:hover {
    color: var(--white);
    background: var(--main);
}

.pointing_man {
    margin: -166px 0 0 0;
    position: absolute;
    bottom: 0;
}


/* servicers */

/* faqs */
.faq_main {
    padding: 50px 0;
}

.accordion-button {
    font-weight: 600;
    color: #171717;
    font-size: 20px;
    border: none;
    /*! border-bottom: 1px solid #13245c2e; */
    padding: 25px 15px;
    border-radius: 6px !important;
}

.accordion-button.collapsed {
    border-bottom-width: 1px;
    border-radius: 0 !important;
}

.accordion-button.collapse {
    border-bottom-width: 0px;
}

.accordion-body {
    text-align: left;
    background: #1bafcb0a;
}

.accordion-collapse {
    border: none;
    border-width: 0 1px;
}

.accordion-button:not(.collapsed) {
    color: var(--secoendry);
    border-radius: 0 !important;
    background: #e8f7f6;
    box-shadow: none;
    border: none;
}

.accordion-item {
    margin: 0;
}

.accordion-button:focus {
    box-shadow: none;
}



/* faqs */


/* footer */

.footer {
    padding-top: 200px;
    color: var(--base-color);
    position: relative;
    background: #eef1f6;
}

.contacts-item {
    margin-top: 20px;
    padding-bottom: 8px;
    margin-left: 24px;
    z-index: 99;
    position: relative;
}

.contacts-item .icon {
    width: 54px;
    height: 54px;
    float: left;
    margin-top: 8px;
    margin-right: 15px;
}

.contacts-item img {
    width: 54px;
    height: 54px;
}

.contacts-item .content {
    margin-left: auto;
    overflow: hidden;
    padding-top: 2px;
}

.contacts-item .content .title {
    font-size: 1.3em;
    font-weight: 600;
    color: var(--blue)
}

.contacts-item .content p {
    font-style: italic;
    font-weight: 500;
    color: var(--base-color);
    line-height: 1.3 !important;
    font-size: 1.1em
}

.map_area {
    position: relative;
    background-color: red;
    z-index: 5;
    padding: 0px 0;
    height: 450px;
}



.footer .contacts-item .content .title {
    color: var(--white);
    font-size: 1.3em;
    font-weight: 600;
}

.footer .contacts-item .content p {
    color: var(--white);
    line-height: 1.3 !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}

.footer .contacts h3 {
    display: none;
}

.footer i {
    margin-left: 0;
}

.tog {
    padding-left: 5px;
}

.top_Verified ul {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_Verified ul li {
    padding: 0;
    list-style: none;
    display: block;
    background: var(--white);
    min-height: 100px;
    margin: 10px;
    padding: 0 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.footer-copyright {
    padding: 10px 0;
    text-align: center;
    margin: 27px 0 0 0;
    border-top: 1px solid #28386b;
}

.footer-copyright a {
    margin: 0;
    color: var(--P-color);
    font-weight: 800;
    text-decoration: underline;
    font-size: 18px;
}


/* footer */


/* blog */

.blog_main {
    padding: 50px 0 50px;
    background: #fff;
}

.blog_main .animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: var(--base-color);
}

.blog_main .animate-border:after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 0;
    bottom: 0;
    border-left: 10px solid var(--ddd-color);
    border-right: 10px solid var(--ddd-color);
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}

.blog_main .post-slide {
    margin: 15px;
    border-radius: 10px;
    padding: 20px;
    background: var(--white);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
}

.blog_main .post-bar {
    padding: 6px 0 0px;
    list-style: none;
    text-align: left;
    display: flex;
    margin: 0;
    justify-content: start;
}

.blog_main .post-review {
    margin: 0px auto;
    text-align: left;
}

.blog_main .post-bar>li {
    display: inline-block;
    color: #13245c;
    font-size: 13px;
    margin-bottom: 6px;
    background: rgba(19, 36, 92, 0.1);
    border-radius: 16px;
    margin: 0 10px 0 0;
    padding: 5px 9px;
    text-align: left;
}

.blog_main .post-bar>li i {
    margin-right: 4px;
}

.blog_main .post-bar>li>a {
    text-transform: capitalize;
    color: #999;
    display: block;
}

.blog_main .post-bar>li>a:hover {
    text-decoration: none;
    color: var(--blog-btn-color);
}

.blog_main .post-title {
    margin-top: 0;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    font-size: 20px;
}

.blog_main .post-title>a {
    color: #13245c;
    font-weight: 500;
    display: block;
    text-transform: capitalize;
    text-align: center;
    margin: 11px 0 0 0;
}

.blog_main .post-title>:hover a {
    text-decoration: none;
    color: var(--blog-btn-color);
}

.blog_main .post-slide:hover .post-title a {
    text-decoration: none;
    color: var(--blog-btn-color);
}

.blog_main .post-description {
    color: #313131;
    font-size: 16px;
    line-height: 27px;
    padding-bottom: 26px;
    border-bottom: 1px solid #eee;
    clear: both;
    margin-bottom: 12px;
    text-align: left;
    max-height: 89px;
    overflow: hidden;
    margin: 0 0 5px 0;
    display: block;
}

.blog_main .readmore {
    text-transform: capitalize;
    display: inline-block;
    color: var(--blog-btn-color);
    margin: 10px 0 0;
    /*! font-size: 14px; */
    background-color: transparent;
    line-height: normal;
    padding: 10px 32px;
    border-radius: 50px;
    line-height: normal;
    border: 2px solid var(--blog-btn-color);
    font-weight: 800;
    font-size: 14px;
}

.blog_main .readmore:after {
    content: "\f061";
    font-family: "FontAwesome";
    font-weight: 900;
    padding-left: 10px;
    display: inline-block;
    display: none;
}

.blog_main .readmore:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: var(--blog-btn-color);
    border-color: var(--blog-btn-color);
}


/* blog */


/* contect_main */

.contect_main {
    padding: 50px 0;
    padding: 60px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    background: var(--light-bg) url(../images/oil_pattern.png);
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.contact_us_form {
    padding: 40px 30px;
    background: var(--white);
    color: var(--blue);
    border-radius: 10px;
    /*! box-shadow: 0 0 26px rgba(0, 0, 0, 0.04); */
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 1;
    transform: scale(.85) translateY(-.5rem) translateX(.15rem);
    font-size: 13px;
    color: #c1c1c1;
    padding: 0px 3px;
    top: 0;
    height: auto;
    background: #fff;
    left: 6px;
}

.form-floating>label {
    color: #a2a2a2;
    letter-spacing: 0.3px;
}

.close_btn {
    display: block;
    transition: 0.4s;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 22px;
    border-radius: 3px;
    letter-spacing: 0.6px;
    text-transform: capitalize;
}

/* contect_main */

.Flog_C img {
    width: 218px;
    margin: 0 0 36px 0 !important; 
}

/* footer */

footer {
    padding: 40px 0 0 0;
    background: transparent;
    color: #d7e5f2;
}

footer p {
    /*! font-size: 15px; */
    line-height: 25px;
    color: #1a1a1a;
}

footer h4 {
    font-size: 20px;
    margin: 0px 0 13px 0;
    color: #424242;
    text-transform: capitalize;
    font-weight: bold;
}

.SoCial {
    display: flex;
}

.yelo {
    color: var(--yellow);
}

.SoCial a {
    color: #1aafcd;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
    font-size: 21px; 
    margin: 11px 9px 0 0;
    width: 35px;
    height: 35px;
    background: #1aaec81c;
    transition: 0.3s;
}

.SoCial a:hover {
    color: #fff;
    background: var(--main);
    transition: 0.3s;
}

.copy {
    padding: 30px 0;
    text-align: center;
    margin: 50px 0 0 0;
    border-top: 1px solid #e1e5ec;
}

.copy p {
    margin: 0;
    text-transform: capitalize;
    color: #373839;
}

.F_Address {
    padding: 0;
    margin: 0;
}

.F_Address li {
    list-style: none;
    position: relative;
    padding: 0 0 0 24px;
    margin: 0 0 7px 0;
}

.F_Address li a {
    display: inline-block;
    color: #aeaeae;
    font-size: 14px;
    font-family: roboto;
}

.F_Address li a i {
    position: absolute;
    left: 0;
    color: #aeaeae;
    top: 3px;
}

.footer ul {
    padding: 0;
    margin: 0;
}

.footer ul li {
    list-style: none;
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 4px 0;
}

.footer ul li a {
    display: inline-block;
    color: #505056;
    font-size: 15px;
    padding: 6px 0;
    font-weight: 500;
}

.footer ul li a i {
    color: var(--main);
}

.footer ul li a::before {
    content: '\f105';
    font-family: fontAwesome;
    color: #393939;
    position: absolute;
    left: 0;
}

.footer .beforenone li a::before {
    display: none;
}

.footer .beforenone li {
    padding: 0;
}


.footer ul li a:hover {
    color: var(--main);
}

.brdr_RDS {
    border-radius: 50px !important;
}

.BCall a {
    color: #4fb847;
    font-size: 23px;
    font-weight: 500;
    margin: 0 0 15px 0;
    display: inline-block;
}

/* footer */
.nav-folderized .nav {
    display: block;
    padding-left: 15px;
}

.step_ing .qulify_item img {
    height: 100px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.step_ing .qulify_item {
    padding: 24px;
    min-height: 310px;
    /*! box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
    text-align: center;
}



.btfix_btn {
    display: none !important;
}

.inner_banner {
    background: #00a7b7 url(../images/banner_bg_Blue.jpg) center;
    padding: 0 0 64px 0;
    padding-top: 141px;
    color: #fff;
} 
 
.breadcrumb-item a {
    color: #999;
    font-size: 14px;
}

.inner_banner h1 {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 1px #000; 
} 
.innerbanner_btn {
	display: inline-block;
	padding: 12px 30px;
	margin: 18px 0 0 0;
	background: var(--white);
	color: var(--secoendry) !important;
	border-radius: 40px; 
	font-weight: 600;
	border: 2px solid var(--white);
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.06) 0px 3px 6px;
	text-decoration: none !important;
}
.breadcrumb-item {
    font-size: 14px;
}

.inner_main {
    padding: 50px 0;
    padding-top: 0;
    background: url(../images/bg_dotted.png);
}

.section.inner_main h3 {
    color: #207a32;
    font-weight: 600;
    font-size: 26px;
    margin: 30px 0 5px 0;
}

.phone_btn {
    position: fixed;
    right: 23px;
    bottom: 65px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #207a32;
    border-radius: 100%;
    font-size: 26px;
    color: var(--white);
    animation: play 2s ease infinite;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 9999;
}

.owl-nav {
    display: none !important;
}

@keyframes play {

    0% {
        transform: scale(1);
    }

    15% {
        box-shadow: 0 0 0 2px rgba(30, 115, 47, 0.32);
    }

    25% {
        box-shadow: 0 0 0 6px rgba(32, 122, 50, 0.15), 0 0 0 10px rgba(30, 115, 47, 0.13);
    }

    25% {
        box-shadow: 0 0 0 8px rgba(34, 126, 51, 0.61), 0 0 0 15px rgba(79, 184, 71, 0.7);
    }

}

.mrminustop {
    margin-top: -100px;
    background: #fff;
    padding: 28px;
    padding-top: 8px;
    border-radius: 10px;
    border-top: 5px solid #4fb847;
}

.how_work_main {
    padding: 60px 0;
    background: green url(../images/banner_bg_Blue.jpg);
    background-size: cover;
}

.wrk_list {
    background: var(--white);
    color: #545454;
    border-radius: 10px;
    padding: 40px;
}

.wrk_list ul {
    margin: 0;
    padding: 0;
}

.wrk_list ul li {
    margin: 18px 0;
    padding: 0;
    list-style: none;
    font-size: 18px;
    font-weight: 600;
}

.wrk_list ul li img {
    width: 23px;
}

.wrk_list .section_title h2 {
    font-size: 30px;
}


.iva-example__table {
    background: #efefef;
    color: #172d5a;
    box-shadow: none;
    padding: 2em 4em;
    border-radius: 20px;
}

.iva-example__table h5 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: bold;
    color: #1e732f;
}

.iva-example__table h5,
.iva-example__table-amount {
    background: none;
}

.iva-example__table-amount {
    text-align: right !important;
}

.iva-example__table table {
    border-collapse: collapse;
    font-size: 20px;
    width: 100%;
}

.iva-example__table table tr {
    border-bottom: 2px solid #172d5a;
}

.iva-example__table table tr:last-child {
    padding-top: 30px;
    border: 0;
}

.iva-example__table table tr:last-child td {
    font-size: 24px;
}

.iva-example__table table td {
    padding: 20px 0 5px 0;
    color: #172d5a;
    font-size: 20px;
}

.iva-example__payments {
    border: 0;
    margin: 0;
    background: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
}

.breadcrumb-item.active {
    color: #83cde3;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb-item a {
    color: #fff;
} 

.progres_main {
    margin-top: 30px;
}

.app-wizard {  
    z-index: 4;  
    background-color: #f6fcfc;
    margin: 0;
    padding: 0 0 5px 0px;
}


label.question {
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.chec-radio .radio-inline .clab,
.form-label-group input,
.form-control,
.form-label-group textarea {
    border-radius: 5px;
    /*! border: 1px solid var(--secoendry); */ 
    box-shadow: 0 0 9px 1px rgba(0,0,0,0.1);
}

.chec-radio .radio-inline {
    width: 100%;
    padding: 0;
    position: relative;
}

.chec-radio .radio-inline .clab {
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    padding: 1rem 1rem 1rem 3.4rem;
    cursor: pointer;
    line-height: 1.5;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 800; 
    background: #fff;
}

.chec-radio .radio-inline .clab .other,
.chec-radio label.radio-inline input[type="radio"] {
    display: none
}

.chec-radio .radio-inline .clab:hover,
.chec-radio .radio-inline .clab.consent:hover {
    background-color: #20B2AA;
    color: #fff; 
}

.chec-radio label.radio-inline input[type="radio"]:checked+div {
    color: #fff;
    background-color: var(--secoendry);
}

.chec-radio .radio-inline .clab:before {
    border-radius: 50%;
    content: "";
    position: absolute;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform-origin: center;
    transform-origin: center;
    margin: auto;
    border: 1px solid #2E8042;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    height: 24px;
    left: 20px;
    width: 24px;
}

.applycheck label span {
    display: block;
    margin-left: 22px;
    margin-top: 2px;
    cursor: pointer;
}

input[type="checkbox"].checkbox-selection {
    display: none
}

input[type="checkbox"].checkbox-selection+label i {
    display: block;
    width: 14px;
    height: 14px;
    padding: 0;
    cursor: pointer;
    color: #0081AD;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #0081AD;
    border-radius: 1px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    line-height: 14px;
    font-weight: 400;
    vertical-align: bottom;
    margin: 4px 0 0 0;
    float: left;
    background: #fff url(/wp-content/uploads/2021/08/icon-check-white.svg) no-repeat center center;
}

input[type="checkbox"].checkbox-selection:checked+label i {
    background-color: #0081AD;
    color: #fff;
    background-size: cover;
}

.applycheck label {
    margin-bottom: 1.2rem
}

.input-group>.form-control,
.input-group-prepend,
.date_container {
    height: 53px
}

.input-group-text {
    background-color: #297E3B;
    border: 1px solid #297E3B;
    color: #fff;
    padding: 0 15px;
    font-weight: 600;
    font-size: 22px;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: transparent
}

.find-address .btn {
    margin-left: -10.2rem;
    padding: 6px 21px;
    margin-top: 5px;
    border: 2px solid #207A32;
    background-color: #207A32;
    color: #fff;
    border-radius: 60px;
    margin-top: 7px;
}

.find-address .btn:hover,
.find-address .btn:focus {
    border-color: #E84284;
    background-color: #E84284;
    color: #fff;
}

@keyframes address-pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.04);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.white-btn {
    border-color: #fff;
    color: #fff;
}

.error_label {
    color: #E20000;
    font-weight: 600;
    margin-bottom: 1rem;
    margin-left: 25px;
    display: none;
}

.error_label::before {
    content: "";
    position: absolute;
    background-image: url("../images/app-error-icon.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    margin-left: -25px;
    margin-top: -1px;
    display: block;
    width: 20px;
    height: 20px;
}

.form-group {
    margin-top: 30px;
}

.btn_submit {
    display: inline-block;
    border: 2px solid var(--main);
    color: #fff !important;
    transition: 0.4s;
    font-size: 18px;
    padding: 18px 35px;
    border-radius: 50px;
    text-transform: capitalize;
    background: var(--main);
    margin-top: 11px;
    font-weight: 600; 
    display: block;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.06) 0px 3px 6px;
}

.btn_back {
    display: inline-block;
    border: 2px solid #1f6a2f;
    color: #1f6a2f !important;
    transition: 0.4s;
    font-size: 18px;
    padding: 12px 35px;
    border-radius: 50px;
    text-transform: capitalize;
    background: transparent;
    margin-top: 11px;
    font-weight: 600;
}

.subhead {
    margin: 15px 0 !important;
    font-weight: 900;
    color: var(--secoendry);
    text-align: center; 
    font-size: 25px;
    font-family: var(--B-family);
}

/* Date fields */
.date_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px;
}

.form-control.date-field {
    width: 100%;
    padding: 13px 8px;
    text-align: left;
    background-color: transparent;
    border: 1px solid #217831;
    height: 53px;
    font-size: 16px;
    height: 52px !important;
}

.linkCNG_addrs a {
    font-weight: 600;
    font-size: 16px;
    text-decoration: underline;
    margin: 12px 7px;
    display: inline-block;
    color: #207a32;
}

.form-check-input:checked {
    background-color: #297e3b;
    border-color: #297e3b;
}

.form-check-input[type="checkbox"] {
    border-radius: 0;
}

.fixed .nav-link.header_phno i {
    color: #227e33;
}

.fixed .nav-link.header_btn {
    background: var(--secoendry);
    border-color: var(--secoendry);
}

.contact-form-wrap {
    padding: 40px;
    background: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    border-radius: 22px; 
}
 
.contact-form-wrap h2 {
    font-weight: 600;
}

.contact-form-wrap textarea {
    min-height: 140px;
}

.contact-form-wrap label{
   font-size: 14px;
    font-weight: 600;
    margin: 0 0 5px 6px;
   font-family: var(--H-family);
   color: #1c2437; 
}

.contact-form-wrap h2 {
    font-size: 35px;
    font-weight: 700;
    color: #1c2437;
    margin-bottom: 20px;
}

.contact-form-wrap p {
    font-weight: 400;
    color: #546274;
    max-width: 470px;
    margin: 0 auto;
}

.contact-form-wrap form {
    margin-top: 10px;
}

.contact-form-wrap form .form-group {
    margin-bottom: 0;
}

.contact-form-wrap form .form-group .form-control {
    height: 60px;
    border-radius: 5px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 20px;
    color: #546274;
}
 
.contact-form-wrap form .form-group .form-control::placeholder {
    /* Firefox 18- */
    color: #ddd;
}

.contact-form-wrap form .form-group textarea.form-control {
    padding-top: 14px;
    height: 150px;
}

.contact-form-wrap form .btn {
    height: 60px;
    padding: 0;
    border-radius: 50px;
    background: var(--secoendry);
    color: #ffffff;
    font-weight: 400;
    outline: none; 
    box-shadow: none; 
    padding: 0 60px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.06) 0px 3px 6px;
}


.contact-info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    text-align: center;
    padding: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.contact-info:last-child {
    border-right: 0;
}

.contact-info .icon {
    margin-bottom: 20px;
    width: 60px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.contact-info h4 {
    font-size: 21px;
    font-weight: 700;
    color: #1c2437;
    margin-bottom: 15px;
}

.contact-info p {
    font-size: 19px;
    font-weight: 400;
    color: #546274;
    text-align: center !important;
}

.contact-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.contact-info ul li {
	font-size: 19px;
	font-weight: 400;
	color: #546274;
	list-style: none !important;
}

.address_main {
    margin-top: 50px;
}

.tkMn img {
    width: 100px;
    margin: 0 0 10px 0;
}

.alert-success.tkMn {
    color: #0f5132;
    background-color: #f1f8f5;
    border-color: #d2e7de;
} 

.tkMn a {
    text-decoration: underline;
    color: #b7b7b7;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
}

.bttn_light {
	border-radius: 30px;
	padding-left: 20px;
	padding-right: 20px;
	border: 3px solid #fff;
	font-weight: 500;
	font-size: 20px;
} 
.main {
	padding: 50px 0;
	background: url(../images/lines.png); 
}
.team_Cservices {
	background: #f6f9ff; 
	padding: 60px 0;  
	background-size: 52%;
}
.lr_inner { 
	padding: 0;
} 
.lr_inner h3 {
	font-size: 35px; 
    font-weight: 600;
	color: #0e1133; 
}
.value_main { 
	padding: 50px 0;
}
.about_btn {
	color: #fff !important;
	font-weight: 400;
	padding: 18px 48px;
	display: inline-block;
	background: var(--secoendry); 
	margin: 10px 0 0 0;
	border-radius: 30px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.06) 0px 3px 6px;
}
.CBg {
	padding: 50px 0;
	background: url(../images/bg_dotted.png);
}
.contact_hMAin {
	padding: 50px 0;
	background: #fff url(../images/Contact_bg.png);
	min-height: 600px;
}

.contact_tp {
	font-size: 14px;
	color: #20b2aa!important;
	margin: 20px 0 13px 0;
	text-transform: uppercase;
	font-weight: 600!important;
	letter-spacing: 1px!important;
	display: inline-block;
	padding: 10px 15px;
	background: #20b2aa17;
	border-radius: 8px;
}
.support_dv {
	padding: 50px;
}

.CH_dtl p a{
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    color: var(--secoendry);
}

.btn_contact {
	display: inline-block;
	padding: 10px 20px;
	background: transparent;
	border: 2px solid var(--secoendry);
	color: var(--secoendry);
	font-weight: bold;
	font-size: 16px;
	border-radius: 60px;
}

.inner_main form {
	background-color: #f6fcfc;
	padding: 45px;
	border-radius: 10px;
	border: 1px solid #e9ebf0;
	-webkit-box-shadow: 0 10px 25px #e9ebf0;
	box-shadow: 0 10px 25px #e9ebf0;
	margin-top: 50px; 
}
.select_vehical_main .box_vechil {
    margin-bottom: 20px;
    background-color: var(--white); 
    border-width: 2px;
    border-color: var(--secoendry);
    color: var(--secoendry);
    font-weight: bold;
}
.select_vehical_main .btn-outline-danger:hover {
	color: #000; 
}

.btn-check:active + .btn-outline-danger, .btn-check:checked + .btn-outline-danger, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show, .btn-outline-danger:active {
	color: #fff;
	background-color: var(--secoendry);
	border-color: var(--secoendry);
}

 .main .news_item { 
	margin: 0;  
	margin-bottom: 25px;
}
 
.news_item:hover h4{
	text-decoration: underline;
	transition: 0.3s;
	text-decoration-thickness: 2px;
} 

.blog_detailsS .image {
	text-align: center;
	margin: 20px 0; 
}

.blog_detailsS .image img{
	 border-radius: 10px;

	 box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.blog_detailsS h2 {
	font-weight: 900;
	color: #32325d;
	margin: 20px 0 14px 0;
	line-height: 47px;
}
 

.news_item {
    position: relative; 
    overflow: hidden;
    background: #fff;
     border-radius: 10px; 
   box-shadow: 0 2px 5px 0 rgba(50, 50, 93, 0.04); 
    min-height: 351px; 
    padding: 15px;
    border: 1px solid #f7f7f7;
}

.news_item .post span {
    color: var(--main);
    margin: 0 17px 9px 0;
    font-size: 14px;
    padding: 4px 12px;
    background: rgba(0, 177, 205, 0.05);
    border-radius: 50px;
}



.news_item .images {
    max-height: 220px;
    min-height: 220px;
    position: relative; 
    overflow: hidden; 
    margin-bottom: 0; 
    background: #fff url(../images/noimage.png); 
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center;
    border-radius: 10px;
}

.news_item .images img {
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; 
    width: 100%;
    transform: scale(1.4);
}

.news_item .images .badge.bg-secondary {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: var(--main) !important;
	font-size: 14px;
	font-weight: 400;
	padding: 12px 15px;
	border-radius: 0 21px 0 0;
	z-index: 1;
}
.news_descriptions {
    background: transparent;
    text-align: left; 
    padding: 16px 5px; 
    padding-bottom: 4px;
} 

.news_descriptions h4 {
    overflow: hidden;
    font-size: 18px;
    color: #32325d; 
    line-height: 25px; 
    font-weight: bold;  
    display: -webkit-box; 
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    /*! font-family: lato; */
    margin: 6px 0 0 0;
    min-height: 66px;
}

.news_descriptions p {
    max-height: 97px;
    overflow: hidden;
}

.news_descriptions span {
    overflow: hidden;
    font-size: 15px;
    color: var(--main);
    text-transform: capitalize;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-thickness: 2px;
}

.news_descriptions .date {
    overflow: hidden;
    font-size: 14px;
    color: #000; 
    display: block;
    font-weight: 400;
    margin: 0 0 11px 0;
    text-decoration: none; 
    font-family: var(--B-family);
    letter-spacing: 0;
    opacity: 0.4;
}

.news_descriptions .admin {
    overflow: hidden;
    font-size: 14px;
    color: #6a6b6f;
    display: block;
    font-weight: 500;
    margin: 0 0 11px 0;
    text-decoration: none;
    font-family: var(--B-family);
    letter-spacing: 0;
}
.readmore {
	text-decoration: none !important;
	color: var(--secoendry) !important;
	font-weight: 500 !important;
	margin-top: 8px;
	display: inline-block;
	text-decoration: underline !important; 
	text-decoration-thickness: 2px !important;
}

.image_blogDtl {
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

.image_blogDtl img{
    width: calc(100% + 70px + 70px);
    margin-left: -70px;
    border-radius: 20px;
}

.main h3{
    font-size: 28px;
    font-weight: 600;
    color: var(--black);
    margin: 20px 0 10px 0;
}

.main h6{ 
    font-weight: 600;
    color: var(--secoendry);
    margin: 20px 0 0 0;
}

.main a{  
    color: var(--secoendry);  
}
 
.main ul li{  
    color: var(--black); 
    list-style: disclosure-closed;
    font-size: 17px;
    margin: 10px 0;
    font-weight: 600;
    font-family: inter;
}


.heading1 h5 {
    border-radius: 8px;
    background: rgba(110, 148, 25, 0.1);
    display: inline-block;
    color: var(--ztc-text-text-4);
    font-family: var(--ztc-family-font1);
    font-size: var(--ztc-font-size-font-s16);
    font-style: normal;
    font-weight: var(--ztc-weight-semibold);
    line-height: 16px;
    text-transform: uppercase;
    padding: 10px 14px;
}


.about1-section-area .about-heading .pera-box {
    background: #EDF2F7;
    position: relative;
    z-index: 1;
    border-radius: 8px;
    padding: 20px;
    transition: all 0.4s;
}



