/*@font-face {
    font-family: 'FranklinGothic';
    src: url('../Fonts/FranklinGothic.eot');
    src: url('../Fonts/FranklinGothic.eot') format('embedded-opentype'), url('../Fonts/FranklinGothic.woff2') format('woff2'), url('../Fonts/FranklinGothic.woff') format('woff'), url('../Fonts/FranklinGothic.ttf') format('truetype'), url('../Fonts/FranklinGothic.svg#FranklinGothic-Light') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FranklinGothic';
    src: url('../Fonts/FranklinGothicCondensed.eot');
    src: url('../Fonts/FranklinGothicCondensed.eot') format('embedded-opentype'), url('../Fonts/FranklinGothicCondensed.woff2') format('woff2'), url('../Fonts/FranklinGothicCondensed.woff') format('woff'), url('../Fonts/FranklinGothicCondensed.ttf') format('truetype'), url('../Fonts/FranklinGothicCondensed.svg#FranklinGothicCondensed-Light') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}*/

:root {
    /*--primary-color: #0942c4;
    --secondary-color: #febb2f;*/
    --primary-color: #139857;
    --secondary-color: #F6B503;
}

* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: Poppins,sans-serif;
}

.adminMd .container {
    max-width: 1528px;
}

a {
    text-decoration: none;
}

/****ANIMATION START HERE****/
.tilt-in-top-1 {
    -webkit-animation: tilt-in-top-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: tilt-in-top-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes tilt-in-top-1 {
    0% {
        -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
        transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
        transform: rotateY(0deg) translateY(0) skewY(0deg);
        opacity: 1;
    }
}

@keyframes tilt-in-top-1 {
    0% {
        -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
        transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
        transform: rotateY(0deg) translateY(0) skewY(0deg);
        opacity: 1;
    }
}

/******HOME PAGE code START HERE******/
.container {
    max-width: 1300px;
}

.header_tp {
    width: 100%;
    float: left;
    background: #0942c4;
    padding: 5px 0;
}

.header_Tp_Dta {
    width: 100%;
    float: left;
    padding: 0 0 5px 0;
}

    .header_Tp_Dta ul {
        float: right;
        width: 37%;
        position: relative;
        list-style: none;
        margin: 0;
    }

        .header_Tp_Dta ul li {
            float: left;
            margin: 0 0 0 10%;
        }

            .header_Tp_Dta ul li a {
                color: #fff;
                font-size: 16px;
                font-weight: 500;
            }

.header_btm {
    float: left;
    width: 100%;
    background: #fff;
    padding: 11px 0;
    /*-webkit-box-shadow: 1px solid rgba(0,0,0,.2);
    -moz-box-shadow: 1px solid rgba(0,0,0,.2);
    -ms-box-shadow: 1px solid rgba(0,0,0,.2);
    -o-box-shadow: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);*/
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -moz-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -o-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    -ms-box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

    .header_btm.sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
        -ms-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
        -o-box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 4px 6px 10px rgba(0, 0, 0, 0.5);
        padding: 10px 0 8px 0;
        padding: 0;
        z-index: 999;
    }

.header_BtmLft {
    float: left;
    width: 100%;
    margin: 11px 0 0 0;
}

    .header_BtmLft a img {
        width: 71%;
    }

    .header_BtmLft span {
        font-size: 23px;
        font-family: sans-serif;
        font-weight: 550;
        color: var(--primary-color);
        margin: 0 0 0 5px;
    }

        .header_BtmLft span label {
            color: var(--primary-color);
        }

.header_BtmRt {
    float: left;
    width: 100%;
}

    .header_BtmRt nav {
        float: right;
        background: transparent !important;
    }

        .header_BtmRt nav.navbar-light .navbar-nav li {
            position: relative;
        }

        .header_BtmRt nav.navbar-light .navbar-nav .nav-item {
            margin: 0 0 0 8px;
            color: #2a2e32;
            font-size: 18px;
            font-weight: 550;
        }

            .header_BtmRt nav.navbar-light .navbar-nav .nav-item:last-child {
                display: none;
            }

            .header_BtmRt nav.navbar-light .navbar-nav .nav-item a {
                color: #212529;
                font-weight: 500;
            }

.navBtn a {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
    font-size: 18px;
    margin: 0 0 0 20px;
}
/* ****Home page header end here*** */
/* ****INDEX PAGE START HERE*** */
/*****NEW INDEX PAGE DESIGN START HERE*****/
/*---banner start here----*/
.banner,
.bnrGrd,
.bnrGrdL,
.bnrGrdR {
    width: 100%;
    float: left;
}

.banner {
    background: #fbf9ef;
    height: 770px;
    position: relative;
}

.bnrGrd {
    height: 77.2%;
}

    .bnrGrd video {
        width: 100%;
        object-fit: cover;
        height: 100%;
    }

.bannerFrm {
    width: 100%;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.star {
    position: unset !important;
    margin: 10% 0 0 40%;
}

.bnrGrdL {
    text-align: center;
    /* margin: 11% 0 0 0;
    position: relative;
    backdrop-filter: blur(22px);
    background: rgba(255,255,255,.3);
    padding: 0 5px 0 14px;*/
}

.bnrGrdL img {
    position: absolute;
    top: 1%;
    right: -13%;
    width: 27%;
}

.bnrGrdL h1 {
    font-size: 79px;
    font-weight: 500;
    text-align: center;
}

.bnrGrdL p {
    font-size: 21px;
    font-weight: 510;
    padding: 4px 0;
    width: 58%;
    text-align: center;
    background: rgba(0,0,0,.5);
    color: #fff;
    margin: 2% auto 2% auto;
}

.reqForm {
    width: 100%;
    float: right;
    border-radius: 10px;
    background-color: #f3fff9;
    box-shadow: inset 90px 40px 60px 200px rgba(227, 209, 209, 0.08);
    padding: 60px;
}

    .reqForm h3 {
        color: var(--primary-color);
        font-weight: 550;
        font-size: 21px;
    }

    .reqForm label {
        font-size: 17px;
        font-weight: 550;
        color: #000;
        margin: 0 0 7px 0;
    }

    .reqForm input,
    .reqForm select,
    .reqForm textarea {
        border-radius: 5px;
        border: 1px solid rgba(0,0,0,.2);
    }

    .reqForm .form-control {
        background-color: unset !important;
        border: unset !important;
        border-radius: unset !important;
        padding: 9px 0 9px 0 !important;
    }

.form-btn {
    width: 100%;
    margin: 18px 0 0 0;
    text-align: center;
}

.form-btn .bookCall {
    background: var(--secondary-color);
    width: 20%;
    border: unset;
    color: #000;
    border-radius: 5px;
    padding: 10px 0 10px 0;
    font-size: 18px;
}

.reqBtn {
    width: auto;
    text-align: center;
    background: var(--secondary-color);
    color: #000;
    font-weight: 500;
    border-radius: 50px;
    font-size: 16px;
    padding: 7px 10px 10px 10px;
    margin: 0 0 0 0;
    border: none;
    display: inline-block;
}

/*---SECTION-01 START HERE---*/
.HomeSec1 {
    margin: -2% 0 5% 0;
    position: relative;
}

.HomeSec1,
.Sec1_Grd,
.Sec1_Txt {
    width: 100%;
    float: left;
}

.Sec1_Grd {
    padding: 60px 0 60px 0;
    background: var(--primary-color);
    border-radius: 15px;
}

.Sec1_Txt {
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.4);
}

.Sec1_Txt h3 {
    font-weight: bold;
    font-size: 42px;
    color: #fff;
}

.Sec1_Txt h3:after {
    content: "+";
    color: var(--primary-color);
    margin: 0 0 0 5px;
    font-weight: bold;
}

.Sec1_Txt p {
    color: #d6d1d1;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin:0;
}

/*---HOME SECTION-02 START HERE---*/
.HomeSec2 {
    width: 100%;
    float: left;
    background: rgba(0,0,0,.8);
    background-image: url('../images/Home_Page/bg3.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
    padding: 70px 0;
    position: relative;
}

.Home_Ttl,
.Home_Ttl h4,
.Home_Ttl h3 {
    width: 100%;
    float: left;
}

.Home_Ttl {
    margin-bottom: 40px;
}

    .Home_Ttl h4 {
        color: #fff;
        font-weight: 500;
        font-size: 32px;
    }

    .Home_Ttl h3 {
        color: #fff;
        font-weight: bold;
        font-size: 40px;
    }

.Sec2_grd {
    width: 100%;
    float: left;
}

.sec2_box {
    height: 490px;
    width: 369px;
    float: left;
    background: #fff;
    border-radius: 5px;
    padding: 45px 45px 20px 45px;
    position: relative;
}

.sec2_icn {
    width: 100%;
    float: left;
    padding: 30px 0 20px 0;
}

    .sec2_icn img {
        width: 48% !important;
        margin: auto;
    }

.sec2_txt {
    padding: 0 20px;
}

    .sec2_txt h3 {
        font-size: 32px;
        font-weight: 600;
        color: #000;
        line-height: 1.3;
    }

.sec2_flip img {
    width: 10% !important;
    margin: auto;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
}

.Sec2_grd .owl-nav .owl-prev,
.Sec2_grd .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.Sec2_grd .owl-nav .owl-prev {
    left: -5%;
}

.Sec2_grd .owl-nav .owl-next {
    right: -5%;
}

    .Sec2_grd .owl-nav .owl-prev span,
    .Sec2_grd .owl-nav .owl-next span {
        font-size: 55px !important;
        color: #fff !important;
    }

.Sec2_grd .owl-dots {
    display: none !important;
}
/*--Sec-02 animation start here--*/
.card1 {
    width: 369px;
    height: 490px !important;
    float: left;
    perspective: 500px;
}

.content {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    transition: transform 1s;
    transform-style: preserve-3d;
}

.card1:hover .content {
    transform: rotateY( 180deg );
    transition: transform 0.5s;
}

.front,
.back {
    position: absolute;
    height: 100%;
    width: 100%;
    background: white;
    color: #03446A;
    text-align: center;
    border-radius: 5px;
    backface-visibility: hidden;
}

.back {
    background: #fff;
    color: #000;
    transform: rotateY( 180deg );
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

    .back h3 {
        font-size: 32px;
        font-weight: 600;
        color: #000;
        font-family: sans-serif;
        line-height: 1.3;
    }

    .back ul {
        width: 100%;
        float: left;
    }

        .back ul li {
            text-align: left;
            margin: 7px 0 7px 0;
        }
/*---HOME SECTION-03 START HERE---*/
/*.HomeSec3, .HomeSec3_Ttl {
    width: 100%;
    float: left;
}

.HomeSec3 {
    padding: 70px 0;
}

.HomeSec3_Ttl {
    margin-bottom: 40px;
}

.HomeSec3_Ttl h3 {
    font-weight: bold;
    font-size: 40px;
    text-align: center;
}

.HomeSec3 .card {
    border: unset !important;
    padding: 60px 78px 20px;
    border-radius: 15px;
}

.HomeSec3 .card-body h3 {
    color: #000;
    font-weight: bold;
    font-size: 35px;
}

.HomeSec3 .card-body ul {
    margin: 0;
    padding: 0;
}

.HomeSec3 .card-body ul li {
    font-weight: 400;
    font-size: 1.22rem;
    color: #000;
    margin: 0 0 2px 0;
    font-family: Poppins,sans-serif;
}

.HomeSec3 .card-text {
    color: #000;
    font-weight: bold;
    position: absolute;
    bottom: 10%;
    font-size: 21px;
}*/
.HomeSec3 {
    padding: 60px 0 60px 0;
}

.HomeSec3, .HomeSec3_Ttl {
    width: 100%;
    float: left;
}

.HomeSec3_Ttl {
    margin-bottom: 40px;
}

    .HomeSec3_Ttl h3 {
        font-weight: bold;
        font-size: 40px;
        text-align: center;
    }

.HomeSec3_txt,
.HomeSec3_txt_L,
.HomeSec3_txt_R,
.HomeSec3_i1,
.HomeSec3_i2,
.HomeSec3_i3,
.HomeSec3_grd {
    width: 100%;
    float: left;
}

.HomeSec3_grd {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    list-style: none;
    margin: 20px 0 20px 0;
    width: 60%;
}

.HomeSec3_grd:nth-child(2) {
    float: right;
}

.HomeSec3_grd h4 {
    font-weight: 510;
    color: var(--primary-color);
}

.HomeSec3_grd h4 ul li {
    font-family: Calibri;
}

.HomeSec3_txt_R {
    text-align: center;
}

.HomeSec3_txt_R img {
    width: 77%;
    margin: 28% -12% 0 0;
    float: right;
}

.HomeSec3_txt_R .circle {
    position: relative;
    margin: 20px;
    height: 600px;
    width: 600px;
    border-radius: 50%;
}

.HomeSec3_txt_R .circle:before {
    position: absolute;
    content: '';
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    border: 5px dotted #5fa482;
    top: 2%;
    left: 2%;
    border-radius: inherit;
    animation: spin 50s linear infinite;
    z-index: -1;
}

@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}

/*---HOME SECTION-04 START HERE---*/
.HomeSec4,
.Sec4_Grd,
.Sec4_GrdL,
.Sec4_GrdR {
    width: 100%;
    float: left;
}

.HomeSec4 {
    background: #fdfaf1;
    padding: 70px 0;
}

    .HomeSec4 h3 {
        color: #000;
        font-size: 1.8rem;
        font-weight: 600;
    }

    .HomeSec4 p {
        font-size: 1.22rem;
        letter-spacing: normal;
        line-height: 1.9;
        padding: 1.5rem 0;
        font-weight: 400;
    }

.Sec4_GrdL {
    margin: 17% 0 0 0;
}

.Sec4_GrdR img {
    width: 80%;
}

.Sec4_GrdL {
    order: 1;
}

.Sec4_GrdR {
    order: 2;
}
/*---Home Section-05 Start here---*/
.HomeSec5,
.Sec5_Ttl,
.Sec5_Grd,
.Sec5_Grd_L,
.Sec5_Grd_R {
    width: 100%;
    float: left;
}

.HomeSec5 {
    background: #2a2925;
    padding: 70px 0;
}

.Sec5_Ttl {
    text-align: center;
    margin-bottom: 40px;
}

    .Sec5_Ttl h3 {
        color: #fff;
        font-size: 40px;
        font-weight: bold;
    }

.board-logo,
ul.board-logo {
    width: 100%;
    float: left;
}

    ul.board-logo li {
        width: auto;
        /*float: left;*/
        list-style: none;
        /*margin: 0 41px 20px 0;*/
        border: 5px solid #fff;
        border-radius: 50%;
        border: 5px solid #fff;
        border-radius: 50%;
        margin: 0 10px 20px 30px;
    }

.Sec5_Grd_L ul.board-logo li {
    text-align: right;
    float: right;
}

.Sec5_Grd_R ul.board-logo li {
    text-align: left;
    float: left;
}

.Sec5_Grd h4 {
    color: #e87847;
    font-size: 22px;
    text-align: center;
    padding: 3px 0;
    /*margin: 18px 0;*/
    font-weight: 600;
}

.Sec5_Grd_L h4 {
    margin: 18px 0 18px 32%;
}

.Sec5_Grd_R h4 {
    margin: 18px 0 18px -16%;
}
/*---Home testimonial section start here---*/
.HomeSec6,
.HomeSec6_Grd,
.Sec6_Grd_L,
.Sec6_slide,
.Sec6_Grd_R,
.Sec6_slide_R,
.testimonial-box,
.userTest_txt {
    width: 100%;
    float: left;
}

/*.HomeSec6 {
    padding: 70px 0;
}*/

.testimonial-box {
    background: #e6f1ff;
    border-radius: 16px;
    padding: 35px;
    height: auto;
    position: relative;
}

.Testi_txt {
    color: #212121;
    height: 135px;
    overflow-x: hidden;
    overflow-y: auto;
}

    .Testi_txt p {
        font-size: 1.22rem;
        text-align: left;
        color: #212121;
        font-weight: 400;
    }

.author-dtl {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

    .author-dtl .auth-img {
        width: 72px;
        height: 72px;
        border-radius: 50%;
    }

    .author-dtl .name-designation {
        margin-left: 14px;
        text-align: left;
    }

    .author-dtl .comm-small-title {
        margin-bottom: 0;
        color: #23262f;
    }

    .author-dtl .author-designation, .count-subtitle {
        color: #bdbdbd;
        font-size: 16px;
        line-height: 1.6;
    }

#userTest1 .owl-nav {
    display: none;
}

#userTest2 .owl-nav .owl-prev,
#userTest2 .owl-nav .owl-next {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    position: relative;
    background: #fff;
    color: #000;
    border: 1px solid rgba(0,0,0,.5);
}

    #userTest2 .owl-nav .owl-prev span,
    #userTest2 .owl-nav .owl-next span {
        font-size: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

#userTest2 .owl-dots {
    display: none;
}

#userTest2 .owl-nav {
    margin-top: 30px !important;
}
/*---Home blog section start here---*/
.HomeBlog, .HomeBlog_Grd {
    width: 100%;
    float: left;
}

.HomeBlog {
    padding: 70px 0;
}

.blogImg,
.blogTxt {
    width: 45%;
    float: left;
    margin: 0 0 5% 0;
}

    .blogImg img {
        width: 100%;
        border-radius: 10px;
        border: 1px solid rgba(0,0,0,.12);
    }

.blogLnk {
    color: #94a6ec;
    text-transform: uppercase;
}

.blogHdr a {
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.blogTxt {
    padding: 20px 0 0 16px;
}

    .blogTxt p {
        font-family: sans-serif;
        font-weight: 500;
        font-size: 15px;
        color: #000;
    }
/*---Home Contact us section start here---*/
.HomeContact,
.HomeC_Ttl,
.HomeC_frm,
.HomeC_frmL,
.HomeC_frmM,
.HomeC_frmR {
    width: 100%;
    float: left;
}

.HomeContact {
    padding: 70px 0;
    background: var(--primary-color);
}

.HomeC_frm {
    background: #f3fff9;
    padding: 60px;
    border-radius: 10px;
}

.HomeC_Ttl h3 {
    font-weight: bold;
    font-size: 40px;
    color: #000;
}

.HomeC_Ttl {
    text-align: center;
}

.HomeC_Ttl h3 {
    margin-bottom: 40px;
}

.HomeC_Ttl p {
    font-weight: 500;
    font-size: 20px;
    color: #000;
}

.HomeC_frmM .form-control {
    background-color: unset !important;
    border: unset !important;
    border-radius: unset !important;
    padding: 9px 0 9px 0 !important;
}

.HomeC_frmM .form-control label {
    font-size: 17px;
    font-weight: 550;
    color: #212529;
    margin: 0 0 7px 0;
}

.HomeC_frmM .form-control input,
.HomeC_frmM .form-control textarea {
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,.2);
}

.HomeC_btn {
    width: 100%;
    text-align: center;
    margin: 2% 0 0 0;
}

.HomeSbmt {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 10px 10px 10px;
    border-radius: 6px;
    font-size: 18px;
    margin: 0 0 0 20px;
    border: unset;
}

.HomeC_frmL img {
    margin: 59% 0 0 -22%;
    width: 129%;
}

.HomeC_frmR img {
    margin: -61% 0 0 0;
    width: 121%;
}

.HomeContact .nav-link {
    color: #fff !important;
    font-weight: 510;
    font-size: 18px;
    padding: 10px 13px !important;
}

.HomeContact .nav-link:focus,
.HomeContact .nav-link:hover {
    color: #fff !important;
}

.HomeContact .nav-pills .nav-link.active,
.HomeContact .nav-pills .show > .nav-link {
    background: #fff !important;
    color: var(--primary-color) !important;
    position: relative;
    border-radius: unset;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.HomeContact .nav-pills .nav-link.active:after {
    content: '';
    border-top: 23px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #FFF;
    position: absolute;
    width: 0;
    height: 0;
    right: -24.5px;
    top: 0;
}
/*---Home iconic platform section start here---*/
/*---Home Iconic platform section start here---*/
.HomeIco_plat,
.HomeIco_Grd,
.HomeIco_GrdL,
.HomeIco_GrdR,
.devices ul {
    width: 100%;
    float: left;
}

.HomeIco_plat {
    background: url('../images/Home_Page/download-bg-pattern.png') right top no-repeat var(--primary-color);
    padding: 50px 0;
}

.HomeIco_GrdL {
    margin: 30% 0 0 0;
}

    .HomeIco_GrdL h3 {
        font-size: 57px;
        line-height: 1.6;
        color: #fff;
        font-weight: 700;
    }

.devices {
    width: 100%;
    float: left;
    margin: 6% 0;
}

    .devices ul {
        margin: 0;
        padding: 0;
    }

        .devices ul li {
            list-style: none;
            width: auto;
            float: left;
            text-align: center;
            margin: 0 4% 0 0;
        }

    .devices h5 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.6;
        color: #26252f;
    }

    .devices h6 {
        font-size: 15px;
        line-height: 1.71;
        text-align: center;
        color: #fff;
        font-weight: 500;
    }

/*---Footer start here---*/
footer,
.footer_Tp,
.footer_txt,
.footer_txt ul {
    width: 100%;
    float: left;
}

footer {
    background: #fdfaf1;
    padding: 56px 0 0;
}

.footer_Tp {
    padding: 10px 0;
}

.footer_txt h4 {
    font-size: 18px;
    line-height: 1.9;
    color: #2a2925;
    font-weight: bold;
}

.footer_txt ul {
    margin: 0;
    padding: 0;
}

    .footer_txt ul li {
        list-style: none;
    }

        .footer_txt ul li a {
            margin: 10px 0;
            display: flex;
            color: #666;
            font-size: 14px;
            font-weight: 400;
        }

            .footer_txt ul li a:hover {
                color: var(--primary-color);
            }

.footer_Md,
.FtrMd_txt {
    width: 100%;
    float: left;
}

.footer_Md {
    padding: 25px 0;
    border-bottom: 1px solid #bcb8b6;
}

.FtrMd_txt .Ftr_logo img {
    width: 62%;
    margin: 0 0 5% 0;
}

.Ftr_logo span {
    font-size: 23px;
    font-family: sans-serif;
    font-weight: 550;
    color: var(--primary-color);
    margin: 0 0 0 5px;
}

.Ftr_logo span label {
    color: var(--primary-color);
}

.FtrMd_txt ul.Ftr_pay li {
    list-style: none;
    width: auto;
    display: inline list-item;
}

.FtrMd_txt ul.Ftr_pay li img {
    width: 63%;
}

.FtrMd_txt h4 {
    color: #2a2925;
    font-size: 18px;
    line-height: 1.9;
    font-weight: 600;
    margin: 0;
}

.FtrMd_txt ul {
    margin: 0;
    padding: 0;
}

    .FtrMd_txt ul li {
        list-style: none;
        margin: 5px 0 5px 0;
    }

        .FtrMd_txt ul li a,
        .FtrMd_txt p,
        .FtrMd_txt .Ftr_mbl {
            /*color: #2a2925;*/
            font-size: 16px;
            font-weight: 400;
            color: #666;
        }

ul.Ftr_social_lnk li {
    float: left;
    height: 30px;
    width: 30px;
    border: 1px solid var(--primary-color);
    border-radius: 50%;
    text-align: center;
    margin: 0 6px 0 0;
    padding: 2px 0 0 0;
}

    ul.Ftr_social_lnk li a {
        color: var(--primary-color);
    }

.footer_Btm {
    width: 100%;
    float: left;
}

    .footer_Btm p {
        padding: 10px;
        color: #666;
        font-size: 14px;
        text-align: center;
        font-weight: 400;
        font-family: sans-serif;
    }
/*****NEW INDEX PAGE DESIGN END HERE*****/

#button.show {
    opacity: 1;
    visibility: visible;
}

#button {
    display: inline-block;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
    font-size: 30px;
    padding: 9px 0 0 0;
    background: var(--primary-color);
    color: #fff;
    line-height: 0;
}
/*---About Us page start here---*/

.AboutUs,
.PageTtl,
.PageTtl h2,
.AllSameTxt {
    width: 100%;
    float: left
}

.AboutUs {
    padding: 60px 0 40px 0;
}

.PageTtl {
    margin: 0 0 20px 0;
}

    .PageTtl h2 {
        color: var(--primary-color);
        font-weight: 510;
        font-size: 36px;
        text-align: center;
    }

.AllSameTxt {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 35px;
    text-align: left;
    border-radius: 10px;
}

    .AllSameTxt h4 {
        width: 100%;
        float: left;
        font-weight: 500;
        text-align: left;
    }

    .AllSameTxt p {
        font-size: 17px;
    }
/*---Contact Us section start here---*/
.ContactUs_Grd,
.ContactUS_GrdL,
.ContactUS_GrdR {
    width: 100%;
    float: left;
    height: 100%;
}

.ContactUS_Grd {
    margin: 2% 0 0 0;
}

.ContactUS_GrdR iframe {
    width: 90%;
    float: left;
    height: 100%;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 10px;
}

.ContactUS_GrdL .reqForm {
    width: 90%;
}

    .ContactUS_GrdL .reqForm h3 {
        text-align: center;
        font-size: 25px;
        text-decoration: underline;
    }

.ContactUs_btm,
.ContactUs_btmL,
.ContactUs_btmM,
.ContactUs_btmR {
    width: 100%;
    float: left;
}

.ContactUs_btm {
    margin: 4% 0 0 0;
    border-top: 1px solid rgba(0,0,0,.5);
    padding: 4% 0 0 0;
}

.ContactUs_btmT {
    width: 100%;
    float: left;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 25px;
    min-height: 140px;
}

    .ContactUs_btmT p {
        font-size: 17px;
    }

    .ContactUs_btmT ul {
        width: 100%;
        float: left;
        padding: 0;
        margin: 0;
    }

        .ContactUs_btmT ul li {
            list-style: none;
        }

            .ContactUs_btmT ul li a {
                height: 35px;
                width: 35px;
                border-radius: 50%;
                border: 1px solid var(--primary-color);
                float: left;
                text-align: center;
                margin: 0 2px 0 2px;
                color: var(--primary-color);
                font-size: 18px;
                padding: 4px 0 0 0;
            }
