/**********
Vishnu Manda, 25th March 2021
*********/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face {
    font-family: 'Square 721 BT Bold';
    src: url(../../plugins/fonts/Square721_BT_Bold.ttf);
}

@font-face {
    font-family: 'Square 721 BT Roman';
    src: url(../../plugins/fonts/Square721_BT_Roman.ttf) format("woff");
    src: url(../../plugins/fonts/Square721_BT_Roman.ttf) format("truetype");
}

@font-face {
    font-family: 'Square 721 BT Italic';
    src: url(../../plugins/fonts/Square721_BTItalic.ttf);
}

body{
    margin: 0;
    padding: 0;
    color: #7D7D7D;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    background: url(../img/home-bg-1.jpg);
}
.btn{

    letter-spacing: 1px;
    font-size: 16px;
}
header .btn{
    font-family: 'Square 721 BT Roman', sans-serif;
    font-weight: 600;
}
main{
    padding-bottom: 50px;
    min-height: 80vh;
}
main .btn{
    padding: 12px 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
/*nav bar begin*/
header .navbar-brand img{
    margin-right: 30px;
}
header{
    background: white;
}
header .container{
    max-width: 90%;
    width: 90%;
}
.nav_bg{
    background: rgba(254, 202, 39, 0.01)!important;
}
.megamenu-li {
    position: static;
}

.megamenu {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    padding: 15px;
}
header .nav-link{
    font-family: 'Square 721 BT Roman', sans-serif;
    font-weight: 600;
    color: black;
    font-size: 18px;
    margin-top: 40px;
    margin-left: 20px;
}

header .nav-item.active .nav-link{
    color: #000;
}

header .nav-item.active .nav-link:after{
    content: '';
    position: relative;
    text-align: center;
    background: #ED7D31;
    height: 2px;
    display: block;
    top: 10px;
}

/*nav bar toggle begin*/

/* ANIMATED X */
.navbar-toggler.x {
    border: none;
}
.navbar-toggler.x:focus {
    outline: none;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}
.navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}
.navbar-toggler.x .icon-bar {
    width: 22px;
    display: block;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.navbar-toggler.x .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}
.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}
/*nav bar toggle end*/


/*home page*/
.home_lnd_pg, .feedback_frm_sec{
    background: url(../img/home-bg-1.jpg) no-repeat center;
    background-size: cover;
}
.landing_pg_sec{
    padding-top: 50px;
    position: relative;
    z-index: 1;
}
.ld_txt  {
    max-width: 400px;
}
.ld_txt h2 {
    line-height: 55px;
    margin-top: 30px;
}
.ld_txt p{
    font-size: 18px;
    margin-top: 15px;
}
.p_txt:before{
    content: '';
    background: #ffc107;
    position: absolute;
    display: block;
    width: 2px;
    height: 260px;
    margin-left: -20px;
}
.landing_pg_sec .img_se{
    position: absolute;
    top: 0;
    z-index: -1;
    right: 1%;
    opacity: 0.3;
}
.c_pointer{
    cursor: pointer;
}
.hm_btn{
    position: relative;
    top: -100px;
    right: 30px;
    text-align: right;
    margin-right: auto;
}
.hm_btn .btn{
    color: #ED7D31!important;
    border-radius: 50px;
    background: rgba(255,255,255,0.8);
}
.hm_btn .btn:hover{
    background: rgba(255,255,255,1);
}
.hm_btn .r_arrow.btn{
    padding: 12px 18px;
}
.p_xs{
    font-size: 10px;
}
.p_sm{
    font-size: 12px;
}
.p_md{
    font-size: 14px;
}
.p_lg{
    font-size: 16px;
}
.p_xl{
    font-size: 18px;
}
.shape_lg, .shape_sm{
    z-index: -1;
    position: absolute;
}
.sp_se_2 .shape_lg{
    top: 50px;
    left: -350px;
    width: 60%;
}
.sp_se_2 .shape_sm{
    bottom: 50px;
    left: -50px;
}

.img_more img, .slick-slide{
    border: none;
    outline: none;
}

.amt_sec .icon {
    border: 2px solid #ED7D31;
    max-width: 200px;
    max-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    border-radius: 70px;
    margin: auto;
    background: white;
}
.amt_sec .icon svg{
    width: 100px;
}
.amt_sec .item{

}
.amt_sec .item:hover .icon{
    background: #ED7D31;
}
.amt_sec .item:hover path{
    fill: #fff;
}
.amt_sec .item:hover h4{
    color: #ED7D31!important;
}
.trns_03{
    transition: all ease-in-out 0.3s;
}
.social_media_right{
    position: fixed;
    bottom: 100px;
    left: 2%;
    z-index: 90;
}
.social_media_right .sl_md{
    display: flex;
    place-items: center;
    place-content: center;
    border: solid 1px #0D9206;
    background: white;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-bottom: 15px;
}
.social_media_right a{
    font-size: 22px;
    color: black;
}


/*map begin*/

#map {
    height: 65vh;
}
.map_img{
    height: 65vh;
    object-fit: cover;
    object-position: left;
}
.gm-style-iw {
    max-width: 250px!important;
}
.gm-style-iw br{
    margin-top: 20px!important;
}
.gm-style-iw-d .g-title{
    font-weight: 600;
    color: black;
    font-size: 14px;
    line-height: 20px;
}

.gm-style-iw-d p{
    font-weight: 400;
    color: black;
    font-size: 12px;
    line-height: 18px;
}
.get_dir{
    font-size: 14px;
    font-weight: 600;
}
.des_lis .list{
    padding: 14px;
    margin-bottom: 5px;
}
.des_lis .title{
    font-size: 1.3em;
    font-weight: 600;
    color: #000;
}
.des_lis .dist{
    font-size: 14px;
    color: rgba(0,0,0,0.5);
}
/*map end*/



/*feedback*/
.feedback_bg{
    background: url(../img/feedback_cover.jpg) no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.bg_inr_2{
    background: url(../img/bg-3.jpg) no-repeat;
    background-size: cover;
    padding: 60px 0 50px 0;
}

.feedback_bg.tow{
    padding: 200px 0;
}
.feed_back_form h1.icon{
    background: white;
    display: flex;
    place-content: center;
    place-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: auto;
    font-size: 44px;
}
.fb_frm{
    max-width: 600px;
    margin: auto;
    position: relative;
    top: -50px;
    background: white;
    padding: 30px;
}
.cst_frm input, .cst_frm textarea{
    border: none;
    min-height: 60px;
    /*color: #BDBDBD;*/
}
.cst_frm input[type='text'], .cst_frm input[type='email'], .cst_frm textarea{
    background: #F1F5F7;
}
.cst_fr input[type='button']{
    background: #ED7D31!important;
}
.get_otp input{
    border: none;
    outline: none;
    width: 100px;
    font-size: 22px;
    text-align: center;
}
.bg-gray{
    background: #E9E9E9;
}
.get_otp .bg-success{
    background: rgba(40,167,69,0.6)!important;
    font-weight: 600;
}
.hidden{
    visibility: hidden;
}

.icon_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border: 3px solid #ED7D31;
    border-radius: 50px;
    color: #ED7D31;
    margin: auto;
}
.icon_circle .icon{
    font-size: 44px;
}
.fdb_success{
    margin: 100px 0;
    display: none;
}
.fdb_success .text{
    font-size: 36px;
}

/*article*/
.blog_inner{
    background: url(../img/wt_to_c_cover-1.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.img_sldr {
    position: relative;
}
.img_sldr .icon{
    width: 50px;
    height: 50px;
    font-size: 26px;
    position: absolute;
    top: 25px;
    color: #ED7D31;
}
.img_sldr.tow .icon{
    top: 40px;
}
.img_sldr .right{
    right: 0;
    text-align: right;
}
.img_sld img{
    height: 80px;
    width: 150px;
    object-fit: cover;
    object-position: center;
}

.img_sld_a img{
    height: 120px;
    width: 220px;
}


/*help line*/
.hlp_list .d-flex{
    margin-bottom: 40px;
}
.hlp_list .icon {
    width: 120px;
    height: 120px;
    text-align: center;
    display: flex;
    justify-content: center;
    place-items: center;
}
.hlp_list h1{
    font-size: 4rem;
}
.txt_ul:after{
    content: '';
    display: block;
    position: relative;
    top: 20px;
    left: 90px;
    text-align: center;
    max-width: 200px;
    height: 3px;
    border-radius: 50xp;
    background: #ffc107;
    z-index: 20;
    margin-bottom: 30px;
}
.emergency_help{
    display: flex;
    width: 100%;
    height: 80vh;
    justify-content: center;
    align-items: center;
}





/*page transition*/

ul.transition {
    display: flex;
    position: absolute;
    z-index: 10;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    pointer-events: none;
    list-style: none;
    padding: 0;
}
ul.transition li {
    transform: scaleY(0);
    background: #fad8c1;
    width: 100%;
}
@media (min-width: 650px) {

    .wrapper{
        max-width: 950px;
        margin: 0 auto;
    }
    .brb_.left {
        padding-right: 2em;
    }

    .cta{
        padding: 1em;
        background: white;
        position: absolute;
        z-index: 21;!important;
        width: 80%;
        animation-fill-mode: initial;
    }
}



.coming_soon_sec  {
    padding: 130px 0;
    font-family: 'Square 721 BT Roman';
    position: relative;
    z-index: 10;
    min-height: 90vh;
}
.coming_soon_sec .logo img{
    width: 600px;
}
.coming_soon_sec h1{
    margin: 30px 0 20px 0;
    font-weight: 600;
    font-size: 38px;
    text-transform: capitalize;
}
.coming_soon_sec p {
    text-transform: capitalize;
    font-size: 22px;

}
.bg_img_4{
    position: fixed;
    top: 0;
    right: 10%;
    z-index:-1;
    opacity: 0.4;
}
.bg_img_4 img{
    width: 100%;
}
























.stdBorderLeft {
    font-size: 13px;
    font-weight: bold;
    background-color: #63734F;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    /*text-shadow: 1px 1px #FFCC00;*/
    color: #fff;
    height: 30px;
    padding: 3px;
    text-align:center;
}

.stdBorderRight {
    font-size: 13px;
    font-weight: bold;
    background-color: #63734F;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;
    border-right: solid 1px #000;
    /*text-shadow: 1px 1px #FFCC00;*/
    color: #fff;
    height: 30px;
    padding: 3px;
    text-align:center;
}

.stdContentLeft {
    font-size: 12px;
    border-bottom: solid 1px #363435;
    border-left: solid 1px #363435;
    color: Black;
    height: 30px;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}


.stdContentRight {
    font-size: 12px;
    border-bottom: solid 1px #363435;
    border-left: solid 1px #363435;
    border-right: solid 1px #363435;
    color: Black;
    height: 30px;
    padding: 3px;
    white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: pre-wrap; /* css-3 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
       .go_back{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #63734F;
    color: white;
    font-size: 1em;
    border-radius: 50px;
}