
:root{
    --themecolor : #0e1821;
    --secondcolor : #182937;
    --black : #0f0f10;
    --boxcolor:#f4f6f9;
    --text:#555;
    --othercolor:#b21617;
}


body{
    font-family: 'Poppins', sans-serif !important;
    margin:0px;
    padding:0px;
    width: 100% !important;
    max-width: 100%;
    overflow-x: hidden;
    font-size: 14px;
    position: relative;
}



p {
    display: block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size:15px !important;
    font-weight: 00;
    line-height: 26px;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
}
.list-group-horizontal li{
    background: transparent;
    color: #fff;
    padding:15px;
    border:none;
}

h5, h3, h6, h2, h1, h4 {
    margin-block-start: 0px;
    margin-block-end: 0px;
}
a{
    text-decoration:none ;
    color: var(--secondary);
}

.list-group-item {
    padding: 0px;
    background-color: transparent;
    border: none;
}




/* header css */

.upperheader{
    padding:10px;
    background-color: var(--othercolor);
    /* background: linear-gradient(to right,#ed1c24 20%,#940e0e 100%); */
}
.upperheader .container{
    display: flex;
    justify-content: space-between;
}
.upperheader li a{
    font-size: 13px;
    font-weight: 500;
    color:#fff;
}
.upperheader li a i{
    font-size: 14px !important;
}
.mainHeader{
    background-color: #fff;
    padding:20px;
}
.mainHeader .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logoSideDiv img{
    width: 275px;

}
.navigationSideDiv{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
.navigationDiv{
    margin-top:25px;
}
.navigationDiv li a{
    font-size: 13px;
    font-weight: 600;
    color:#222;
}
.callAddressHeader{
    display: flex;

}
.callSectionHeader h4{
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}
.callSectionHeader p{
    font-size: 12px;
    font-weight: 400;
}
.callSectionHeader{
    margin-right:35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navigationDiv .menubutton{
    font-size: 14px;
    width: 30px;
    height: 30px;
}
.iconDivHeadCall{
    border:1px solid #333;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    border-radius: 50px;
    margin-right:20px;
}
/* header css end */

.innerHomeText{
    padding:20px;
    color:#fff;
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction:column ;
}

.heroSectionHome{
    background-image: url('../images/hero.jpg');
    background-size: cover;
    background-position: center;
}
.herobg{
    padding:60px 0px 120px;
    background: #0e182130;
}
.innerHomeText h4{
    font-size: 16px;
    font-weight: 600;
}

.innerHomeText h1{
    font-size: 36px;
    font-weight: 700;
    margin:10px 0px;
}
.innerHomeText p{
    font-size: 15px;
    font-weight: 400;
}
.innerHomeText a{
    font-size: 14px;
    /* border:2px solid #fff; */
    color:#fff;
    text-transform: uppercase;
    font-weight: 500;
    width: fit-content;
    padding:12px 44px;
    margin-top: 25px;
    transition: all 0.8s ease-in-out;
    background-color: var(--othercolor);

}
.innerHomeText a i{margin-left:20px; }

.homeabout{
    padding:60px 0px;
}
.homeabouttext h3{
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}
.homeabouttext h5{
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin:10px 0px;
}
.homeabouttext h2{
    font-size: 20px;
    font-weight: 800;
    color: var(--othercolor);
}
.homeabouttext p{
    margin:10px 0px 25px;
    font-size: 14px;
    font-weight: 400;
}
.homeabouttext{
    padding:20px;
}
.homeabouttext a{
    font-size: 12px;
    font-weight: 600;
    /* background-color: var(--othercolor); */
    padding:10px 40px;
    border:2px solid var(--othercolor);
    color: var(--othercolor);
    text-transform: uppercase;
    margin-top: 15px;
}

.movingText{
    font-size: 18px;
    font-weight: 800;
    color:#333;
    margin-bottom: 25px;
}
.innerAboutIMage{
    position: relative;
    margin-bottom: 25px;
}
.innerAboutIMage img{
    width: 100%;
}
.innerAboutIMage h3{
    position: absolute;
    bottom: 50px;
    left: 0;
    font-size: 14px;
    padding:10px 30px;
    background: #ddddddc7;
    color: #333;
    font-weight: bold;
}

.why{
    padding:20px;
    background-color: #fff;
    height: 100%;
    box-shadow:-2px 6px 10px #ddd;
}
.why h3, .awardImagesDiv h3{
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 800;
}
.why ul li{
    padding:15px 0px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}

.awardImagesDiv{
    padding:20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.awardImagesDiv img{
    width: 50%;
    margin-bottom: 30px;
}


/* braudcumb */

.upper_part_section{
    background:#252525c9;
    padding:110px 20px 100px 20px;
}
.upper_part{
    text-align:center;
    background-image: url("../images/braud.jpg");
    background-position:top center;
    background-size:cover;
    background-repeat:no-repeat;
    color:#fff; 
}
.upper_part h2{
    font-size: 44px;
    color:#fff;
    font-weight: 900;  
}
.upper_part p {
font-size: 18px;
font-weight: 300;
color:#fff;
margin-top:10px;
}

.upper_part h1 {
    font-size: 44px;
    color: #fff;
    font-weight: 900;
}

/* braudcumb end */


/* page navigation */
.menu_list_section{
    padding:15px 0px; 
    background-color: #f2f6f7;   
    border-bottom:2px solid #001a39;
}
.menu_list_section ul{
    list-style-type:none ;
    display: inline;
}

.menu_list_section ul li{
    list-style-type:none ;
    display: inline;
    padding:10px;
    color:#262626;
    cursor: pointer;
}
.menu_list_section ul li a{
    color:#191919;

}
.menu_list_section ul li a:hover{
    text-decoration: none;
    color:#940e0e;
}
.active_page_link{
    color:#940e0e !important;
    font-weight: 600;
}
/* page navigation */
a:hover{
    color:#222;
}

.home_about_back{
    background-color: var(--boxcolor);
    /* background-color: #eaeaea; */
    /* background-image: url(../images/about-bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.home_about{
    padding:80px 10px;
}
.home_about h1, .home_about h2{
    font-size: 28px;
    color: #940e0e;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
}
.home_about p{
    font-size: 14px !important;
    font-weight: 400;
    margin-top:11px;
    color:#383838;
}
.inner_about_div{
    border-radius: 8px;
    border-bottom: 5px solid #940e0e;
    margin-top:30px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
    overflow: hidden;
    height:495px;
}
.inner_about_div_pack{
    border-radius: 8px;
    border-bottom: 5px solid #940e0e;
    margin-top:30px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.inner_about_div img, .inner_about_div_pack img{
    width:100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height:250px;
}
.about_div_text{
    background-color: #fff;
    padding:25px;
    height:100%;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.about_div_text h3{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}
.about_div_text p{
    font-size:16px;
    margin-bottom: 15px !important;
    text-align: left !important;
}
.about_div_text a{
    font-size: 14px;
    text-decoration: none;
    margin-top:25px !important; 
    color:#383838;
}

.requestDiv{
    padding:40px 0px;
}
.innerContactDiv{
    padding:20px;
}
.innerContactDiv h6{
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5em;
    color:#940e0e;
    margin-top:15px;   
}
.innerContactDiv h2{
    font-size: 42px;
    font-weight: 800;
    margin:20px 0px;   
}

.infoDiv{
    background-color: #ddd6;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    padding:15px;
}
.infoDivIconDiv {
    width: 60px;
    height: 40px;
    border-radius: 50px;
    margin-right:20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 35px;
}
.infoDivText h4{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}
.innerContactForm{
    padding:20px;
    background-color: #ddd6;
    height: 100%;
    display: flex;
    align-items: center;
}

.innerContactForm input{
    height:47px;
    padding:5px 20px;
    margin-bottom: 25px;
    border:none;
    color:#333;
    font-size: 14px;
    font-weight: 400;
}
.innerContactForm textarea{
    padding:5px 20px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
    border:none;
    color:#333;
    height:200px; 
}
.submitBtnform{
    background-color: #262626;
    color:#fff !important;
    width: 100%;
    font-size: 16px;
    font-weight: 800 !important;
    border-radius: 4px;
}



/*faq css start*/


.Faq_section{
    padding: 50px 0px 70px 0px ;

}
.Faq_section .container .row{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.Faq_section_header{
    text-align: center;
}
.Faq_section_header h6{
       font-size: 14px;
   font-weight: 700;
   color: #ed1c24;
   margin-bottom: 15px;
}
.Faq_section_header h2{
     font-size: 26px;
   font-weight: 800;
   color: #000;
   margin-bottom: 15px;
}
.Faq_section_header p{
     font-size: 13px;
   font-weight: 500;
   color: #7a7a7a;
   margin-bottom: 10px;
}


#accordionbox{
    margin-top: 30px;
    padding-top: 20px;

}
.accordion {
    background-color: #ddd6;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-top: 25px;
}
#minusIcon{
    display: none;
}
.accordion .accordion_contant{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.accordion .accordion_contant h3{
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.accordion .accordion_contant i{
    font-size: 12px;
}
.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
.panel p{
    font-size: 13px;
    font-weight: 400;
    color: #252525;
    padding-top: 15px;
}


/* FAQ css end */





/* faq page css */

/*.faq_section{
    background-color: #f2f6f7;
    padding:50px 0px;
}
.faq_inner{
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.faq_inner h3 {
    color: #111a3a;
    font-size: 18px;
    font-weight: 800;
}

.faq_inner p {
    color: #111a3a;
    font-size: 16px;
    font-weight: 300;
    margin-top: 10px;
}*/
/* faq page css end */



.innerServiceSingleText{
    padding:20px;
}
.innerServiceSingleText img{
    width: 100%;
    margin-bottom: 25px;
    border-radius: 8px;
    height:auto;
}
.innerServiceSingleText h3{
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}
.innerServiceSingleText p{
    font-size: 16px;
    margin-bottom: 10px;
}
.infoDivSer{
    background-color: var(--othercolor);
    color: #fff;
    text-align: center;
    padding:15px;
    letter-spacing: 2px;
    border-radius: 8px;
}
.infoDivSer p{
    margin-bottom: 0px !important;
}

.requestServicediv form{
    padding:20px;
    background-color: #940e0e;
    border-radius: 8px;
}

.requestServicediv input{
    border:0px;
    height:42px;
    padding:5px 20px;
    margin-bottom: 15px;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}
.requestServicediv textarea{
    border:0px;
    height:150px;
    padding:5px 20px;
    margin-bottom: 15px;
    color: #333;
    font-size: 14px;
}
.requestServicediv form h4{
    font-size: 16px;
    font-weight: 800;
    background-color: #191919;
    color:#fff;
    padding:10px 20px;
    margin-bottom: 25px;
}
.serviceSingleSection{
    padding:60px 0px;
}

.menuBtnSideBar{
    display: none;
}


.privacyDivMenu{
    padding:20px;
    font-size: 12px;
    border-top:1px solid #efefef;
    margin-top:20px;
}
.privacyDivMenu a{
    margin:10px;
}
.logoDivMobileMenu h3{
    font-size: 18px;
    font-weight: bold;
    font-family: var(--font-two);
    text-align: center;
    line-height: 25px;
}
.logoDivMobileMenu h3 span{
    font-size: 12px;
    border:0.5px solid #efefef;
    padding:5px;
    border-radius: 4px;
}

.otherHeaderDiv{
    background-color: #252628;
    color: #fff;
    text-align: center;
    padding:20px;
    margin-bottom: 25px;
}
.otherHeaderDiv h2{
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    font-style: normal;
    line-height: 1.8em;
}
.otherHeaderDiv p{
    font-size: 14px;
}

.innerOtherDiv{
    background-color: #F4F4F4;
    padding:20px;
    display: flex;
    margin-bottom: 25px;
    align-items: center;
    border-radius: 4px;
    transition: all 0.7s ease-in-out;
    height: 100%;
}
.AddIcon{
    margin-right:20px;
}
.innerOtherDiv i{
    font-size: 50px;
    font-weight: 800;
    color: #940e0e;
}
.innerOtherDiv h2{
    font-size: 20px;
    font-weight: 800;
}
.innerOtherDiv h4{
    font-size: 16px;
    margin:5px 0px;
    font-weight: 600;
}
.innerOtherDiv p{
    font-size: 14px;
}
.braCall{
    margin-top: 10px;
    font-weight: 600;
}
.brachOfficeSetion{
    margin-bottom: 25px;
}

.shiftingHeroSection h1{
    font-size: 22px;
    font-weight: 800;
}
.shiftingHeroSection h4{
    font-size: 14px;
    font-weight: 600;
    margin:10px 0px;
    color: var(--othercolor);
}
.shiftingHeroSection p{
    font-size: 16px;
    margin-bottom: 15px;
}

.shiftingProcessSection{
    padding:60px 0px;
}
.shiftingProcessSection .shiftingProcessHeader{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.shiftingProcessHeader h2{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
}
.shiftingProcessHeader button{
    background-color: #940e0e;
    color: #fff;
    border:1px solid #940e0e;
    border-radius:4px;
    font-size: 12px;
    padding:5px 20px;
}
.shiftingProcessHeader .Activebutton{
    background-color: transparent;
    color:#940e0e;
}
.shiftingProcessHeader p{
    font-size: 16px;
    font-weight: 400;
    margin-top:15px;
}

.proccesDivMain{
    background-color: #fff3;
    padding:20px;
    margin-top:25px;
}
.proccesDivMain h4{
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-weight: 800;
    background-color: transparent;
    border:2px solid #940e0e;
    color: #940e0e;
    width: fit-content;
    padding:5px 20px;
}
.processHeadingDiv{
    display: flex;
    justify-content: center;
    align-items: center;
}
.proccesDivMain p{
    font-size: 15.52px;
}
.processTextDiv, .processImg{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-left: 1px dashed #333;
    height: 100%;
}
.processImg{
    border:0px !important;
}
.processImg img{
    width: 80%;
}

.aboutHeroPage{
    background-image: url('../images/braud.jpg');
    padding:60px 20px;
    color:#fff;
}
.aboutHeroPage h2{
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 10px;
}

.aboutPageText{
    padding:40px 20px;
}
.aboutPageText h4{
    font-size: 22px;
    font-weight: 800;
}
.aboutPageText h6{
    font-size: 14px;
    margin:10px 0px;
    font-weight: 600;
}
.aboutPageText p{
    margin-top:10px;
    font-size: 15.52px;
    font-weight: 400;
}

.aboutPageText .container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.ourTeamAbout .container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ourTeamAbout{
    padding:60px 20px;
    background-color: var(--boxcolor);
}
.ourTeamAbout h2{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 15px;
}
.ourTeamAbout p{
    font-size: 15.52px;
    font-weight: 400;
}

.aboutCustomerMana{
    padding:40px 0px;
    background-color: var(--othercolor);
}
.aboutCusText{
    color:#fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.aboutCusText h4{
    font-size: 28px;
    font-weight: 800;
}
.aboutCusText p{
    font-size: 15.52px;
    font-weight: 400;
    margin-top:15px;
}

.aboutCusImg{
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column;
    position: relative;
    padding: 20px;
}
.aboutCusHovText{
    display: flex;
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 10px;
    justify-content: center;
    align-items: center;
}
.idvi{
    font-size: 50px;
    font-weight: 800;
    margin-right: 15px;
}
.why i{
    margin-right:10px;
    color:var(--othercolor);
    font-size:15px;
}


.innerServiceSingleText h5{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 15px;
}

.aboutPageText img{
    width: 100%;
    margin-bottom: 25px;
    border-radius: 8px;
}



.requestServicediv form{
    background-color: #fff;
    color:#fff;
    box-shadow: 2px 2px 10px #ddd;
}
.requestServicediv p{
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
}
.requestServicediv  h4{
    font-size: 20px;
    background-color: transparent !important;
    color:#fff;
    text-align: center;
    padding:0px;
    padding-bottom: 15px;
}
.requestServicediv input{
    border: 0px;
    height: 42px;
    padding: 5px 20px;
    margin-bottom: 15px;
    color: #242628 !important;
    background-color: #f5f0ec55;
    font-size: 14px;
    text-transform: capitalize;
    border:1px solid #ddd;
    border-radius: 0px !important;
}
.requestServicediv textarea{
    border:1px solid #ddd;
    border-radius: 0px !important;
    color: #242628 !important;
    background-color: #f5f0ec55;
}

.formHeaderContact{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 15px;
    justify-content: center;
}
.formHeaderContact i{
    font-size: 32px;
}
.formHeaderContact h5{
    font-size: 28px;
    font-weight: 800;
}
.formHeaderContact p{
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
}

.howtoSidehelp{
    padding:35px 20px 40px;
    background-color: var(--othercolor);
    color: #fff;
    text-align: left !important;
}
.howtoSidehelp h4{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left !important;
}
.howtoSidehelp p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: left !important;
}

.howtoSidehelp a{
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding:10px 20px;
    border:2px solid #fff;
    border-radius: 4px;
}
.formHeaderContaxt{
    background-color: #940e0e;
    color: #fff;
}
.iconDivForm{
    width: 50px;
    border-radius: 50px;
    height:  50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-right: 20px;
    border:1px solid #fff;
}

.serviceListDiv h4{
    background-color: #191919 !important;
    margin-top:50px;
    text-align: left !important;
    padding:10px 20px;
    font-weight: 800;
    border-radius: 8px;
    margin-bottom: 15px;
}

.serviceListDiv li{
    background-color: #f5f5f5;
    padding:10px 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    transition: all 0.7s ease-in-out;
}
.serviceListDiv li:hover{
    background-color: #940e0e;
}
.serviceListDiv li:hover a{
    color: #fff;
}
.serviceListDiv li a{
    transition: all 0.7s ease-in-out;
    font-size: 14px;
}

.swiftingmainImSection img{
    width:100%;
}

.innerShiftingSection{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.shiftingHeroSection h2 {
    font-size: 22px;
    font-weight: 800;
}

.homeLocation{
    padding:40px 20px;
}
.homeLocation h4{
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 25px;
    color: #940e0e;
    text-decoration: underline;
}
.innerLocationDiv li a{
    font-size: 15px;
    margin-bottom: 20px;
}
.innerLocationDiv li {
    margin-bottom: 15px;
}

.innerlocationUpperImage{
    padding: 80px 20px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom:25px;
    border-radius:8px;
    height: 250px;
    background-size: cover;
}
.innerlocationUpperImage h4{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}
.innerlocationUpperImage p{
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
}

.upImg1{
    background-image:url('../images/service/MovingYourEmployees.jpg') ;
}


.upImg2{
    background-image:url('../images/service/HomeRemovalsandStorage.jpg') ;
}


.upImg3{
    background-image:url('../images/service/Needtofileaclaim.jpg') ;
}


.upImg4{
    background-image:url('../images/service/RequirePersonalMovingCoordinator.jpg') ;
}

.infoDivIconDiv i{
    color:#940e0e;
}

.upperLocationImageSection {
    padding:60px 20px 40px !important;
}

.homeHeroSecImage img{
    width:100%;
}



.bottom_option{
    display: none;
    background-color: #242628;
    color:#fff;
    padding:14px 20px; 
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index:9999;
}
.bottom_option ul{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.bottom_option ul li a{
    font-size: 12px !important;
    color:#fff;
}
.bottom_option ul li i{
    font-size: 16px !important;
    color:#fff;
}

.processImgSection{
    padding:40px 20px 20px;
}

.processImgSection img{
    width: 100%;
}


.homeContactFormDiv{
    background-color: #ddd;
    padding:20px;
}
.callHomeForm{
    display: flex;
}
.callHomeForm h2{
    font-size: 20px;
    font-weight: bold;
}
.callHomeForm p{
    font-size: 14px;
}
.callHomeForm i{
    font-size: 22px;
}
.homeCallIconT{
    border:2px solid #000;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius:50px;
    margin-right:15px;
}
.homeContactFormDiv h4{
    font-size: 22px;
    font-weight: bold;
}

.inputContainerHome{
    margin-top: 25px;
}

.inputContainerHome input{
    padding:2px 20px;
    height:47px;
    border:0px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #242628;
}
.homeSubmitBtn{
    background-color: #940e0e;
    color:#fff !important;
    border-radius: 4px;
}

.requestServicediv h4{
    font-weight: 400 !important;
}



/* location page css */
.innerBeniftsLocationText h2{
    font-size: 28px;
    color: #940e0e;
    font-weight: 900;
    margin-bottom: 10px;
}
.innerBeniftsLocationText, .innerBeniftsLocationImg{
    padding: 20px 20px 0px 20px;
}
.innerBeniftsLocationImg{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.innerBeniftsLocationText p{
    font-size: 14px;
    margin-bottom: 12px;
}
.innerBeniftsLocationImg img{
    width: 100%;
}
.benifitsDivHisar h4{
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
}
.otherbeniflocin{
    padding:0px  20px 20px;
}
.readycalltext{
    color: #940e0e;
    font-weight: 900;
}
.benifitsDivHisar{
    padding: 0px 0px 40px;
}
.faqLOcationwise{
    background-color: #ddd6;
    padding: 0px 0px 20px;
}
.faqLOcationwise .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.faqLOcationwise h4{
    font-size: 28px;
    color: #940e0e;
    font-weight: 900;
    text-align: center;
    margin-bottom: 30px;
}
.faqLOcationwise .card-header{
    background-color: #fff;
    color: #111;
}
.faqLOcationwise .card-header a{
    font-size: 14px;
    font-weight: 600;
}
.faqLOcationwise .card{
    margin-bottom: 20px;
}
.faqLOcationwise .card:last-child{
    margin-bottom: 0px !important;
}
.faqLOcationwise .card-body p{
    font-size: 14px;
    margin-bottom: 10px;
}
.faqLOcationwise .card-body ul li{
    font-size: 14px;
    margin-bottom: 10px;
}
.faqLOcationwise .card-body ul li:last-child{
    margin-bottom: 0px !important;
}
.pricetablelocation .container{
    display: block;
}
.pricetablelocation{
    background:#dddddd14 !important;
}
.pricetablelocation th{
    font-size: 14px;
    font-weight: 800;
    padding: 12px 10px;
}
.pricetablelocation td{
    padding: 12px 10px;
    font-size: 14.52px;
    font-weight: 400;
}
.pricetablelocation h4{
    background-color: #940e0e !important;
    color: #fff !important;
    padding: 15px 20px;
}
.pricetablelocation h6{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.pricetablelocation .table{
    margin-bottom: 35px;
}
.locationserviceSec{
    background-image: url('../images/servicebackim.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.locationservin{
    background-color: #000000a3;
    padding: 60px 0px 40px;
}
.locationservin .container{
    display: flex;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    align-items: center;
}
.locationservin p{
    text-align: center;
}
.locationservin h4{
    font-size: 36px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}
.innlocationservicediv{
    background-color: #fff;
    /* border-radius: 8px; */
    overflow:hidden;
    /* height: 250px; */
    margin-bottom: 25px;
}
.innlocationservicediv img{
    width: 100%;
    height: 240px;
}

.serviceloText {
    padding: 15px;
    color: #111;
}
.serviceloText h6{
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}
.serviceloText p{
    font-size: 14px;
    text-align: left !important;
}
.listdivloca{
    padding: 60px 0px;
}
.listdivloca h4{
    font-size: 28px;
    color: #111;
    font-weight: 900;
    /* text-align: center; */
    margin-bottom: 20px;
}
.listdivloca p , .listdivloca ul li{
    margin-bottom: 15px;
}
.locationteamText{
    padding: 60px 0px;
    background-color: #ddd6;
}
.teamtextinlo , .teamimginlo{
    padding: 20px;
}
.teamtextinlo h4{
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
}
.teamimginlo img{
    width: 100%;
    border-radius: 8px;
}
.locationteamText .row{
    justify-content: space-evenly;
}
.teamtextinlo{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}
.mainlocatext{
    padding: 0px 20px 40px 20px;
}
.mainlocatext p{
    margin-bottom: 15px;
}
.mainloimg img{
    width: 100%;
    border-radius: 8px;
}
.mainlotext{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 20px 20px 20px 0px;
}
.mainlotext p{
    margin-bottom: 20px;
}
.mainlotext p:last-child{
    margin-bottom: 0px !important;
}
.mainloimg{
    padding: 20px;
}
.braudlocation{
    background-color: #000;
    color: #fff;
    padding: 15px 0px;
}
.braudlocation .container{
    display: flex;
    justify-content: space-between;
}
.braudlocation h4{
    font-size: 18px;
    font-weight: 800;
}
.braudlocation ul li{
    font-size: 14px;
    font-weight: 500;
}
.mainimglocation{
    display: none;
}
.mainimglocation img{
    width: 100% !important;
}
.faqloi{
    padding: 60px 0px;
}
/* location page css end */



/* footer css start */



/* footer css  start*/


.footercopyright{
    text-align: center;
    background-color: var(--othercolor);
    padding:25px 20px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
}
.outfooter{
    position: relative;
    color: #DBDBDB;
    background-size: cover;
    background-position: center;
    background-image: url('../images/map-back.png');
}

.footer{
    background-color: #0e1821e0;
    padding: 70px 0px;
    position: relative;
    /* border-top: 1px solid #DBDBDB;; */
}

.innerfooter h4{
    font-size: 16px;
    font-weight: 600;
    color:#fff;
    margin-bottom: 24px;
    position: relative;
    padding-bottom: 15px;
}
.innerfooter h4:before {
    content: "";
    height: 4px;
    width: 15px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    border: none;
}
.innerfooter h4:after {
    content: "";
    height: 4px;
    width: 34px;
    background-color:var(--othercolor);
    position: absolute;
    bottom: 0;
    left: 21px;
    border-radius: 10px;
    border: none;
}
.innerfooter p{
    color: #DBDBDB;
}

.innerfooter li{
    margin-bottom: 12px !important;
}
.innerfooter a{
    color: #DBDBDB;
    font-size: 14px;
    font-weight: 400;
    transition: 0.8s all ease-in-out;
}
.innerfooter a:hover{
    color: var(--othercolor);
}
.innerfooter h6{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top:15px;
    margin-bottom: 15px;
}
.footercopyright span{
    font-weight: 600;
    font-size: 14px;
    color:#fff;
}
.footercopyright img{
    width: 340px;
    margin-top: 15px;
}
.footerMenuSection .row{
    justify-content: space-between;
    z-index:999999;
}
.textDivBecomeFooter{
    align-items: center;
    color: #fff;
    
}
.textDivBecomeFooter h4{
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 800;
}
.textDivBecomeFooter img{
    margin-right: 20px;
}
.textDivBecomeFooter p{
    font-size: 16px;
    margin:2px 0px 10px
}
.textDivBecomeFooter h3{
    font-size: 20px;
    font-weight: 800;
}
.textDivBecomeFooter h3 span{
    color: var(--othercolor);
}
.workWithFooter{
    padding: 40px 20px;
    background-color:#0e1821;
    /* background-image: linear-gradient(to bottom right, #0e1821, #fcd200); */
}

.tollfreeTop{
    display: flex;
    margin-top: 25px;
    /* justify-content: end;/ */
}
.tollfreeTop li{
    width: 38px;
    height: 38px;
    background-color: #fff;
    color: var(--themecolor);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px !important;
}
.tollfreeTop li a{
    font-size: 20px;
    color: var(--themecolor);
}

.linkdivi li a i {
    font-size: 12px;
    margin-right: 5px;
    color: var(--othercolor);
}


/* footer css end */




/* services page css start */


/* service css */

.ServiceMainSec{
    padding: 60px 0px;
    background-color: #f4f6f9;
}

.serviceHeaderSec{
    text-align: center;
    margin-bottom: 80px;
}
.serviceHeaderSec h6{
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.serviceHeaderSec h2{
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
}

.innerServiceSec{
    background-color: #fff;
    position: relative;
    border:1px solid #DBDBDB;
    margin-bottom: 25px;
    transition: 0.7s all ease-in-out;
}
/* .evencolorService{
    background-color: #fcd2003a;
} */
.innerServiceSec:hover{
    background-color: #fcd2003a;
}
.innerServiceSec h4{
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.innerServiceSec p{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin:8px 0px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.innerServiceSec button{
    background-color: #fff;
    border:none;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 20px;
    border:1px solid #111;
    text-transform: uppercase;
    position: relative;
    /* width: 47px;
    height: 44px; */
    /* line-height: 44px; */
    text-align: center;
    display: inline-block;
    color: var(--blackshade);
    border-radius: 4px;
    transition: 0.7s all ease-in-out;
}
.iconDivService img{
    width: 70px;
    height: 60px;
}
.iconDivService {
    padding: 20px 20px 0px;
}
.innerServiceSec:hover button{
    background-color: var(--themecolor);
    color: #fff;
}

.whyUsService{
    background-color: var(--themecolor);
    padding:60px 0px 60px;
}
.serviceWhyUsHeader{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
}

.serviceWhyUsHeader h2{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 7px;
}
.serviceWhyUsHeader p{
    font-size: 15px;
    font-weight:400;
    line-height: 26px;
}
.innerWhyUsReason{
    background-color: #fff;
    padding:20px;
    position: relative;
    display: flex;
    align-items: center;
}
.numberDivWhy img{
    width: 50px;
}
.innerWhyUsReason h4{
    font-size: 24px;
    font-weight: 800;
    margin:0px 0px 5px;
}
.innerWhyUsReason p{
    font-size: 14px;
    font-weight: 500;
}
.innerWhyUsReason .numberDivWhy{
    /* position: absolute;  */
    background-color: #c4d9f7;
    width: 80px;
    height: 80px;
    margin-right: 25px;
    text-align: center;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items:center;
    /* top: -25px; */
}

.contactInfoupperDiv{
    padding: 50px 0px 30px;
}

.ServiceMainSec a{
    color: var(--themecolor);
}
.serviceSubText{
    padding: 20px;
}



/* service view page css start */


.serviceSideBarDiv{
    padding:20px;
}
.serviceSideBarDiv h2{
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin: 0 0 20px;
    padding-bottom: 15px;
    position: relative;
}

.serviceSideBarDiv h2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 60px;
    left: 0;
    bottom: 0;
    background-color:var(--othercolor);
}

.serviceListDiv ul li{
    border: 1px solid #ececec;
    border-bottom-width: 0;
    background-color: #f7f7f7;
    padding: 15px 20px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}
.serviceListDiv ul{
    border-radius: 0px;
}
.serviceListDiv ul li a {
    display: block;
    color: #111;
    font-size: 15px;
    padding-left: 0;
    font-weight: 500;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

.serviceListHead{
    background-color: var(--othercolor) !important;
}
.serviceListHead a{
    color: #fff !important;
}

.serviceListDiv ul li:hover{
    background-color: var(--othercolor) !important;
}
.serviceListDiv ul li:hover a{
    color: #fff !important;
}

.serviceListDiv ul li:hover{
    color: #fff;
}

.contactListServiceDetails h5{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.contactListServiceDetails{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ececec;
}

.serviceDetailsDiv{
    padding: 40px 0px;
}
.innerServiceDetailsDiv img{
    width: 100%;
}
.innerServiceDetailsDiv{
    padding: 20px;
}

.innerServiceDetailsDiv h1{
    font-size: 28px;
    margin:20px 0px;
    font-weight: 900;
    color: var(--othercolor);
}
.innerServiceDetailsDiv p{
    margin-bottom: 15px;
}
.serviceloText p{
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.serviceloText button{
    background-color: transparent;
    border:1px solid var(--othercolor);
    color:var(--othercolor);
    font-size: 12px;
    font-weight: 500;
    padding: 7px 18px;
    text-transform: uppercase;
}

.inDivImgService img{
    width: 100%;
    height: 240px;
    margin-bottom: 15px;
}

.innerServiceDetailsDiv h5{
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 20px;
    line-height: 37px;
}
.innerServiceDetailsDiv h3{
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.serviceListDiv li{
    font-size: 15px !important;
    font-weight: 500 !important;
}

.serviceListDiv i{
    margin-right: 10px;
    font-size: 12px;
}
.ServiceMainSec h1{
    font-size: 24px;
    font-weight: 800;
    color: var(--othercolor);
    margin-bottom: 5px;
}

.testimonialPageContainer .row, .ServiceMainSec .row {
    margin-top: 50px;
}


.aboutSection{
    background-color: var(--boxcolor);
    padding: 60px 0px;
}
.aboutTextSec, .aboutImageSec{
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.aboutImageSec img{
    width: 100%;
}

.aboutTextSec h6{
    font-size: 16px;
    font-weight: 700;
    color: var(--othercolor);
}
.aboutTextSec h2{
    font-size: 24px;
    margin:10px 0px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--themecolor);
}
.aboutTextSec p{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 15px;
}
.aboutTextSec button{
    font-size: 14px;
    margin-top: 15px;
    padding:10px 20px;
    background-color: transparent;
    font-weight: 500;
    color: #000;
    width: fit-content;
    transition: 0.7s all ease-in-out;
    border: 1px solid var(--themecolor);
}


/* braud css start */

.braudcumb{
    background-image: url('../images/braud.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.braudoverlay{
    padding: 100px 20px;
    color: #fff;
    background-color: #0e1821c4;
}

.braudcumb h2{
    /* text-transform:capitalize; */
    font-size: 26px;
    font-weight: 800;
    font-family: var(--headingfont);
    margin-bottom: 10px;
}
.braudcumb li{
    font-size: 16px;
    font-weight: 500;
}
.activeBraud{
    color: var(--othercolor);
}
.braudoverlay li:nth-child(2){
    margin:0px 10px;
}

/* braud css end */






.innerServiceDiv{
    display: flex;
    border:1px solid #ddd;
    border-right:5px solid #ddd;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
    transition: all 0.7s ease-in-out;
    background-color: #fff7;
}
.innerServiceDiv:hover{
    background-color: #fff8;
    border-right:5px solid #b10007 ;
}
.innerServiceDiv:hover .iconDivService{
    border-right:5px solid #333 !important;
    background-color: #b10007 ;
    color:#fff;
}

.iconDivService{
    margin-right:20px;
    border-right: 5px solid #ddd !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #ddd;
    font-size: 28px;
    transition: all 0.7s ease-in-out;
    padding:20px;
}
.iconDivService img{
    width: 50px;
    height: 50px;
}
.someSerText{
    padding:20px;
}
.someSerText h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    margin-bottom: 10px;
}
.someSerText p{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.servicePageSection{
    padding:60px 0px;
}

.innerQuteBtnDivSer{
    background-color: #262628;
    color: #fff;
    padding:20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.innerQuteBtnDivSer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.innerQuteBtnDivSer p{
    font-size: 24px;
    font-weight: 800;
}
.innerQuteBtnDivSer a{
    border:1px solid #fff;
    border-right:5px solid #fff !important;
    padding:5px 20px;
}
.innerQuteBtnDivSer a:hover{
    color: #fff;
}




/* faq css start */

.faqContainer{
    padding: 40px 0px;
}

.imageFaqSide{
    padding: 20px;
}
.imageFaqSide img{
    width: 100%;
}

.textFaqSide{
    padding:20px;
}

.textFaqSide h6{
    font-size: 16px;
    font-weight: 500;
    color: var(--othercolor);
}
.textFaqSide h3{
    font-size: 26px;
    margin:10px 0px 15px;
    font-weight: 800;
    color: var(--themecolor);
}

.textFaqSide p{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}


.faqContainerMain #accordion li{
    background-color: #f4f8fb;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 0px;
}
.accodHeader{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: var(--secondcolor);
}

.faqContainerMain .container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.collapseLinkDiv{
    margin-top: 15px;
    color: #666;
    font-size: 16px;
    line-height: 29px;
}
.becomeVounteers ul li{
    display: flex;
    font-size: 15px;
}
.becomeVounteers p b{
    font-size: 14px;
}
.becomeVounteers li i{
    font-size: 14px;
    margin-right: 10px;
    margin-top: 10px;
    color: var(--othercolor);
}
.faqContainerMain ul{
    margin-top: 30px;
}




/* Payment page css start */

.paymentContainerMain{
    padding: 60px 20px;
}
.paymentContainer h1, .paymentContainer h3{
    font-size: 22px;
    font-weight: 700;
    color: var(--secondcolor);
    margin-bottom: 3px;
}
.paymentContainer p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}
.paymentContainer img{
    width: 100%;
    margin:20px 0px 30px;
}
.paymentContainer h4{
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.paymentContainer p span{
    font-weight: 500;
}
/* Payment page css end */


/* client page css start */

.secHeader{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 55px;
}
.secHeader h1{
    font-size: 26px;
    margin-bottom: 4px;
    color: var(--themecolor);
    font-weight: 800;
}
.secHeader p{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
.clientContainerMain{
    padding: 60px 20px;
}

.clientLogoDiv{
    padding: 20px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #dbdbdb9f;
}

.clientLogoDiv img{
    width: 80%;
}


/* about us page css */

.aboutMainContaierText p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 26px;
}
.aboutMainContaierText p:last-child{
    margin-bottom: 0px !important;
}
.aboutMainContaierText{
    padding: 40px 20px;
}
.aboutMainContaierText h1{
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 15px;
}

.aboutImageSec{
    padding: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
.aboutImageSec img{
    width: 100%;
}

/* .aboutMainImg{
    width: 100%;
    height: 350px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 25px;
    background-image:url('../images/aboutMain.jpg');
} */

.aboutMainImg img{
    width: 100%;
    margin-bottom: 20px;
}

.whyUsService{
    background-color: var(--themecolor);
    padding:60px 0px 60px;
}


.whychooseDivABout{
    display: flex;
    justify-content: end;
    /* background-color: #f0f0f0; */
}


.aboutWhyImg{
    width: 50%;
}
.aboutWhyImg img{
    width: 100%;
}
.aboutWhyText{
    width: 45%;
    padding: 40px 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.aboutWhyText h3{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--secondcolor);
}
.aboutWhyText p{
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 26px;
}
.aboutWhyText ul{
    margin-top: 15px;
}
.aboutWhyText li{
    font-size: 15px;
    margin-bottom: 10px;
}
.aboutWhyText li i{
    font-size: 12px;
    margin-right: 5px;
}

.mainContainerSpacilty{
    background-color: var(--boxcolor);
}
.mainContainerSpacilty .container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 60px 20px;
}
.mainContainerSpacilty h3{
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--secondcolor);
}

.mainContainerSpacilty p{
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.callAddressHeader p{
    line-height: 20px !important;
}

.navigationContainerMainDiv{
    padding: 10px;
    color: #fff;
    background-color: var(--themecolor);
}
.navigationContainerMainDiv .z a{
    display: none;
}
.navigationContainerMainDiv .z a img{
    width: 275px;
}

.buttonOptionHeader button{
    border:1px solid #333;
    color:#333;
    background-color: transparent;
    margin-left:15px;
    font-size: 22px;
    width: 50px;
    display: none;
    height: 50px;
    border-radius: 50px;
}

.buttonOptionHeader .container{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

#collapsibleNavbar{
    justify-content: end;
}

#collapsibleNavbar li{
    font-size: 12px;
    margin-left: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

#collapsibleNavbar li a:hover{
    color: #fff;
}



.clientContainerMain{
    padding: 60px 20px;
}

.clientLogoDiv{
    padding: 20px;
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:1px solid #dbdbdb9f;
}

.clientLogoDiv img{
    width: 80%;
}


.inotherDivLocation{
    background-color: var(--boxcolor) !important;
}

.oddDivLocation{
    background-color: #fff;
}



/* contact us page css start */

.contactPage{
    background-color:var(--boxcolor);
    padding: 60px 0px 40px;
}

.mainformSide h6, .otherinfoContact h5{
    font-size: 16px;
    font-weight: 600;
    color: var(--othercolor);
    text-transform: uppercase;
}

.mainformSide h1, .otherinfoContact h3{
    font-size: 32px;
    margin:10px 0px;
    font-weight: 800;
}

.mainformSide input, .mainformSide textarea{
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #EAEAEA;
    height: 55px;
    border-radius: 0px;
    background-color: #fafafa;
    box-shadow: none;
    font-size: 14px;
    text-align: left;
    margin-bottom: 20px;
}

.mainformSide textarea {
    height: 120px !important;
}

.mainformSide button{
    background-color: var(--othercolor);
    color: #fff;
    border:0px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 20px;
    width: 100%;
}

.mainformSide form{
    margin-top: 20px;
}
.mainGmbSide{
    height: 100%;
}
.mainGmbSide iframe{
    width: 100%;
    height: 100%;
}

.mainformSide, .mainGmbSide{
    padding: 20px;
}

.otherinfoContact{
    padding: 60px 0px 20px;
    text-align: center;
}
.innerInfoContactOther{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.otherinfoContact h4{
    font-size: 16px;
    font-weight: 700;
    margin:20px 0px 15px;
}
.imgDivContactOther img{
    width: 60px;
}
.imgDivContactOther {
    display: flex;
    border-radius: 80px;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    padding: 20px;
    transition:0.7s all ease-in-out;
    border:1px solid var(--othercolor)
}

.imgDivContactOther:hover{
    background-color: var(--othercolor);
}

.contactHeader{
    margin-bottom: 50px;
}

/* terms and conditions css start */

.faq_section{
    padding: 40px 20px;
}

.faq_section h3{
    font-size: 18px;
    font-weight: 700;
    margin:15px 0px;
}

.faq_inner p{
    font-size: 15px;
    margin-bottom: 15px;
}
.faq_inner_list_sec p{
    display: flex;
}
.faq_inner_list_sec p span{
    margin-right: 5px;
}

.headerQuoteCall{
    background-color: var(--othercolor);
    color: #fff;
    padding: 20px;
}
.innerCallHeader{
    align-items: center;
    display: flex;
    justify-content: space-evenly;
}
.headerQuoteCall h3{
    font-size: 24px;
    font-weight:400;
    letter-spacing: 1px;
}

.headerQuoteCall img{
    width: 40px;
    height: 40px;
}


.formDivServiceSideBar{
    background-color: #fff;
    border:1px solid #e2e2e2;
    margin-bottom: 25px;
}
.formDivServiceSideBar form{
    margin-top: 0px !important;
}
.formDivServiceSideBar input, .formDivServiceSideBar textarea{
    background-color: #fff !important;
}

.headerQuoteCall h5{
    font-size: 16px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #fff;
    text-align: center;
    font-weight: 600;
}

.inputDivinner{
    position: relative;
}
.inputDivinner label{
    top: -8px;
    font-size: 12px;
    font-weight: 400;
    padding: 0px 10px;
    left: 15px;
    position: absolute;
    background: #fff;
}

.formDivServiceSideBar p{
    font-size: 15px !important;
    line-height: 23px !important;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
}


.processDivAfterContainer{
    padding: 40px 0px 50px;
}
.headerProceed h6{
    font-size: 16px;
    font-weight: 700;
    text-transform:uppercase;
    color: var(--othercolor);
}

.headerProceed h2{
    font-size: 32px;
    margin: 10px 0px;
    font-weight: 700;
    /* text-transform: uppercase; */
    color: var(--themecolor);
}

.headerProceed {
    text-align: left !important;
    margin-bottom: 50px;
}

.processDivAfterContainer .innerInfoContactOther h4{
    margin:15px 0px 5px !important; 
}
.processDivAfterContainer .row{
    position: relative;
}

.aboutHeroAfterSection{
    padding: 60px 0px;
    position: relative;
}

.aboutTextHomeAfter button{
    background-color: transparent;
    padding: 8px 20px;
    color: var(--othercolor);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border:1px solid var(--othercolor);
}

.formSideHeroAfter h2{
    font-size: 24px;
    padding:20px;
    color:  #fff;
    text-align: center;
    background-color:var(--othercolor);
    /* text-transform: uppercase; */
    font-weight: 700;
}

.formSideHeroAfter{
    position: absolute;
    top:-129px;
}

.mainFormDivRelative{
    position: relative;
}

.formSideHeroAfter .formDivServiceSideBar{
    padding: 40px 20px;
    box-shadow: 2px 5px 6px #ddd;
}

.aboutHeroAfterSection .row{
    justify-content: space-evenly;
}

.formSideHeroAfter .formDivServiceSideBar button{
    background-color: #222;
}


.profileShow button{
    background: transparent;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
}
.profileShow ul{
    border-radius: 0px;
    padding:0px;
    margin-top: 10px !important;
}

.profileShow ul li{
    margin-left: 0px !important;
}

.profileShow li:hover a{
    background-color: #222 !important;
    color: #fff;
}
.profileShow ul li a{
    font-size: 13px;
    padding: 9px 20px;
    transition: 0.3s all ease-in-out;
    font-weight: 400;
    text-transform: capitalize;
}


.activelistLocation{
    background-color: var(--othercolor);
    color: #fff !important;
    border-bottom: 3px solid #222;
}

.mainContainerThanku{
    padding: 80px 0px;
    display: flex;
    background-color: #fff;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.mainContainerThanku .container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainContainerThanku h2{
    font-size: 18px;
    font-weight: 700;
}
.mainContainerThanku p{
    margin:5px 0px 10px;
    line-height: 22px !important;
}
.mainContainerThanku h1{
    font-size: 120px;
    font-weight: 900;
    margin-right: 25px;
}
.mainContainerThanku button{
    background-color: var(--othercolor);
    color: #fff;
    border:0px;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 22px;
    text-transform: uppercase;
}
.mainContainerThanku img{
    width: 30%;
    margin-bottom: 50px;    
}

.locationDivMain ul li{
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    /* align-items: center; */
}

.locationDivMain ul li i{
    margin-right: 10px;
}

.innerServiceDetailsDiv h4{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    margin-bottom: 8px;
    color:#fff;
}
.locationDivMain{
    padding: 40px 0px 0px;
 }

.shiftingHeroSection{
    padding-top: 40px;
}

.locationservin .row {
    margin-top: 50px;
}

.benifitsDivNagpur h3{
    font-size: 14px;
    font-weight: 700;
}

.otherLocationText{
    padding: 0px !important;
}

.mainThnku img{
     width: 80%;
}

.mainThnku div{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.mainThnku h2{
    font-size: 42px;
    font-weight: 800;
}

.mainThnku p{
    margin-bottom: 20px;
}
.mobHeader{
    display: none;
    background-color: var(--othercolor);
    color: #fff;
    padding: 10px 20px;
}
.mobHeader .container{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.mobHeader ul li{
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.bottomFixed{
    background-color: rgb(6 88 161);;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    display: none;
}
.infixedBottom{
    justify-content: space-between;
    display: flex;
    flex-grow: 1;
}
.infixedDiv{
    max-width: 25%;
    flex-grow: 1;
}
.bottomFixed a{
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px;
    flex-direction: column;
    text-align: center;
}

.bottomFixed h4{
    margin-top: 8px;
    font-size: 12px;
}


.callnowfixed{
    background-color: rgb(83, 55, 221);;
}
.emailnowFixed{
    background-color:#eaa636;
}
.whatsappfixedbotto{
    background-color: #3cb371;
}

.contactMainSection{
    padding:100px 20px;
    background-color: #f3f5f75a;
}

.contactTextDiv{
    height: 100%;
    display: flex;
    width: 100%;
    padding:20px;
    flex-direction: column;
    justify-content: center;
    box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
    background: #fff;
}
.contactTextDiv h4 {
    font-size: 30px;
    color: #2d373c;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-bottom: 7px;
}
.contactTextDiv h4::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg,#1e84fe 46.35%,rgba(255,255,255,0) 100%);
    border-radius: 5px;
}
.contactTextDiv ul{
    list-style-type: none;
}
.contactTextDiv ul li {
    background: #fff;
    box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
    border-radius: 5px;
    padding: 15px 20px;
    margin-top: 30px;
    border-radius: 5px 35px 5px 5px;
    border: 1px solid #eee;
    max-width: 540px;
    transition: all .4s;
}
.contactTextDiv ul li:hover {
    background-color: #ddd6;
}
.contactTextDiv ul li h6 {
    font-weight: 700;
    font-size: 16px;
    color: #2d373c;
    transition: all .3s;
}
.contactTextDiv ul li a {
    font-weight: 500;
    font-size: 15.52px;
    color: #5c5c5c;
    display: inline-block;
    margin-top: 8px;
    margin-right: 20px;
    transition: all .3s;
    /* word-break: break-all; */
    transition: all 0.7s ease-in-out;
}
.contactTextDiv ul li a:hover {
    color: var(--main-color);
}

.contactImageDiv{
    width: 100%;
    height: 100%;
}



.Error404_section h2{
font-size: 45px;
font-weight: 700;
font-family: var(--headingfont);
color:var(--blackcolor);
line-height: 54px;
margin-bottom: 20px;
text-transform: uppercase;
}

.Error404_section p {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--textfont);
    margin-bottom: 10px;
    color: #252525;
}

.Error404_section span p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    font-family: var(--textfont);
    margin-bottom: 40px;
    color: var(--blackcolor);
}

.Error404_content a {
    padding: 15px 45px;
    border: none;
    border-radius: 6px;
    text-transform: uppercase;
    color: var(--themecolor);
    background-color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--headingfont);
    margin-top: 25px;
}

.Error404_content a {
    color: #fff !important;
}

.Error404_section {
    padding: 70px 0;
}
.Error404_section .container {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.Error404_section .animated img{
    width: 120px;
    height: 120px;
    animation: bounce 1s infinite;
    border-radius: 50%;
    margin-bottom: 25px;
  }
 
  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
  }
 


  .contactImageDiv img{
    width: 100%;
  }



.braudcumb h1{
    text-transform: capitalize;
    font-size: 26px;
    font-weight: 800;
    font-family: var(--headingfont);
    margin-bottom: 10px;
}




.costDivSection{
    padding: 40px 0px;
}

.costDivSection h2{
    font-size: 34px;
    font-weight: 800;
    margin-bottom: 25px;
    width: 70%;
    text-align: center;
    margin-left: 15%;
    color: var(--secondcolor);
}

.costDivSection h4{
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.costDivSection thead{
    background-color: #010a44;
}

.costDivSection thead th{
    color:#fff;
}

.benifitslocin h3, .otherbeniflocin h3{
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: 700;
}